- Complete macOS application with PyQt5 GUI - Smart mouse monitoring with configurable timing - System menu bar integration with adaptive theming - Comprehensive build system with PyInstaller - Professional DMG creation for distribution - Full documentation and testing scripts
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
# Core dependencies
|
|
pyautogui>=0.9.54
|
|
PyQt5>=5.15.0
|
|
|
|
# macOS specific dependencies
|
|
pyobjc-framework-Cocoa>=9.0
|
|
pyobjc-framework-Quartz>=9.0
|