When I was in 11th grade, I created several personal projects to master the basics of Python and deepen my programming knowledge. These projects helped me improve my logic and better understand programming concepts.
| Project | Description |
|---|---|
| calculator | A simple calculator to perform basic operations (+, -, *, /). |
| converter | Converts between different units (kg/lbs, m/cm, °C/°F…). |
| time_converter | Converts hours, minutes, and seconds between different formats. |
| guess_the_number | Game where the user has to guess a number randomly chosen by the computer. |
| password_generator | Generates secure passwords with letters, numbers, and special characters. |
| hangman_game | Classic Hangman game in the console. |
| rock_paper_scissors | Rock-Paper-Scissors game against the computer. |
| todo_list | Console application to manage daily tasks (add, remove, view). |
All these projects were created between December 2023 and January 2024.
- Clone the repository:
git clone https://github.com/Hamzx-code/python-projects.git
cd python-projects