This repo contains most of my Python scripts and projects. You are free to use any of the code here for your own projects, Just be sure to star ⭐ the repo first.
This repository consists of multiple folders, each representing a different Python project or script. Each folder contains its own README file with detailed information about the project.
To use any of the projects or scripts in this repository, follow these steps:
-
- Click on the required project or script.
- read readme.md or just clone it by :
> git clone https://github.com/phuyalgaurav/required-project
. - Using a
venv
is recommended. - use
> pip install -r requirements.txt
to install the required dependecies.
-
For the entire repository
- Clone the repository:
> git clone https://github.com/phuyalgaurav/python-projects-scripts > git submodule update --init --recursive
- Clone the repository:
Refer to the individual README files in each project folder for specific usage instructions.
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
- Fork the repository (Of the project you want to change)
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request
This project is licensed under the MIT License.