desktopAssistant
desktopAssistant copied to clipboard
Desktop assistant that uses speech recognition and gTTS to execute commands and talk back to the user.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.11.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Hey there, I have added some more features to your virtual assistant, they are: 1. Battery status 2. CPU status 3. Shutdown 4.Notepad

No sound
So everything works great but I have no sound and I'm not sure where to start any help would be great
added where is location command
I got the title issue on running the code
'say' is not recognized as an internal or external command, operable program or batch file.
I thought it may be important to end the script. Here is my way. Is this a good way? ``` > import sys > elif 'exit program' in command: >...