Built a calculator app with basic operations using Python. Practiced functions and error handling.
Created a CLI to-do app to add, remove, and complete tasks. Improved skills in loops and data structures.
Developed an interactive guessing game in Python using random number logic and input handling.
Designed a simple converter (e.g., km to miles, °C to °F) with clean user input and result display.