Welcome to my collection of beginner-friendly Python projects! 🎉
Each project is neatly organized into its own folder and includes a brief description, clear code, and sample outputs to help you understand how it works.
Whether you're learning Python or reviewing basic concepts, this repo is a fun way to explore hands-on logic building.
Project Name | Description | Link |
---|---|---|
🏆 Highscore Game | Randomly generates scores and saves the highest | View |
📦 Inventory Management | Manages sales and restocking of items using Counter |
View |
🎮 Minion Game | Word game to calculate scores for vowel/consonant substrings | View |
🎯 The Perfect Guess | Random number guessing game with hints | View |
🧠 Voting System | Simulates a basic terminal voting mechanism | View |
📊 Project1 WFC | (Custom/experimental logic project—add details) | View |
⚙️ Minion Game Optimized | Optimized version of the original Minion Game | View |
- Basic Python syntax and structure
- Working with
random
,collections
, loops, conditionals - File handling and persistence
- Modular project organization
- Clean, interactive user input handling
Each project is standalone. Just open its folder and run the .py
file:
cd Highscore_Game
python Highscore_game.py