Compresspy is a single-file compression/decompression tool, that supports the following algorithms:
$ python compress.py [options] file
Should choose exactly one from "-c" and "-d"
- -c: Compress
file. Should choose exactly one of the following options:- -l: Compress
fileusing LZW - -h: Compress
fileusing Huffman
- -l: Compress
- -d: Decompress
file - -v: verbose output