A neofetch-like program for GitHub profiles. Shows user avatar as true-color ASCII art alongside profile information and top repositories.
- True-color ASCII avatar display
- Profile information (name, bio, location, stats)
- Top 5 repositories sorted by stars
- Cross-platform support (Windows, Linux, macOS)
- Python 3.7+
- requests
- pillow
git clone https://github.com/alptekinnege/githubfetch.git
cd githubfetch
pip install -r requirements.txtpython githubfetch.py <username>Example:
python githubfetch.py torvaldsThis project is released into the public domain under the Unlicense. See unlicense.org for details.
