Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 725 Bytes

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!