Releases
1.0.0
Super Power Option Ver 1.0.0
Latest
Compare
Sorry, something went wrong.
No results found
Refactored UI from standard Tkinter to CustomTkinter with a dark mode responsive layout.
Replaced text buttons with modern 64x64 PNG icon buttons featuring CTkToolTip hover effects.
Added support for new time units (days, weeks, months, years) and decimal inputs (e.g., 1.5 hours).
Implemented dynamic font resizing for the timer countdown to ensure large durations fit the screen.
Replaced standard OS message boxes with styled CTkToplevel modal dialogs pinned as topmost.
Initialized a persistent pystray system tray icon with live hover tooltips displaying countdown progress and right-click controls.
Enforced single-instance application execution using a Mutex lock in main.py.
Updated system power commands (Sleep/Hibernate via SetSuspendState, Restart/Shutdown via hidden subprocesses).
Packaged assets and hidden imports (like CTkToolTip) into a unified PyInstaller executable build.
Added README.md, requirements.txt, and .gitignore for standard repository setup.
You can’t perform that action at this time.