amirshukayev / huffman_compression

Command line utility to compress and decompress files using Huffman Compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 98.6%Language:HTML 1.4%