A desktop application to split large folders into multiple ZIP files based on a target size.
- Ensure you have Python installed.
- Double-click
run_app.bator run the following command in terminal:python main.py
- Split Large Folders: Automatically groups files into batches (e.g., 2GB chunks).
- Custom Size Limit: Choose from presets or enter a custom size.
- Exclude Files: Skip specific files or extensions.
- Preview: See exactly how files will be grouped before creating ZIPs.
- Privacy: All processing is local.
- Python 3.x
- Tkinter (usually included with Python)