make a program that beeps every once in a while:
import winsound,time
while True:
winsound.Beep(32767,1) #maximmumm hertz
time.sleep(1)
make a program that beeps every once in a while:
import winsound,time
while True:
winsound.Beep(32767,1) #maximmumm hertz
time.sleep(1)
That is actually one of the most creative ideas so far James, nice job!
Perhaps if you find a job that actually interests you ...