Play a "beep" in PyCharm IDE?
I used PyCharm to develop an program that runs a long time. I let it run in the PyCharm IDE - nothing fancy. I leave it in the background and work on other projects. Sometimes it completes, and sometimes it hits an error condition that causes it to stop.
I would like to have the program emit some kind of "beep" or play a sound when either of these events occurs. Can someone provide a link to a small function that does this? Many thanks.
请先登录再写评论。