AtiLion / Compression-Huffman

Huffman coding made fully in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compression-Huffman

Huffman coding made in python because I was bored

Installation

Just copy the "huffman.py" into any directory. Run the file with python

Usage

huffman.py [decompress/compress] [input_file] [output_file]

Warning

This doesn't fully work yet so please wait until it is finished

About

Huffman coding made fully in python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%