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
.gzformat - 📤 Decompress
.gzfiles back to their original form - 🖥 Works on Windows, macOS, and Linux
- 🔧 Uses built-in Python modules:
gzipandshutil