Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Gzip File Compressor & Decompressor in Python

This Python script demonstrates how to compress and decompress files using the built-in gzip module, making it a simple tool for handling .gz archives.

Features

  • 📥 Compress any file into .gz format
  • 📤 Decompress .gz files back to their original form
  • 🖥 Works on Windows, macOS, and Linux
  • 🔧 Uses built-in Python modules: gzip and shutil