Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 355 Bytes

File metadata and controls

10 lines (7 loc) · 355 Bytes

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