Skip to content

04rishabhgupta/Python-GUI-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python GUI Downloader

A simple Python application for downloading files from URLs using a graphical user interface (GUI). This project demonstrates how to create a basic downloader tool using tkinter and requests.

Features

  • Enter a URL and choose a location to save the downloaded file.
  • Monitor download progress with a progress bar.
  • Cancel ongoing downloads.

Prerequisites

Make sure you have Python installed on your system. You can download it from the official Python website.

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/python-gui-downloader.git

  2. Navigate to the project directory:

    cd python-gui-downloader

  3. Install the required dependencies (if not already installed):

    pip install requests

    pip install tkinter

    pip install customtkinter

Usage

  1. Run the application:

    python downloader.py

  2. Enter the URL of the file you want to download.

  3. Click the "Browse" button to choose a location to save the file.

  4. Click the "Download" button to start the download.

  5. To cancel an ongoing download, click the "Cancel Download" button.

Contributing

Contributions are welcome! If you find any issues or want to enhance the project, feel free to open a pull request.

About

This repository contains a GUI Downloader that helps download files from external servers quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages