Welcome to a collection of mini Python projects showcasing various functionalities and concepts in Python programming.
Sl.No | Project Name | Description | Repository |
---|---|---|---|
1. | Bandname Generator | Generate unique band names | Bandname Generator |
2. | Blackjack | Classic card game | Blackjack |
3. | Blind Auction | Auction simulation | Blind Auction |
4. | Calculator | Basic arithmetic operations | Calculator |
5. | Caesar Cipher | Encrypt and decrypt messages | Caesar Cipher |
6. | Guess the number | Guess the number game | Guess the number |
7. | Hangman | Guessing word game | Hangman |
8. | High or Low | Guess if the follower count is high or low | High or low |
9. | Password Generator | Generate secure passwords | Password Generator |
10. | Rock Paper Scissors | Classic hand game | Rock Paper Scissors |
11. | Tip Calculator | Calculate tips based on bill amount | Tip Calculator |
12. | Treasure Hunt | Exciting adventure game | Treasure Hunt |
This repository hosts a variety of mini Python projects that serve as a learning resource for Python enthusiasts. Each project is designed to demonstrate different Python concepts and functionalities, offering an opportunity to explore and understand Python programming in a practical manner.
Each project directory contains its own README file with detailed instructions on how to use and run the code. Navigate to individual project repositories to learn more about their specific functionalities and implementation.
Contributions to this collection are welcome! If you have ideas for new projects or improvements to existing ones, feel free to contribute.
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make changes and commit them:
git commit -m "Add your commit message here"
-
Push your changes to your branch:
git push origin feature/your-feature-name
-
Create a pull request on the main repository.
Please follow the project's coding guidelines and maintain a clean commit history.
This repository is licensed under the MIT License.
For any questions, feedback, or assistance regarding the projects, feel free to reach out.