Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to open sound file in python

# playsound module

from playsound import playsound
playsound('audio.mp3')   # way to your audio file
Comment

PREVIOUS NEXT
Code Example
Python :: post request python 
Python :: root number in python 
Python :: remove columns that contain certain names in pandas 
Python :: creating dictionary using the keys 
Python :: pop vs remove python 
Python :: python regex find first 
Python :: create 2d list dictionary 
Python :: how to redirect in flask to the same page 
Python :: time.ctime(os.path.getmtime phyton in datetime 
Python :: python file location path 
Python :: __gt__ 
Python :: tkinter starter code 
Python :: First Unique Character in a String in python 
Python :: sns palette 
Python :: python bz2 install 
Python :: python style console output 
Python :: how to create a new virtualenv 
Python :: change tensor type pytorch 
Python :: flask render_template 
Python :: from imblearn.over_sampling import smote error 
Python :: generic type python 
Python :: lock in python 
Python :: euclidean division in python 
Python :: renaming multiple columns in pandas 
Python :: read a file and split the words python 
Python :: iterate over list and select 2 values together python 
Python :: python import multiple csv 
Python :: how to print palindrome in 100 between 250 in python 
Python :: How to return images in flask response? 
Python :: ip regex python 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =