Giter VIP home page Giter VIP logo

github-repo-downloader's Introduction

GitHub Repo Downloader

The GitHub Repo Downloader is a Python GUI application designed to make it easy to download entire GitHub repositories as ZIP archives. The application utilizes the GitHub API to fetch the contents of the repository and download them to a specified location on the user's computer. The application is built using the Python standard library, as well as the tkinter library for the GUI and the requests library for handling HTTP requests.


Feature List:

  • Simple and intuitive GUI for entering the URL of the GitHub repository and selecting the download location.
  • Option to browse for and select the download location using a file dialog.
  • Option to set the download location to the current working directory with a single click.
  • Progress bar that shows the download progress and estimated time remaining.
  • Ability to download entire repositories, including all files and directories, in a single ZIP archive.
  • Option to cancel the download at any time.
  • Error handling for invalid URLs, network errors, and other exceptions that may occur during the download process.
  • Success message upon completion of the download process.

Sample Screenshots

screenshot_1.png


screenshot_2.png

Usage

Clone Repo:

git clone https://github.com/1994nikunj/GitHub-Repo-Downloader.git

GUI

To use the GUI, simply run the script with no command-line arguments:

python main.py

This will open a tkinter window where you can enter the repository URL and choose a save location for the ZIP archive.

Requirements

This script requires Python 3 and the following modules:

  • requests
  • zipfile
  • io
  • tkinter

You can install these modules using pip:

Note that tkinter is included in the standard library for most Python installations and does not need to be installed separately. However, on some systems, you may need to install the separate python3-tk package to use tkinter.

Inspiration

This project was inspired by the website https://download-directory.github.io/.

github-repo-downloader's People

Contributors

1994nikunj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.