All-In-One-Python-Projects is a collection of all scripts starting from very basic to advance scripts. This is your personal zone where you may search or add any new scripts that can simplify your or other developer's life and give them something to do when they're bored. Start producing exciting scripts that benefit the community.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.x
- Clone the repository to your local machine
git clone https://github.com/king04aman/All-In-One-Python-Projects.git
- Change directory into the cloned repository
cd All-In-One-Python-Projects/<Project_name>
- Install the required libraries
pip install -r requirements.txt
- Run the program using
python3 <script_name>.py
- Have a look at Contributing Guidelines.
- Take a look at the existing issues or create your own issues.
- Avoid making pull request unless you are assigned with the issue.
- Select the project on which you want to work or you can add your own project.
- Create an issue with description on which project you want to work and wait for approval.
- While making pull request add issue number with
#
(for example#04
) - After approval fork this repository, add your changes then make pull request with issue number and wait for review.
- Star this repository. 🌟
Thanks go to these Wonderful Contributors ✨✨:
|
This project is licensed under the MIT License - see the LICENSE.md file for details.