A lightweight, interactive command-line Python application that fetches and displays real-time public profile data and statistics for any GitHub user using the official GitHub REST API.
- Live Data Retrieval: Connects directly to the GitHub API to fetch user details on demand.
- Comprehensive Profile Metrics: Instantly displays full name, username, public repository count, follower/following stats, biography, location, and direct profile links.
- Robust Error Management: Gracefully catches invalid usernames or network problems with a clear, user-friendly prompt.
- Python 3.x
- requests (for managing HTTP API requests)
-
Clone this repository: git clone https://github.com/shresthajitendra/github-user-profile-analyzer.git
-
Navigate into the project directory: cd github-user-profile-analyzer
-
Install dependencies: pip install requests
-
Run the script: python your_filename.py