A script to automatically create a Github repository with one command. It also creates a local folder, a readme file and pushes an initial commit to GitHub.
In GitHub.py, fill in the path to your browsers driver. Replace webdriver.Chrome() with your browser of choice. Then replace username and password with your own.
In git-cmd.sh replace username on line 9 with your GitHub username.