Purpose: To practice lossless data compression algorithms (encodings) and to be more familiar with Python
- Run-length encoding
- Huffman encoding
- LZ77 encoding (mostly used in zips)
Python lossless data compression library
Repository from Github https://github.comssoemoe/py-data-compressor