An open API service indexing awesome lists of open source software.

https://github.com/pintoinfant/pybot

A beginner voice-controlled Python project using Google Text-to-Speech (TTS).
https://github.com/pintoinfant/pybot

beginner-project ignore python text-to-speech

Last synced: 2 months ago
JSON representation

A beginner voice-controlled Python project using Google Text-to-Speech (TTS).

Awesome Lists containing this project

README

        

# PyVoiceBot

A Simple Voice Chat Bot Made using Python

# Module to be installed :
- Speech Recognition - ```https://pypi.org/project/SpeechRecognition/```
- Text to speech - ```https://pypi.org/project/pyttsx3/```
- PyAudio - ```https://pypi.org/project/PyAudio/``` (If installation shows error , try python 3.6 or Lower)
- Pywhatkit - ```https://pypi.org/project/pywhatkit/```
- Wikipedia - ```https://pypi.org/project/wikipedia/```
- Datetime - ```https://pypi.org/project/DateTime/```
- Pyjokes - ```https://pypi.org/project/pyjokes/```