gupta-shantanu / huffman

Python code for Huffman's compression algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huffman Compression Algorithm

An CLI program that uses Huffman Tree to compress data Original Date: 20 Sept 2011

example

>python compress.py test.mp3 comressed.huff
Job completed!

>python decompress.py compressed.huff test.mp3
File decompress successful!

NOTES

  • added custom file naming extensions
  • just noticed last 3 bytes are corrupted,check soon 💣

About

Python code for Huffman's compression algorithm


Languages

Language:Python 100.0%