Smaller programs and experiments outside the two flagship projects — computer vision, games, and early web work.
project
Image Recognition Playgroundsoftware
Small Python/OpenCV experiments in image processing (grayscale conversion and Canny edge detection on a sample receipt), plus a customtkinter GUI demo.Hands-on exploration of classic computer-vision techniques and building a simple desktop GUI around them.project
First 2D Game (Pygame)software
First 2D game built with Python and Pygame: an animated character that walks and jumps across a background, as an introduction to game loops and sprite animation.Learning project for core 2D game-development concepts: the game loop, keyboard input, sprite animation, and simple jump physics.Poll Input
Update State
Redraw Frame