Replace playsound3 with pyglet for audio notifications

Switched sound notification library from playsound3 to pyglet in requirements and main GUI code. Updated all related logic and logging to use pyglet for audio playback, improving compatibility and maintainability.
This commit is contained in:
Your Name
2025-08-28 17:38:48 +03:00
parent 7be376c2fd
commit 70488e6ecc
2 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ requests
pillow
packaging
markdown
playsound3
pyglet
loguru
setuptools