FastZip is a Python script that can quickly compress any file into a zip archive. It includes a simple and user-friendly GUI that allows users to select a file to compress and choose the output path for the zip archive.
To use FastZip, you need to have Python 3 installed on your computer. You can download the latest version of Python from the official website: https://www.python.org/downloads/
After installing Python, you need to install the required dependencies. You can do this by running the following command in your terminal:
pip install -r requirements.txt
To use FastZip, simply run the following command in your terminal:
python fastzip.py
This will launch the GUI, where you can select a file to compress and choose the output path for the zip archive.
If you want to contribute to FastZip, you can submit a pull request on GitHub. Please make sure to follow the coding style and write tests for any new functionality you add.
Thanks!,
Dius Montenegro (Dre)