A collection of simple, practical Python programs built to improve consistency, logic-building, and real-world coding skills.
This repo is perfect for:
- Beginners learning Python 🐍
- Students building mini projects
- Anyone practicing problem-solving
- Generates random motivational quotes
- Beginner-friendly
- Uses
randommodule
- Generates strong random passwords
- Customizable length
- Uses
stringandrandom
- Guess the randomly generated number
- Provides hints (too high / too low)
- CLI-based interactive game
- Command-line quiz game
- Multiple questions with score tracking
- Uses dictionary, loops, and conditions
- Performs basic arithmetic operations
- Simple and clean logic
- Great for beginners
- Basic CLI to-do list manager
- Add, view, and manage tasks
- Helps understand lists and user input
- Prints positive affirmations
- Great for small utility + motivation combo
- Python 3
Clone the repository:
git clone https://github.com/thejas68/mini-programs.git
cd mini-programsRun any program:
python file_name.pyExample:
python calc.py- Build consistency in coding
- Strengthen logic & problem-solving
- Create small but useful projects
- Prepare for bigger real-world applications
- Add GUI versions (Tkinter / Web)
- Add more advanced mini projects
- Improve code structure & modularity
- Add tests and documentation
Feel free to fork this repo, improve programs, or add new ones!
If you found this helpful, give it a ⭐ on GitHub — it helps a lot!