Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

FastZip

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.

Table of Contents

Installation

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

Usage

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.

Contributing

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)