A CLI tool to fetch and display GitHub user activity.
- Grab the latest
github-user-activity.exefrom the project’s GitHub Releases page and run it directly—no Python needed.
- From terminal:
github-user-activity.exeme> - Double-click: a prompt appears asking for the GitHub username; after activity prints, press Enter to close the window.
uv add requests
python main.py username>gt; pip install pyinstaller
pyinstaller --name github-user-activity --onefile main.py
# output: dist/github-user-activity.exe