Skip to content

PhuyalGaurav/python-projects-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Table of Contents

Description

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.

Installation

To use any of the projects or scripts in this repository, follow these steps:

  • For a single script or project

    • 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
      

Usage

Refer to the individual README files in each project folder for specific usage instructions.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository (Of the project you want to change)
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add your feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request

License

This project is licensed under the MIT License.