Skip to content

Tool to compress and decompress text files. Uses huffman encoding.

License

Notifications You must be signed in to change notification settings

solomspd/text-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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