1// make a friend using python
2//make sue you have installed pyttsx3 module
3// to install module open cmd and write pip install pyttsx3
4
5import pyttsx3
6engine = pyttsx3.init()
7engine.say("")
8engine.runAndWai
1- Make a calculator
2- Automating stuff Eg: Parsing thorugh a directory and find a particular file.
3- Making your own website using flask or django etc