ssoemoe / py-data-compressor

Python lossless data compression library

Repository from Github https://github.comssoemoe/py-data-compressorRepository from Github https://github.comssoemoe/py-data-compressor

Data Compression Algorithms

Purpose: To practice lossless data compression algorithms (encodings) and to be more familiar with Python

Lossless Data Compression Algorithms

  1. Run-length encoding
  2. Huffman encoding
  3. LZ77 encoding (mostly used in zips)

About

Python lossless data compression library


Languages

Language:Python 100.0%