A simple Python command-line tool to fetch and display recent public activity for any GitHub user using the GitHub Events API.
- Fetches recent events (e.g., pushes, stars, issues) from a user's public GitHub activity
- Displays output in the terminal with colored formatting using the
richlibrary - Clean and user-friendly CLI interface
- Python 3.7+
- Internet connection
pip install -r requirements.txt