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

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!

Awesome Lists containing this project

README

        

![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99)
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)   [![View My Profile](https://img.shields.io/badge/View-My_Profile-green?logo=GitHub)](https://github.com/vrm-piyush)  [![View Repositories](https://img.shields.io/badge/View-My_Repositories-blue?logo=GitHub)](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.

## ![aim](assets/images/image/aim.png) 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.


![Issues](https://img.shields.io/github/issues/vrm-piyush/python-projects?style=social&logo=github)  
![Pull Requests](https://img.shields.io/github/issues-pr/vrm-piyush/python-projects?style=social&logo=github)  
![Forks](https://img.shields.io/github/forks/vrm-piyush/python-projects?style=social&logo=github)  
![Stars](https://img.shields.io/github/stars/vrm-piyush/python-projects?style=social&logo=github)  

## 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.

## ![project](assets/images/image/project.png) 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).

### ![contributors](assets/images/image/contributing.png) Our Contributors



## Version

This repository is at version 1.0.1c.

---