Get the details of a user using Github API.
This project needs a few python packages. So you may need to install it.
$ pip install -r requirements.txt
Make sure to use Python 3. This code does not support Python 2
To search for an user, pass it as an argument in command line.
$ python main.py -u <username>
There is no arguments to run with gui.
$ python gui.py