Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 586 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 586 Bytes

Zip! is a simple Python application built using the Tkinter library to provide a graphical user interface for zipping and unzipping files and folders.

Features:

Zip Files: Select a folder and compress its contents into a zip file.
Unzip Files: Select a zip file and extract its contents into a chosen directory.

Usage:

Run the application by executing the zip.py file.
Click on the "Zip" button to compress files/folders or the "Unzip" button to extract files from a zip archive.
Follow the prompts to select the source folder or zip file and destination folder.