Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 658 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 658 Bytes

Zips

Compress / Extract six kinds of compression software formats easily

usage: Zip/Unzip [-h] [-zip {targz,tar,gz,zip,bz2,xz} | -uzip] file

Compress / Extract six kinds of compression software formats easily.

positional arguments:
  file

optional arguments:
  -h, --help            show this help message and exit
  -zip {targz,tar,gz,zip,bz2,xz}
                        Zip file or directory
  -uzip

Contact author: [email protected]

Extract file

Don't need to asign format

python3 -m Zips -uzip filename

Compress file or directory

python3 -m Zips -zip [formats] file/dirname

formats: targz, tar, gz, zip, bz2, xz