Automaing Gihub Login and Repository creation.
Tkinter is used to provide a GUI with the following fields :
User Name
Password
Repository Name
Selenium webdriver is used to run the automation in headless mode.
Once the repo is created, a message is displayed in the tkinter window.
Git needs to be installed locally on the system.
Change the path to Chrome webdriver to path of webdriver installed locally.
More on Chrome Webdriver here.