Individually compress the folders in the working directory to "zip". Using the power of Python built-in modules.
- Download
zip-it.py
and place it in the directory where the folders you want to compress are located. - Execute
zip-it.py
. - The program will ask you if you want to proceed.
Optionally, an zip-itExceptions.txt
file can be created in the same folder as the executable into which you can enter, line by line, the folders you want to exclude from compression.
- It only compresses folders 📂, not individual files in the directory 📄.
- Not recommended ⛔ for very big/heavy folders 🗄️.
- For the love of God, be careful 🧯.