Replace pygame with playsound3 for audio notifications

Switched from pygame to playsound3 for playing notification sounds in the GUI. Updated requirements.txt and refactored related code to use playsound3, improving compatibility and simplifying sound playback.
This commit is contained in:
Your Name
2025-08-26 23:57:56 +03:00
parent 6ff72f296a
commit fa983d75a5
2 changed files with 13 additions and 20 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ requests
pillow
packaging
markdown
pygame
playsound3
loguru
setuptools