Skip to content

dxtaner/Github-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GitHub User Info App

This simple Flask application retrieves GitHub profile information and repositories using a GitHub username.

Installation

  1. Ensure Python is installed: Download Python

  2. Clone the repository:

    git clone https://github.com/dxtaner/Github-Finder.git

  3. Navigate to the project directory:

    cd Github-Finder

  4. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate

  5. Run the application:

    python github.py

  6. Open in browser: http://127.0.0.1:5000/

Usage

Enter a GitHub username on the homepage and click the "Search" button to view profile details and repositories.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published