A command-line application to manage and interact with GitHub repositories. This tool allows users to view, clone, and explore repositories of a specified GitHub user.
Fetch.py is terminal based
Calc.py is GUI window based.
- List all repositories of a given GitHub user.
- View detailed information about each repository, including:
- Name
- Description
- Clone URL
- Language
- Stars
- Forks
- Open Issues
- Clone repositories to a specified local directory.
- Python 3.x
- Git installed on your system
- Required Python packages (install via pip)
-
Clone the repository:
git clone https://github.com/Cr0mb/GitHub-Repository-Fetcher.git
-
Change to the project directory:
cd GitHub-Repository-Fetcher
-
Install required packages:
pip install requests rich
-
Run the script:
python fetch.py
-
Enter the GitHub username when prompted.
-
Choose an option from the menu:
- View details about a repository
- Download a repository
- Exit
.
.