/Gitfetch

Gitfetch is a simple tool to get github user details

Primary LanguagePythonMIT LicenseMIT

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.