dzhemvrot / gzip-DC

This is a program to compress and decompress files using gzip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gzip DC - gzip (De-)Compressor

This is a program to compress and decompress files using gzip.

How to use

1-file (de-)compression

  1. (optional) Write a compression level in textbox (only when compressing). Example: "9"
  2. Press the button "Compress" or "Decompress" and choose the file.
  3. Choose the destination file. Example: "D:\Documents\file.txt"
  4. Profit!

Multiple files (de-)compression

  1. (optional) Write a compression level in textbox (only when compressing). Example: "9"
  2. Write destination files' extension in textbox. Example: ".txt". You can subtract an extension - simpy type "-" in the beggining. Example: "-.txt"
  3. Press the button "Mass compress" or "Mass decompress" and choose the files.
  4. Profit!

Developers

Program written using Python by dzhemvrot (me).

About

This is a program to compress and decompress files using gzip.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%