Releases: redofly/ZipOn
Releases · redofly/ZipOn
ZipOn v1.1.0
🚀 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/andextracted/directories on startup.
🛠 Technical Changes
- Moved from
.grid()to.pack()for a cleaner vertical alignment. - Integrated the
webbrowsermodule for external link handling. - Optimized subprocess handling for the
zip.pyandunzip.pybackends.
📂 How to Run
- Ensure you have Python 3.x installed.
- Run
python main.py. - Use the Zip and UnZip buttons to manage your archives.
Created by redo_fly