Skip to content

feLiruc/HuffmanInPython

Repository files navigation

HuffmanInPython

An implementation in python for the Huffman algorythm.

How to use

  1. Create the file(txt for example) in the same folder as all the scripts
  2. Execute the command: "python3 Main.py encode file.txt"
  3. The file.txt will be encoded as file.txt.enc
  4. Use the command: "python3 Main.py decode file.txt.enc" to decode the encoded file

About

An implementation in python for the Huffman algorythm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages