Skip to content

dvlahovski/compresspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compresspy

Description

Compresspy is a single-file compression/decompression tool, that supports the following algorithms:

Usage

$ python compress.py [options] file

Options:

Should choose exactly one from "-c" and "-d"

  • -c: Compress file. Should choose exactly one of the following options:
    • -l: Compress file using LZW
    • -h: Compress file using Huffman
  • -d: Decompress file
  • -v: verbose output

About

single-file compression/decompression tool supporting LZW/Huffman coding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published