Skip to main content

Python CLI application to split and join files for easy transfer via external media.

Project description

Splitipy is a utility built with python which lets you split your files into multiple small pieces which you can send/transfer/isolate easily for convenience.

After you’re done, gather all the pieces, run this utility again and get back your original file.

Usage

When you split a file, it will be converted into multiple parts based on the size of the file and the max file size as passed as argument as file.ext.1, file.ext.2, file.ext.3 and so on.

splitipy file.ext

After you are done with the operation or transfers, to combine the file back. Gather the pieces and run:

splitipy –join file.ext

and it will generate the file join-file.ext in the same folder.

Installation

Make sure you have python and pip installed and then run:

>>> pip install splitipy

Situation before installation:

>>> splitipy
bash: splitipy: command not found

Now, the splitipy command is available:

>>> splitipy --version
0.2.0.

On Unix-like systems, the installation places a splitipy script into a centralized bin directory, which should be in your PATH. On Windows, splitipy.exe is placed into a centralized Scripts directory which should also be in your PATH.

Docs

Usage:

  • splitipy <file>

  • splitipy <file> [–size=<mb>]

  • splitipy -j <file> | –join <file>

  • splitipy -h | –help

  • splitipy –version

Options:

--help

Show this screen.

--join

Join the splitted files.

--size=<mb>

File size of each splitted file [default: 10].

--version

Show version.

Examples:

splitipy video.mp4

splitipy hello.mp4 –size=2000

splitipy –join video.mp4

Contribute

Clone, fork, contribute and send a pull request:

https://github.com/lokeshthegenius/splitipy

Get in touch: https://lokeshd.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

splitipy-1.0.0.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file splitipy-1.0.0.tar.gz.

File metadata

  • Download URL: splitipy-1.0.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for splitipy-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b762be429f845e3535316127f72b603f57e90fd6c540f65233b96e61c7bc4f4b
MD5 50291bed499bd20cbd9c0e4e8def9e6f
BLAKE2b-256 965cf535b753110a76fe066023499adf6661878b82cfabffd22618acf71ad1cb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page