This repository is a collection of my beginner-friendly Python projects.
I built these to practice programming fundamentals (with a little guidance) while having fun with small games and utility applications.
Curently in my first year pursuing Electronics and Communications Engineering with a specialization in Artifical Intelligence.
Project | Description |
---|---|
[Wordle] | A simple clone of the classic Wordle word-guessing game. |
[Hangman] | A command-line hangman game with lives and hints. |
[Guess the Number] | Random number guessing game with feedback on each guess. |
[Rock–Paper–Scissors] | Play against the computer in a best-of series. |
[Calculator] | A basic calculator that performs +, -, ×, ÷. |
[Alarm Clock] | Set alarms with Python’s datetime and time modules. |