ZipCraft is a Python script that allows you to selectively create zip archives of specific files and folders, tailored to your project's needs.
- Choose which files and folders to include in the zip archive.
- Exclude unnecessary files and directories like virtual environments and cache folders.
- Customize your selection with specific file extensions.
-
Clone or download this repository.
-
Open a terminal and navigate to the repository directory.
-
Run the script using Python:
python zipcraft.py /path/to/directory --log debug --excludes venv --includes .py .json .yaml