When we visit the other countries web sites we first face an issue with languages, absolutely we have google to convert into our country language and vise verse but what if we give the choice to user choose there own language, So this tutorial talks about how to create a multilingual website in Django. SetUp: …
Continue ReadingIntroduction part how AI Assistance work, how its behavior when you give your voice command to it using python batteries.
DownloadYou Can check the description on the Stories section, here I attached the code part. import datetime import speech_recognition as sr import wikipedia import pyttsx3 import webbrowser engine = pyttsx3.init() # for windows O…