A simple Python GUI application for downloading files from a URL with a progress bar. Supports resuming partially downloaded files.
- GUI interface using Tkinter
- Download files from any URL
- Select download folder via dialog
- Resume interrupted downloads
- Shows real-time progress with percentage and downloaded MB
- Lightweight and easy to use