Assalamualikum, WhasUp everyone!!, Today we will start our new playlist Python Magic.
source code :
import pyttsx3 #pip install pyttsx3
engine = pyttsx3.init('sapi5')
voices = engine.getProperty('voices')
print(voices[0].id)
engine.setProperty('voice',voices[0].id)
def speak(audio):
engine.say(audio)
engine.runAndWait()
speak("my name is sumon")
______________________________________________________
Python is one of the best languages used by data scientists for various data science projects/applications. Python provide great functionality to deal with mathematics, statistics and scientific function
See My Other Videos 👇👇:
Web development tutorial:
• Web Development Tutorial
Python in One Video 2022:
• Python in One Video 2022 | Bangla | W...
Python Full Course In One Video:
• Python Beginner to Advanced Level In...
Python in One video Bangla:
• Python Beginner to Advanced Level In...
Bootstrap in One Video:
• Bootstrap 5 in One Video | Web Devel...
Learn JavaScript in One Video:
• JavaScript tutorial in one video |for...
Python Projects (full PlayLists):
https://youtube.com/playlist?list=PLa...
Web Development with Python(Flask) :
https://youtube.com/playlist?list=PLa...
Python Object Oriented Programming full Playlists:
https://youtube.com/playlist?list=PLa...
Game Development With Python:
• Pygame
pycharm install:
• Python & PyCharm Installation | Pytho...
python install:
• Python Installation & Python Shell | ...
Vs code install:
• Visual Studio Code(Vs Code) Installat...