Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.35 KB

README.md

File metadata and controls

61 lines (44 loc) · 2.35 KB

Split Downloader

A tool that splits up a large file, to be downloaded as chunks and be merged later.

  • Download as chunks if the URL is supported
  • Split any files in to chunks
  • Merge the splitted or downloaded chunks back to single original file

Usages

  • Download as chunks when daily data pack is less and merge later.
  • Split large files and copy to USB, when USB is FAT32 file system and marge on the destination PC without formatting the USB to exFAT or NTFS.

Screenshots

image

Execute

Windows

bin_windows\Split_Downloader.exe

Ubuntu

bin_ubuntu/Split_Downloader

To Generate Binary using pyinstaller

  • In python virtual environment run the pyinstaller
pyinstaller --onefile -w --name=Split_Downloader --icon=ui_files\download.ico main.py

License

MIT

Free Software, Hell Yeah!