This post cross-published with OnePublish
What's up DEV Network?
Youtube Channel with video tutorials - Reverse Python Youtube
In this lab we ar...
For further actions, you may consider blocking this person and/or reporting abuse
Hello,
Very good idea and nice project. 👏
I really like the possibilities and the fun!
Regarding the repo, if I may give you some useful tips:
IndentationError: unindent does not match any outer indentation level
I'll still follow the repo, it looks very interesting though.
Oh I see sorry for this small mistake😅 I already fixed it. I was bit nervous when pushed it😅 Actually yeah requirements.txt will more professional I will add it soon. Thanks for your advice!
I issued a PR with some modifications to go with the advices.
I'll be interested in contributing to this 😉
This is awesome!!😃 Thank you very much!😍
Try to add visual items like creating a pygame or tkinter or pyQt5.
Try to use pyttsx or pyttxs3 instead of gTTS. Because it works offline and can be modified (voice, speed, etc). Plus it saves data & time(pyttsx is fast).
do you have a way to import pyttsx. this is because I cannot import it into my code: module not found
i have it installed in pip and built a virtuavenv
thx
Hi!
Looks like you have a very interesting and promising project there.
I'll be following it.
Looks like a storage layer might help there(the 'ifs' and eventually cache to some degree). Maybe sqlite and/or a nosql option for portability reasons.
Thank you! Sure, I will implement ML algorithms later so sqlite must be added.
That would be really nice.
Let us know, here or GitHub, where you're going next.
NLTK could be used to improve the natural language processing instead of manual conditional statements, it would give us for flexibility on understanding the commands. And Please try using 4 spaces instead of tabs..
BTW, Nice Writing! ♥️
Yes I am currently focusing on ML with Python. I will try to implement NLTK to this project🤖 Thank you for your advice 👍🙌
While trying to search and play an YouTube video, I am getting this error :
"
Traceback (most recent call last):
File "tars.py", line 159, in
tars(myCommand())
File "tars.py", line 137, in tars
webbrowser.open("youtube.com/watch?v={}".format(sea...)
IndexError: list index out of range
"
Someone please help.
Traceback (most recent call last):
File "C:/Users/OWNER/AppData/Local/Programs/Python/Python36/Home.py", line 147, in
home(myCommand())
File "C:/Users/OWNER/AppData/Local/Programs/Python/Python36/Home.py", line 33, in myCommand
talk('Home is ready')
File "C:/Users/OWNER/AppData/Local/Programs/Python/Python36/Home.py", line 22, in talk
text_to_speech.save('audio.mp3')
File "C:\Users\OWNER\AppData\Local\Programs\Python\Python36\lib\site-packages\gtts\tts.py", line 248, in save
with open(str(savefile), 'wb') as f:
PermissionError: [Errno 13] Permission denied: 'audio.mp3'
I tried this, but usually I got these
Permission denied: 'audio.mp3'
error
Nice collection of techniques - really shows of what some simple Python can do!
Exactly🚀 This is the power of Python with only basic knownledges💪🐍
This is super cool!
Very nice project ! Thanks
This is very cool! Thanks for sharing this. Do you have a voice assistant written in python that uses machine learning?
Not yet, but I am thinking to add some ML algorithms later🚀
Really a nice reading!
What VSCode theme are you using
Shades of Purple :)
Hey I was trying this and I found this error:" Could not find PyAudio; check installation " which I try to resolve with pip install PyAudio version0.2.11 is the latest version available while running this I am getting above mentioned error how should I resolve please do help me out
stackoverflow.com/questions/522838...
Refer this thread, you have to install manually..
Anybody help me to fix this problem
Well, I'm having an issue.
Because file with the same name is getting over and over again.
Informative article, Thanks for posting
I have an issue where the permission to the audio.mp3 file is denied
Well i did a simple fix where you name the file with the current date and time using datetime.datetime.now()
However initially it showed errors but when i removed the characters such as : and - the only digit strings worked.
Can anybody suggest something better tho cause this issue seems common.
well done
Amazing💕😍