Skip to content

Amazuraa/Python-LZW-Compression

Repository files navigation

LZW-Compression

  Prerequisites :

Install Python
py -m pip install flask
py -m pip install pymysql

  How to Use :

    (+)   Clone this repository
    (+)   Setup db in model
    (+)   Import table
    (+)   Go to file
    (+)   Type py app.py
    (+)   On browser 127.0.0.1:3000

    lzw-compression

  Limitation :

    (-)   Compress only .txt file

About

Simple LZW compression method using Python - Flask

Topics

Resources

Stars

Watchers

Forks