Skip to content

Tarantinum/DownloadManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Download Manager with Python and ttkbootstrap

This is a simple Download Manager application built with Python, using the requests library for handling downloads and ttkbootstrap for creating a modern, user-friendly GUI.

Features

  • User Interface: A clean interface for entering the URL of the file to download.
  • Multithreading: Downloads run on a separate thread to keep the application responsive.
  • Success Notification: A message box appears after the download is completed.
  • File Storage: Saves the downloaded file as Sematec.mp4 in the C:\Users\ASUS\Downloads directory (can be modified as needed).

How It Works

  1. Enter the URL of the file you want to download in the provided text box.
  2. Click the "Download" button to start the download.
  3. The application downloads the file in the background, ensuring the UI remains responsive.
  4. Once the download is complete, a success message is displayed.

Prerequisites

  • Python 3.7 or higher
  • Install the required dependencies with:
    pip install requests ttkbootstrap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages