A simple tool that fetches GitHub stats and displays them. Currently, it includes the following features:
-
Profile Card: Displays basic information about the user, such as their avatar, name, bio, and followers.
-
Repositories: Lists the user's repositories with essential details like name, description, and stars.
This project is a work in progress, and more features will be added soon! Contributions are welcome. The ui used is.
- Clone the Repository:
git clone https://github.com/AUS616/Gitstat.git
- Navigate to the Project Directory:
cd Gitstat - Create & activate the Virtual Environment:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install Dependencies:
pip install -r requirements.txt
- Run the Application :
flask --app app run

