Skip to content

Instantly share code, notes, and snippets.

@KenoLeon
Created July 7, 2020 01:13
Show Gist options
  • Select an option

  • Save KenoLeon/fc5e2d5a429c6135f7e305079a4215e4 to your computer and use it in GitHub Desktop.

Select an option

Save KenoLeon/fc5e2d5a429c6135f7e305079a4215e4 to your computer and use it in GitHub Desktop.
Simple Tone for Medium Article
# 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