Skip to content

mani1soni/Python-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Scripts

PRs Welcome made-with-python License

Python-Scripts is a curated list of simple python scripts to ease our life.

Contributions

Contribution rules

  • Create a new branch in your forked repository and then start working
  • Include a proper commit message in your commits
  • Always rebase with master:mani1soni/Python-Scripts to avoid merge conflicts whenever you start to work
  • Include proper PR message while giving pull request
  • Try to keep pull requests small to minimize merge conflicts

Getting Started

  • Fork this repo (button on top)
  • Clone on your local machine
        $ git clone https://github.com/mani1soni/Python-Scripts.git
    
  • Change to Python-Scripts directory
        $ cd Python-Scripts
    
  • Create a new branch
        $ git checkout -b my-new-branch
    
  • Add your contribution
  • Commit and push
        $ git add .
    
        $ git commit -m "your-commit-msg"
    
        $ git push origin my-new-branch
    
  • Create a new pull request from your forked repository to master branch of mani1soni/Python-Scripts

Technologies used

License

GPL-3.0