This is a text compression library implemented on the lines of HUFFMAN CODING.
The code base is implemeted and maintained by Akshay Kumar Singh.

Procedure:

1. pip3 install akcompress
2. import akcompress
3. from akcompress import compress
4. from akcompress import expand

You are good to go.

To access documentation use the doc() method.