Itz-fork / Gitfetch

Gitfetch is a simple tool to get github user details

Home Page:https://pypi.org/project/Gitfetch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitfetch :octocat:

Gitfetch Cli
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: I can't install Gitfetch cli, what to do?

A: If you got an error like command not found: gitfetch then install it with sudo permissions.

  • sudo pip install gitfetch
    

Q: Can I customize it?

A: Yeah, check fetch.py and display files.

About

Gitfetch is a simple tool to get github user details

https://pypi.org/project/Gitfetch

License:MIT License


Languages

Language:Python 86.8%Language:Shell 13.2%