Skip to content

A tool that splits and download as chunks and be merged later

License

Notifications You must be signed in to change notification settings

AskarKani/split_downloader

Repository files navigation

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!

About

A tool that splits and download as chunks and be merged later

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages