Skip to content

Releases: redofly/ZipOn

ZipOn v1.1.0

23 Feb 14:33
7aaa473

Choose a tag to compare

🚀 ZipOn v1.1.0: Native UI & Integrated Logic

This update marks a significant milestone in the development of ZipOn. We have completely refactored the interface to move away from external UI builders, opting for a pure, native Tkinter implementation for better performance and easier customization.

🌟 Key Features & Improvements

  • Native Tkinter UI:
  • Integrated Logic: Merged the core zipping/unzipping functions directly into the application class for a more seamless user experience.
  • Improved UX:
    • Centered layout for better visibility on 400x400 windows.
    • Added a clickable GitHub link and a functional status footer.
    • Interactive "Hand" cursor when hovering over links.
  • Auto-Initialization: The app now automatically checks for and creates zipped/ and extracted/ directories on startup.

🛠 Technical Changes

  • Moved from .grid() to .pack() for a cleaner vertical alignment.
  • Integrated the webbrowser module for external link handling.
  • Optimized subprocess handling for the zip.py and unzip.py backends.

📂 How to Run

  1. Ensure you have Python 3.x installed.
  2. Run python main.py.
  3. Use the Zip and UnZip buttons to manage your archives.

Created by redo_fly