Skip to content

AmandaMethoxha/Python-Mini-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Python Mini Projects

A tidy collection of small Python console apps. Each project lives in /projects/<name> with its own README and run instructions.

Projects

  • Math Quiz — timed arithmetic quiz that blocks until correct
    projects/math-quiz/
  • MadLib Generator — fill placeholders in story.txt
    projects/madlib-generator/
  • Number Guesser — guess the number with attempt counter
    projects/number-guesser/
  • Pig Game — 2–4 player dice game, first to 50 wins
    projects/pig-game/
  • Quiz Game — quick computer-parts quiz
    projects/quiz-game/

How to run any project

cd projects/<project-name>
python3 <main-file>.py

## Requirements
Python 3.8+ (no external deps for these CLI projects).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages