Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages