Skip to content

Command line utility to compress and decompress files using Huffman Compression

Notifications You must be signed in to change notification settings

amirshukayev/huffman_compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

huffman_compression

Command line utility to compress and decompress files using Huffman Compression

how to use

to compress:

python3 compress.py ...

creates file1.huf compressed file. To decompress:

python3 webserver.py In browser: http://localhost:8000/file1

About

Command line utility to compress and decompress files using Huffman Compression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published