This is a program to compress and decompress files using zlib.
- (optional) Write a compression level in textbox (only when compressing). Example: "9"
- Press the button "Compress" or "Decompress" and choose the file.
- Choose the destination file. Example: "D:\Documents\file.txt"
- Profit!
- (optional) Write a compression level in textbox (only when compressing). Example: "9"
- Write destination files' extension in textbox. Example: ".txt". You can subtract an extension - simpy type "-" in the beggining. Example: "-.txt"
- Press the button "Mass compress" or "Mass decompress" and choose the files.
- Profit!
Program written using Python by dzhemvrot (me).