Hi everybody,
I have a 24/7 running python script and I want it to play some wave files when he runs some functions. I managed to make it work locally on my pc with winsound module. However, it seems that winsound is not present on pythonanywhere and I can't install it with pip using a bash console. Do you think it is possible for a script running on pythonanywhere to play sounds on any computer that has access to the console of the process ?
Thanks a lot!
Cheers,
Paul