An implementation in python for the Huffman algorythm.
- Create the file(txt for example) in the same folder as all the scripts
- Execute the command: "python3 Main.py encode file.txt"
- The file.txt will be encoded as file.txt.enc
- Use the command: "python3 Main.py decode file.txt.enc" to decode the encoded file