New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

py-github-gui-rackodo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py-github-gui-rackodo

Python GUI for Github using the Github API.

  • 1.1.1
  • PyPI
  • Socket score

Maintainers
1

Py Github GUI

A simple graphical user interface for receiving public details of a GitHub profile.

animatedshowcase

Current Version GitHub stars GitHub forks Twitter Follow

Table of Contents

  • Getting Started
  • Authors
  • Thanks
  • License

Getting Started

Tools Required

  • PIP
  • A correctly configured Python environment for Tkinter.

Installation

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.

Using

To use Py Github GUI, you'll first need a Github Personal Access Token. Here's how to get one:

  1. Navigate to Github's settings page and scroll down to Developer Settings.
  2. Click on Personal Access Tokens, then Tokens (Classic).
  3. Click on Generate New Token, then Generate New Token (Classic). Verify your password if necessary.
  4. 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.
  5. 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.

Authors

Bash Elliott

Thanks

License

py-github-gui is open source software licensed as MIT.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc