Skip to content

showzeb110/Huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This is the implementation of Huffman Encoding Compression Algorithm in Python.

Code Example

Compressing a File

  1. python huff.py
  2. First it will ask you to select the text file to compress
  3. Second it will ask you choose the destination to save the compress version

Decompressing a File

  1. python unhuff.py
  2. First it will ask you to select the compressed text file
  3. Second it will ask you choose the destination to save the decompress version

Installation

Require Python 2.6+

API Reference

BitVector from Python Package Index

About

Huffman Encoding Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages