An open API service indexing awesome lists of open source software.

https://github.com/akdevv/mini-python-projects

Welcome to Mini Python Projects repo- cool projects I build while learning Python 🐍✨
https://github.com/akdevv/mini-python-projects

projects python

Last synced: about 1 year ago
JSON representation

Welcome to Mini Python Projects repo- cool projects I build while learning Python 🐍✨

Awesome Lists containing this project

README

          

# mini-python-projects
Welcome to Mini Python Projects repo- cool projects I build while learning Python 🐍✨

## Projects Overview
| S.No. | Project | Description |
| ----- | ----------------------- | ----------------------------------------------------------------------- |
| 1 | Band Name Generator | Generates unique band names based on user input. |
| 2 | Tip Calculator | Splits bills based on bill amount, number of people and tip percentage. |
| 3 | Treasure Island | Guess right for treasure, wrong to lose the game. |
| 4 | Rock Paper Scissors | Rock Paper Scissors game in terminal with ASCII art. |
| 5 | Password Generator | Random Password Generator in terminal with custom length. |
| 6 | Hangman | Word guessing game in terminal. |
| 7 | Caesar Cipher | Caesar Cipher implementation in Python. |
| 8 | Blackjack | Blackjack card game against computer. |
| 9 | Guess the Number | Guess a randomly generated number within specific range. |
| 10 | Higher Lower | Guessing if the next celebrity has more or fewer followers. |
| 11 | Coffee Machine | Coffee Machine program to implement OOP in Python. |
| 12 | Quiz Game | A simple command line quiz game in Python. |
| 13 | Million Dollar Painting | A Demian Hirst's style dot painting with Turtle module. |
| 14 | Turtle Raing Game | Guess winning turtle from six turtles which moves randomly. |

## How to Use
1. **Clone the Repository**:
```bash
git clone https://github.com/akdevv/mini-python-projects.git
cd mini-python-projects
```
2. **Explore the projects**:
- Navigate to each project folder
- Refer to project specific **README** file
3. **Run the Projects:**
- Follow any setup or installation instructions specified in each project's **README**.
- Execute the main Python script or use the provided commands to run the project.

## Credits
This project was created with reference to the Udemy course [100 Days of Code - The Complete Python Pro Bootcamp](https://www.udemy.com/course/100-days-of-code/) by **Angela Yu**. I appreciate the valuable insights and knowledge gained from the course.