import pyttsx3 engine = pyttsx3.init() new_vol = .5 #volume between 0 and 1 engine.setProperty("volume", new_vol)