An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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!