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 🐍✨
- Host: GitHub
- URL: https://github.com/akdevv/mini-python-projects
- Owner: akdevv
- Created: 2023-12-25T05:30:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T02:20:32.000Z (over 2 years ago)
- Last Synced: 2025-02-16T14:57:28.411Z (over 1 year ago)
- Topics: projects, python
- Language: Python
- Homepage:
- Size: 544 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.