In this project, I built a tool to compress a folder or file into a zip archive.
The program:
• Selects folder or file
• Creates a zip archive in an output folder
• Handles existing output safely
This project helped me practice file compression and Python's shutil module.
Project Code:
[https://github.com/sabirhusseinbalal/...]
Full Repository:
[https://github.com/sabirhusseinbalal/...]
Watch Full Playlist:
[ • Python File & Folder Automation – 18 Proje... ]
#python #automation #beginner