A collection of several small Python projects inspired by my real-life experiences. They not only demonstrate fundamental programming concepts and problem-solving skills, but are also practical tools that I occasionally use myself. Each project is stored in its own folder with code and documentation.
A simple tracker that helps to log and monitor daily habits or workouts.
Concepts applied: api calls, http requests
Tech stack: Python
A lightweight password manager for generating random password, storing and retrieving login credentials.
Concepts applied: tkinter, file I/O, error handling.
Tech stack: Python
An interactive flashcard app for studying a new language's vocabulary.
Concepts applied: tkinter, file I/O.
Tech stack: Python