Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 434 Bytes

text-compressor

decode and compress text files using huffman encoding

Manual: You can pass command line arguments int the form -<task> <source file> <destination file>

Example of this:

-c test.txt compressed.txt
-d compressed.txt decompressed.txt

If no arguments are entered then you will be prompted to enter each required value through the command line.

github link: https://github.com/solomspd/text-compressor