In this repo you can find implementation of LZW codec(coder and decoder) in python. LZW is compression method commonly used to compress Gif image and Tiff image formats. In this file you can find its implementation. The file consists both the coder and decoder method.