Skip to content

ala98412/Zips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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: ala98412@gmail.com

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

About

Compress / Extract six kinds of compression software formats easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published