desktopAssistant icon indicating copy to clipboard operation
desktopAssistant copied to clipboard

Desktop assistant that uses speech recognition and gTTS to execute commands and talk back to the user.

Results 11 desktopAssistant issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

Hey there, I have added some more features to your virtual assistant, they are: 1. Battery status 2. CPU status 3. Shutdown 4.Notepad

![AI](https://user-images.githubusercontent.com/28364472/80201388-0f178180-85f2-11ea-8330-6075d481b5e9.PNG)

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

'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: >...