ZipOn is a simple Python GUI tool built with Tkinter that lets you zip and unzip files and folders easily.
- Zip a file or an entire folder
- Unzip
.ziparchives - Simple and clean Tkinter interface
- Output folders are created automatically
- Python-only (no exe required)
- Zipped files are saved to the
zipped/folder - Extracted files are saved to the
extracted/folder
- Install Python 3.8 or newer
- Clone the repository:
git clone https://github.com/TypeZBoss/ZipOn.git