Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

alarm when code finishes

import winsound
duration = 1000  # milliseconds
freq = 440  # Hz
winsound.Beep(freq, duration)
Comment

PREVIOUS NEXT
Code Example
Python :: dropping unnamed columns in pandas 
Python :: check all python versions ubuntu 
Python :: python http server command line 
Python :: leaky relu keras 
Python :: wait() in python tkinter 
Python :: how to convert a list to a string by newline python 
Python :: how to remove all characters from a string in python 
Python :: how to get the current url path in django template 
Python :: identify prime numbers python 
Python :: python yaml parser 
Python :: python get all methods of object 
Python :: tribonacci sequence python 
Python :: how to change web browser in python 
Python :: python tkinter delete label 
Python :: pandas open text file 
Python :: how to filter mask results in python cv2 
Python :: arithmetic python string 
Python :: Scrape the text of all paragraph in python 
Python :: os file exists 
Python :: encoding read_csv 
Python :: python create and show screenshot 
Python :: check dictionary is empty or not in python 
Python :: rename files in a folder python 
Python :: docker pyinstaller windowa 
Python :: load static files in django 
Python :: vscode not recognizing python import 
Python :: python exceute 60 records per minute counter 
Python :: python temporaty files 
Python :: python- number of row in a dataframe 
Python :: make a specific column a df index 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =