Skip to content

Super Power Option Ver 1.0.0

Latest

Choose a tag to compare

@ImmuneMoon ImmuneMoon released this 09 Sep 01:17
· 5 commits to main since this release
  • 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.