A simple graphical user interface for receiving public details of a GitHub profile.
- PIP
- A correctly configured Python environment for Tkinter.
In a command line, run these commands:
$ python3 -m pip install --upgrade pip
$ python3 -m pip install py-github-gui-rackodo
The second command should install Py Github GUI and all of its necessary dependencies.
To use Py Github GUI, you'll first need a Github Personal Access Token. Here's how to get one:
- Navigate to Github's settings page and scroll down to
Developer Settings
. - Click on
Personal Access Tokens
, thenTokens (Classic)
. - Click on
Generate New Token
, thenGenerate New Token (Classic)
. Verify your password if necessary. - Name the token whatever you'd like, give it an expiry date however you see fit, and then scroll down to check the box next to
read:user
. - Generate the token, and save it in a text file so you don't lose it.
Now, to actually use Py Github GUI, run this command:
$ python3 -m py_github_gui ghp_yourgeneratedtoken12345
In the opened window, type the username of a GitHub user and press the Get Information
button. The available information will be shown.
- @aottr and @craftzdog
py-github-gui
is open source software licensed as MIT.