A simple package that allows you to perform Huffman coding on user input strings.
Huffify allows you to compress text using the Huffman algorithm.
Python implementation of a string compressor