Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shub-garg/python_scripts
Add your Python Scripts!:)
https://github.com/shub-garg/python_scripts
Last synced: 3 days ago
JSON representation
Add your Python Scripts!:)
- Host: GitHub
- URL: https://github.com/shub-garg/python_scripts
- Owner: shub-garg
- License: mit
- Created: 2020-08-24T18:07:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T06:02:24.000Z (9 months ago)
- Last Synced: 2024-05-29T18:19:16.862Z (8 months ago)
- Language: Python
- Homepage:
- Size: 3.77 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Scripts :ok_hand:
## What is this repository?
This repository is a compilation of some *extraordinary* Python scripts that somehow help us make our lives easier! Feel free to add your own Scripts here!
An awesome place for people trying to understand, how to contribute to open source projects!
Welcome!!## List of Projects :
So far, the following projects have been added to this repo:
| Project Name | Contributors |
|--|--|
|[Random Email Generator](https://github.com/shub-garg/Python_Scripts/tree/master/Random_Email_Generator)|[Shubham Garg](https://github.com/shub-garg)|
|[Google_maps_Coordinates_&_Place_id_Extractor](https://github.com/shub-garg/Python_Scripts/tree/master/Google_maps_Coordinates_%26_Place_id%20Extractor)|[Shubham Garg](https://github.com/shub-garg)|
|[PYTHON CALCULATOR](https://github.com/shub-garg/Python_Scripts/tree/master/calculator)|[Aman Saxena](https://github.com/amansaxena01)|
|[Weather_GUI](https://github.com/shub-garg/Python_Scripts/tree/master/Weather%20GUI)|[Saumya Jain](https://github.com/Saumya1503)|## How to use this repository :
- Clone/Download the directory and navigate to each folder. Or....
- Simply navigate to the folder and download/copy the scripts! It's *that* simple and easy.
- Setup virtual environment for that scripts:
- `python -m venv env`
- `source env\bin\activate`
- `pip install -r requirements.txt`- Run the script :)
Remember to star the repo if you love the projects~ :wink:
## Contribution Guidelines :
- Make a **separate folder** for your script.- The Folder should contain the followings -
- Main Python Script,
- Supporting files for the Script (If any)
- A separate `README.md` File with proper documentation.
- `requirements.txt` file for any required library.- How to create `requirements.txt` file
- `cd `
- Activate your local virtual environment
- `source env\bin\activate`
- `pip freeze > requirements.txt`- Please add your script in the [project's list](https://github.com/shub-garg/Python_Scripts#List-of-Projects) above.
# If you like the project :+1::
- Star the Repo - [Python Scripts](https://github.com/shub-garg/Python_Scripts)
- Follow me on GitHub - [Shubham Garg](https://github.com/shub-garg)# Want to connect with me :v:?
- [LinkedIn](https://www.linkedin.com/in/shubham-garg-03a848190/)
- Gmail- *[email protected]*