Skip to content

A simple python implementation for the well-known compression algorithm LZW

License

Notifications You must be signed in to change notification settings

tarek99samy/LZW-Text-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZW-Text-Compression

How To Run Encoder

  1. Modify Input.txt and write there the text you want to compress
  2. The input text may contain character from keyboard (even spaces and special characters)

How To Run Decoder

  1. Make sure you have run the Encoder file with your text before trying to run decoder
  2. Output.txt file will be created for you which contain the original text

Future Work

  • Develop the algorithm for Image-Compression