Posts

How to create a basic text to speech bot using python

Image Source - https://qatechtalks.medium.com/ When we say text-to-speech (TTS), We are talking about assertive technology which reads any text and speaks aloud. In today's digital world, we have multiple applications, where this text-to-speech technology can be used.  A few of the applications are listed below -  Audio book narration Voice assistant for old age and people with disabilities Helping people with speech disorders Helping students pursuing foreign languages Today we are going to write a basic Python text-to-speech program. Which is going to read the message loud which we are passing to it. To Create a basic text-to-speech converter we are going to use ` pyttsx3` library. Which provides a very simple interface for text-to-speech conversion.  Step-by-step guide to create a basic text-to-speech converter -  1 - Download the pyttsx module using pip or pip3(If you are using Python3) pip install pyttsx3 2 - Create a python script to import the pyttsx3 library -  import

OS (Operating System) Quiz set -2

OS (Operating-System) Quiz Set - 1