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).
- Host: GitHub
- URL: https://github.com/pintoinfant/pybot
- Owner: pintoinfant
- Created: 2021-04-11T04:44:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T04:56:11.000Z (about 4 years ago)
- Last Synced: 2025-01-25T07:14:44.261Z (4 months ago)
- Topics: beginner-project, ignore, python, text-to-speech
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/```