https://github.com/dmccrthy/github-username-check
Check available GitHub usernames using python
https://github.com/dmccrthy/github-username-check
python python3 tkinter
Last synced: 8 months ago
JSON representation
Check available GitHub usernames using python
- Host: GitHub
- URL: https://github.com/dmccrthy/github-username-check
- Owner: dmccrthy
- Created: 2023-11-21T16:32:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T20:46:58.000Z (about 2 years ago)
- Last Synced: 2025-10-12T10:32:15.034Z (8 months ago)
- Topics: python, python3, tkinter
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Username Checker ✅
A simple python-based application for checking the avalaibility of github usernames.

# Usage:
- Open using command line as shown below.
````
[user@hostname github-username-check]$ python run.py
````
- **Note:** Depending on OS you may need to run as python3 instead of python