A collection of small Python projects I’ve made for fun and learning.
Each project is self-contained and focuses on a specific concept or skill.
- Battleship (CLI) – Classic battleship game playable in the terminal.
- Hangman (CLI) – Word-guessing game with ASCII visuals.
- Unit Converter (GUI) – Tkinter app for converting between units of measurement.
Clone the repository and run any project:
# Clone using HTTPS
git clone https://github.com/spooodieman/PythonProjects.git
# Or clone using SSH
git clone git@github.com:spooodieman/PythonProjects.git
cd PythonProjects/<App-Name>
python main.py