Skip to content Skip to sidebar Skip to footer

How To Control Volume With Python3?

I wanted to write an alarm program, for waking up in mornings. I want it to play sound as loud as possible, so it needs to raise up volume to 100%. I also asked how to change volu

Solution 1:

Just make a python2 file with the required code and os.startfile('Path to ur file') or os.system('python2 path-to-file') from your python2 code, its simple as that.


Post a Comment for "How To Control Volume With Python3?"