winwid is a lightweight, frameless desktop widget for Windows that displays the current weekday.
Built in Python using PySide6, it stays always visible but non-intrusive β click-through, transparent, and docked to your desktop. It also includes a system tray icon for silent background operation.
- π₯οΈ Frameless and transparent window
- π€ Custom futuristic font (Anurati)
- π Auto-updates the weekday every minute
- π±οΈ Click-through: doesn't block desktop interactions
- π Always below other windows
- π§ Lives in the Windows system tray
- β‘ Minimal and resource-friendly
If you're running from source, install the required Python packages:
pip install -r requirements.txtTo compile the widget into a standalone Windows executable:
pip install pyinstaller
pyinstaller winwid.spec