Created
July 7, 2020 01:13
-
-
Save KenoLeon/fc5e2d5a429c6135f7e305079a4215e4 to your computer and use it in GitHub Desktop.
Simple Tone for Medium Article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Notes: | |
| # You need to install winsound: | |
| # > pip install winsound | |
| # Only works with windows, | |
| # for an alternative see following gist. | |
| import winsound | |
| # HZ and milliseconds | |
| winsound.Beep(200, 1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment