Gitfetch is a simple tool to get github user details
Project description
Gitfetch
Just a (cli?) tool to get github user details
Installation
Install Gitfetch via pypi
pip install gitfetch
or
pip install git+https://github.com/Itz-fork/Gitfetch.git
Usage
-
CLI Usage 👇,
-
gitfetch [your github username]
- Ex:
gitfetch Itz-fork
-
-
Use it as a python module 👇,
-
from gitfetch_tools import GitFetch git = GitFetch("Your-Github-Username") print(git.fetch_user_data())
-
FAQ
Q: Can I customize it?
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Gitfetch-1.0.tar.gz
(2.6 kB
view hashes)