/GitHub-Repository-Fetcher

This Python script allows you to fetch and display the titles and descriptions of all repositories for a specified GitHub user. It utilizes the GitHub API to retrieve this information and outputs it in a user-friendly format.

Primary LanguagePython

GitHub Repository Manager

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.

Features

  • 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.

Prerequisites

  • Python 3.x
  • Git installed on your system
  • Required Python packages (install via pip)

Installation

  1. Clone the repository:

    git clone https://github.com/Cr0mb/GitHub-Repository-Fetcher.git
  2. Change to the project directory:

    cd GitHub-Repository-Fetcher
  3. Install required packages:

    pip install requests rich

Usage

  1. Run the script:

    python fetch.py
  2. Enter the GitHub username when prompted.

  3. Choose an option from the menu:

    • View details about a repository
    • Download a repository
    • Exit

.

.

image

image