https://github.com/filiprokita/dotzip
This program is a simple GUI tool that enables users to extract files from a Zip archive. It is written in Python using the tkinter library.
https://github.com/filiprokita/dotzip
automation developer-tools file-extraction file-management gui open-soruce python tkintter user-interface zip-file
Last synced: 11 months ago
JSON representation
This program is a simple GUI tool that enables users to extract files from a Zip archive. It is written in Python using the tkinter library.
- Host: GitHub
- URL: https://github.com/filiprokita/dotzip
- Owner: FilipRokita
- Created: 2021-12-16T15:00:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T12:54:58.000Z (about 3 years ago)
- Last Synced: 2025-03-24T21:34:06.089Z (over 1 year ago)
- Topics: automation, developer-tools, file-extraction, file-management, gui, open-soruce, python, tkintter, user-interface, zip-file
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotZip.py
DotZip is a simple Python script that allows you to extract a zip file using a graphical user interface (GUI). The script uses the popular `zipfile` and `tkinter` libraries to enable the user to select a zip file and extract its contents.
## How to Use
To use DotZip, simply download the `DotZip.py` file and run it in your Python environment. When prompted, click the "Choose File" button to select a zip file to extract. Once selected, the "Extract" button will be enabled. Click the "Extract" button to extract the contents of the zip file to the same directory as the original zip file.
## Dependencies
This script requires the `zipfile` and `tkinter` libraries to be installed in your Python environment.
## Usage
```
python DotZip.py
```
## Author
This script was created by Filip Rokita. You can learn more about me and my work at www.filiprokita.com.