Skip to content

CoderNived/Python-mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python Mini Projects

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.


📂 Repository Structure

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

🚀 Projects

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.


🎯 Why This Repo?

  • 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.).

🛠️ Getting Started

Prerequisites

  • Python installed (3.x recommended)
  • Basic knowledge of terminal / command line

Running a Project

  1. Clone the repo:

    git clone https://github.com/CoderNived/Python-mini-project.git
    cd Python-mini-project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published