This simple Flask application retrieves GitHub profile information and repositories using a GitHub username.
-
Ensure Python is installed: Download Python
-
Clone the repository:
-
Navigate to the project directory:
cd Github-Finder
-
Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate -
Run the application:
python github.py
-
Open in browser: http://127.0.0.1:5000/
Enter a GitHub username on the homepage and click the "Search" button to view profile details and repositories.
This project is licensed under the MIT License. See the LICENSE file for details.