A collection of my Python practice projects.
Each project lives in its own folder with source code and a README explaining how it works.
π² NumQuest Game
A simple number-guessing game where the computer picks a random number, and the player has to guess it.
- Provides hints (too high / too low).
- Tracks the number of attempts.
- First Python project β practicing logic + GitHub workflow.
(More projects will be added here as I continue learning!)
- Clone the repository:
git clone https://github.com/Shuriya-Jayaseelaan/Python-Projects.git