A curated collection of small to intermediate Python projects and games. Ideal for beginners and intermediate learners to practice programming logic, algorithms, and hands-on coding.
Folder / File | Description |
---|---|
TOSS GAME/ |
Implementation of a “Toss” (coin toss / random pick) game |
rock-paper-scissor game/ |
Implementation of the classic Rock-Paper-Scissors game |
README.md |
This README file |
… (future folders) | Additional mini projects you’ll add later |
Here’s a quick overview of what’s already included:
-
TOSS GAME
Simulates a random toss (e.g. coin flip or decision between two options).
Good for understanding randomness, user input, and control flow. -
rock-paper-scissor game
A console-based Rock, Paper, Scissors game where user plays against the computer.
Teaches conditional logic, loops, and simple user interface.
- Helps you build a portfolio of small Python projects.
- Reinforces fundamental programming concepts.
- Great starter projects to showcase in your resume / interviews.
- Serves as polished building blocks before moving to intermediate/advanced topics (web, ML, embedded, etc.).
- Python installed (3.x recommended)
- Basic knowledge of terminal / command line
-
Clone the repo:
git clone https://github.com/CoderNived/Python-mini-project.git cd Python-mini-project