Stars
A lightweight console application for personal finance tracking with CSV import, automated expense categorization, and ASCII reports.
WaveLock is a single-file, cross-platform C++ symmetric file encryptor. It uses a custom Feistel-like design with S-boxes, P-boxes, key expansion, and 64 rounds of byte-level transformations. Desig…
Smart file analyzer that scans directories, detects duplicates, and judges your storage habits.
IJAI is a modular AI assistant that supports text and voice interactions using LLM, STT, and TTS models. It features a customizable GUI, plugin system, and manages its own project files and assets …
3D Solar System simulation using Ursina Engine with realistic planet textures, orbits, moons, and asteroid belt. Camera control via WASD/QE/F, zoom, object selection, pause, and time scaling. Inclu…
A C console program for matrix operations: create manually or randomly, load/save from file, display, add, subtract, multiply, transpose, compute determinant and inverse. Features a simple menu and…
Quantum Maze Game is a simple educational Python project where a player navigates through a maze, but the moves are determined by quantum states. The game uses Qiskit to generate random directions …
This project investigates Taylor series approximations for fundamental functions—sin, cos, tan, exp, ln, sqrt—analyzing accuracy, convergence, and numerical behavior across ranges. It demonstrates …
An easy-to-use, lightweight yet powerful CNN-based AI that can accurately recognize smiley and sad faces from 100×100 pixel drawings, capable of handling variations in position, size, and small noise.
iBrowser is a modern minimalist web browser built with Python using PyQt5 and QtWebEngine, featuring a sleek dark interface with tab management and fast navigation. It offers a custom start page wi…
A simple and lightweight code editor built with PyQt. It streamlines daily coding with a clean interface and essential features. Supports multiple languages and makes writing code faster and easier…
Parallel Tools Platform (PTP) project repository (ptp)
momoisay is a CLI Program like cowsay, but instead of a talking cow, it's Saiba Momoi from Blue Archive!!! Make Momoi say anything you want with various Momoi ASCII-art for you to choose, perfect f…
AI model for recognizing Korean Hangul characters using a CNN in PyTorch. Incorporates data augmentation, batch normalization, dropout, and AdamW optimizer. Supports scalable training, early stoppi…
A Java-based application with a Swing GUI for managing bank accounts. Demonstrates OOP principles like inheritance, method overriding, and exception handling. Supports three account types: Account …