Welcome to my collection of Python projects! This repository contains a variety of small to medium-sized Python projects that I've built to sharpen my programming skills and explore fun programming concepts.
Project Name | Description |
---|---|
Fake Headline Generator | Generates realistic fake news headlines |
Number Guessing Game | Classic number guessing game with input prompts |
QR Code Generator | Generates QR codes from input text |
Quiz Game | Interactive quiz game with scoring |
Rock Paper Scissor | Classic Rock-Paper-Scissor game |
Word Guess | Word guessing game similar to Hangman |
Each project is contained in its own folder with a dedicated README.md
explaining how to run the code, required dependencies, and features.
-
Clone this repository:
git clone https://github.com/Toshaksha/python-projects.git
-
Navigate to a project folder:
cd python-projects/Number_guessing_game
-
Follow the instructions in the project’s
README.md
to run the code.
- Python 3.x
- Standard libraries
- Minimal third-party packages (if any; listed per project)
This project is licensed under the MIT License.
Feel free to use, modify, and share — just give credit where it’s due.
Feel free to connect or reach out:
- GitHub: @Toshaksha
- LinkedIn: linkedin.com/in/Toshaksha
⭐ Thanks for checking out my projects! More to come soon. Stay tuned 🚀