This is the implementation of Huffman Encoding Compression Algorithm in Python.
python huff.py- First it will ask you to select the text file to compress
- Second it will ask you choose the destination to save the compress version
python unhuff.py- First it will ask you to select the compressed text file
- Second it will ask you choose the destination to save the decompress version
Require Python 2.6+
BitVector from Python Package Index