Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 833 Bytes

File metadata and controls

38 lines (29 loc) · 833 Bytes

Github fetch

A neofetch-like program for GitHub profiles. Shows user avatar as true-color ASCII art alongside profile information and top repositories.

Features

  • True-color ASCII avatar display
  • Profile information (name, bio, location, stats)
  • Top 5 repositories sorted by stars
  • Cross-platform support (Windows, Linux, macOS)

Requirements

  • Python 3.7+
  • requests
  • pillow

Installation

git clone https://github.com/alptekinnege/githubfetch.git
cd githubfetch
pip install -r requirements.txt

Usage

python githubfetch.py <username>

Example:

python githubfetch.py torvalds

Example Output

example image

License

This project is released into the public domain under the Unlicense. See unlicense.org for details.