- Notifications
You must be signed in to change notification settings - Fork0
A Curated list of Awesome Python Scripts that Automate Stuffs.
License
DevLang-Python/Awesome-Python-Scripts
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- What is this repo?
- What do we have?
- How to use?
- Contribution Guidelines
- Contribution Guidelines
- If you like the project
- Want to connect with me?
This repo is a compilation of someawesome Python scripts that automate some boring tasks or simply make our life easier...or both!
🍪 Cookies for all contributors as well~
So far, the following projects have been integrated to this repo:
Clone/Download the directory and navigate to each folder. Or...
Simply navigate to the folder and download/copy the scripts! It'sthat simple and easy.
Setup virtual environment for that scripts:
python -m venv envsource env\bin\activatepip install -r requirements.txt
Run the script :)
Remember to star the repo if you love the scripts~ 😉
Make aseparate folder for your script.
There shouldn't be anyspaces between the names of the script. (Use underscore or dash Symbol)
- ❌ Script One
- ✔️ Script_One
- ✔️ Script-One
The Folder should contain the followings -
Main Python Script,
Supporting files for the Script (If any)
A separate
README.mdFile with proper documentation.requirements.txtfile for any required library.How to create
requirements.txtfile-cd <your_script_dir>- Activate your local virtual environment-source env\bin\activate-pip freeze > requirements.txt
Add your name & script in theproject's list above in the same format. [Compulsory]
Only One Commit per PR is Adviced.
Star this Repo -Awesome Python Scripts
Follow me on GitHub -Ayush Bhardwaj
About
A Curated list of Awesome Python Scripts that Automate Stuffs.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Python82.0%
- HTML12.2%
- CSS3.4%
- JavaScript2.0%
- Jupyter Notebook0.3%
- Shell0.1%