https://github.com/vrm-piyush/python-projects
Open source Python Projects. Feel Free to contribute!
https://github.com/vrm-piyush/python-projects
data dataanalysis games open-source pygame-games python python-app
Last synced: about 2 months ago
JSON representation
Open source Python Projects. Feel Free to contribute!
- Host: GitHub
- URL: https://github.com/vrm-piyush/python-projects
- Owner: vrm-piyush
- License: apache-2.0
- Created: 2024-04-03T18:26:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T08:13:55.000Z (4 months ago)
- Last Synced: 2025-03-31T08:12:09.102Z (3 months ago)
- Topics: data, dataanalysis, games, open-source, pygame-games, python, python-app
- Language: Python
- Homepage: https://python-projects-six.vercel.app
- Size: 83.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

 [](https://github.com/vrm-piyush) [](https://github.com/vrm-piyush?tab=repositories)# Python Projects
> Welcome to the Python Projects Repository! This repository contains a collection of Python projects covering various domains and functionalities.
##  Description
> This repository is a compilation of Python projects developed for learning, practice, and exploration of different programming concepts. Each project is designed to demonstrate specific features of Python programming language and its libraries.



## Requirements
Please refer to `requirements.txt` file for dependencies.
## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/vrm-piyush/Python-Projects
```2. **Navigate to the project directory**:
```bash
cd Python-Projects
cd subprojects
```3. **Run the program**:
For example, if you want to run the `Acronym` project:
```bash
cd Acronym
python Acronym.py
```Replace `(projectname.py)` with the actual Python file name.
##  Projects
| Sl. No. | Project | Description | Author |
| ------- | ------------------------------------------------------------------------- | -------------------------------------------------- | --------------------------------------------- |
| 1 | **[Acronym](subprojects/Acronym/)** | Generates acronyms from input phrases. | [Piyush Verma](https://github.com/vrm-piyush) |
| 2 | **[AlarmClock](subprojects/AlarmClock/)** | A simple alarm clock program. | [Piyush Verma](https://github.com/vrm-piyush) |
| 3 | **[AnimalQuizGame](subprojects/AnimalQuizGame/)** | A quiz game about animals. | [Piyush Verma](https://github.com/vrm-piyush) |
| 4 | **[ArticleToSpeechConverter](subprojects/ArticleToSpeechConverter/)** | Converts articles into speech. | [Piyush Verma](https://github.com/vrm-piyush) |
| 5 | **[BMICalculator](subprojects/BMICalculator/)** | Calculates Body Mass Index (BMI). | [Piyush Verma](https://github.com/vrm-piyush) |
| 6 | **[BarcodeQRCodeReader](subprojects/BarcodeQRCodeReader/)** | Reads barcodes and QR codes from images. | [Piyush Verma](https://github.com/vrm-piyush) |
| 7 | **[CalculatorGUI](subprojects/CalculatorGUI/)** | Graphical User Interface (GUI) calculator. | [Piyush Verma](https://github.com/vrm-piyush) |
| 8 | **[CalendarApp](subprojects/CalendarApp/)** | Calendar application with basic functionalities. | [Piyush Verma](https://github.com/vrm-piyush) |
| 9 | **[CardGameProgram](subprojects/CardGameProgram/)** | Simulates various card games. | [Piyush Verma](https://github.com/vrm-piyush) |
| 10 | **[ChessboardProgram](subprojects/ChessboardProgram/)** | Draws a chessboard pattern. | [Piyush Verma](https://github.com/vrm-piyush) |
| 11 | **[CircularFractalTree](subprojects/CircularFractalTree/)** | Generates circular fractal tree patterns. | [Piyush Verma](https://github.com/vrm-piyush) |
| 12 | **[Clock-app](subprojects/Clock-app/)** | Simple digital clock application. | [Piyush Verma](https://github.com/vrm-piyush) |
| 13 | **[ColoredTextPrinter](subprojects/ColoredTextPrinter/)** | Prints text in different colors. | [Piyush Verma](https://github.com/vrm-piyush) |
| 14 | **[DesktopNotificationProgram](subprojects/DesktopNotificationProgram/)** | Displays desktop notifications. | [Piyush Verma](https://github.com/vrm-piyush) |
| 15 | **[DiceRollSimulation](subprojects/DiceRollSimulation/)** | Simulates rolling of dice. | [Piyush Verma](https://github.com/vrm-piyush) |
| 16 | **[DigitalClockGUI](subprojects/DigitalClockGUI/)** | GUI based digital clock. | [Piyush Verma](https://github.com/vrm-piyush) |
| 17 | **[EmailParser](subprojects/EmailParser/)** | Parses emails and extracts relevant information. | [Piyush Verma](https://github.com/vrm-piyush) |
| 18 | **[GameOfLife](subprojects/GameOfLife/)** | Implements Conway's Game of Life. | [Piyush Verma](https://github.com/vrm-piyush) |
| 19 | **[ImageConverter](subprojects/ImageConverter/)** | Converts images between different formats. | [Piyush Verma](https://github.com/vrm-piyush) |
| 20 | **[ImageFilter](subprojects/ImageFilter/)** | Applies filters to images. | [Piyush Verma](https://github.com/vrm-piyush) |
| 21 | **[ImageToPencilSketch](subprojects/ImageToPencilSketch/)** | Converts images into pencil sketches. | [Piyush Verma](https://github.com/vrm-piyush) |
| 22 | **[MontyHall](subprojects/MontyHall/)** | Simulates the Monty Hall problem. | [Piyush Verma](https://github.com/vrm-piyush) |
| 23 | **[MultipleInputProgram](subprojects/MultipleInputProgram/)** | Handles multiple types of user input. | [Piyush Verma](https://github.com/vrm-piyush) |
| 24 | **[MusicPlayerGUIProgram](subprojects/MusicPlayerGUIProgram/)** | GUI based music player. | [Piyush Verma](https://github.com/vrm-piyush) |
| 25 | **[NumberGuessingGame](subprojects/NumberGuessingGame/)** | Classic number guessing game. | [Piyush Verma](https://github.com/vrm-piyush) |
| 26 | **[PasswordGenerator](subprojects/PasswordGenerator/)** | Generates random passwords. | [Piyush Verma](https://github.com/vrm-piyush) |
| 27 | **[PhoneCameraProgram](subprojects/PhoneCameraProgram/)** | Simulates a phone camera application. | [Piyush Verma](https://github.com/vrm-piyush) |
| 28 | **[QRCodeGenerator](subprojects/QRCodeGenerator/)** | Generates QR codes. | [Piyush Verma](https://github.com/vrm-piyush) |
| 29 | **[RainyDays](subprojects/RainyDays/)** | Generates a rainy weather simulation. | [Piyush Verma](https://github.com/vrm-piyush) |
| 30 | **[RockPaperScissorsGame](subprojects/RockPaperScissorsGame/)** | Classic rock-paper-scissors game. | [Piyush Verma](https://github.com/vrm-piyush) |
| 31 | **[RomanDecimalConverter](subprojects/RomanDecimalConverter/)** | Converts Roman numerals to decimal and vice versa. | [Piyush Verma](https://github.com/vrm-piyush) |
| 32 | **[ShortStoryGenerator](subprojects/ShortStoryGenerator/)** | Generates short stories based on user input. | [Piyush Verma](https://github.com/vrm-piyush) |
| 33 | **[Snake-Game](subprojects/Snake-Game/)** | Classic snake game implementation. | [Piyush Verma](https://github.com/vrm-piyush) |
| 34 | **[TemperatureConverter](subprojects/TemperatureConverter/)** | Converts temperatures between different units. | [Piyush Verma](https://github.com/vrm-piyush) |
| 35 | **[TicTacToeGame](subprojects/TicTacToeGame/)** | Classic Tic-Tac-Toe game. | [Piyush Verma](https://github.com/vrm-piyush) |
| 36 | **[URLShortener](subprojects/URLShortener/)** | Shortens URLs. | [Piyush Verma](https://github.com/vrm-piyush) |
| 37 | **[WeightConverter](subprojects/WeightConverter/)** | Converts weights between different units. | [Piyush Verma](https://github.com/vrm-piyush) |## Contribution
Contributions are welcome! If you have any suggestions, improvements, or new project ideas, feel free to open an issue or create a pull request. Please make sure to follow the [contribution guidelines](CONTRIBUTING.md).
###  Our Contributors
## Version
This repository is at version 1.0.1c.
---