https://github.com/sourabhjagtap95/AwesomePythonScripts
[Show some :heart: by giving :stars:], A place to post your python scripts which you think are awesome
https://github.com/sourabhjagtap95/AwesomePythonScripts
List: AwesomePythonScripts
awesome awesome-scripts first-contributions fun hacktoberfest python scripts stars
Last synced: 4 months ago
JSON representation
[Show some :heart: by giving :stars:], A place to post your python scripts which you think are awesome
- Host: GitHub
- URL: https://github.com/sourabhjagtap95/AwesomePythonScripts
- Owner: sourabhjagtap95
- Created: 2017-10-13T07:12:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T09:00:24.000Z (over 1 year ago)
- Last Synced: 2024-05-21T14:05:56.810Z (11 months ago)
- Topics: awesome, awesome-scripts, first-contributions, fun, hacktoberfest, python, scripts, stars
- Language: Python
- Homepage:
- Size: 284 KB
- Stars: 49
- Watchers: 3
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sourabhjagtap95/AwesomePythonScripts - [Show some :heart: by giving :stars:], A place to post your python scripts which you think are awesome (Python)
README
# AwesomePythonScripts
## Description
Welcome Githubers !!
This is a place where you can contribute as much as you can. You can contribute by giving your scripts written in python which you think are awesome.## Instructions
- Fork this Repository using the button at the top
- Clone your forked repository to your pc
- Create a new branch for your modifications (i.e. ```git branch new-user``` and check it out ```git checkout new-user```)
- Add your scripts.
- Add your files (```git add .```), commit (```git commit -m "added awesome script"```) and push (```git push origin new-user```)
- Create a pull request
- Star this repository
- Wait for Pull Request to merge
- Celebrate - you've done your first pull request!