An LZW Compression & Decompression project with GUI in Java.
Download LZW-Compressor.jar and run it (you might need to install Java runtime enviorment).
Select a file to compress (any file), compression ratio and click 'Compress'!
Select an LZW compressed file (has to be provided via our compressor), and click 'Expand'!
Further description (along with an updated version of the project) coming soon!