https://github.com/spimy/stt-googlequery
A Google Query Using Speech to Text made in Python 3
https://github.com/spimy/stt-googlequery
Last synced: 3 months ago
JSON representation
A Google Query Using Speech to Text made in Python 3
- Host: GitHub
- URL: https://github.com/spimy/stt-googlequery
- Owner: Spimy
- Created: 2018-12-12T17:20:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T13:43:43.000Z (about 7 years ago)
- Last Synced: 2025-02-10T01:44:23.918Z (11 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STT-GoogleQuery
A Google Query Using Speech to Text made in Python3
# Before Running
1. Make sure to have Python3 installed
2. Make sure to have Tkinter installed (Usually already installed with Python)
3. Make sure to have PyAudio installed
4. Make sure to have SpeechRecognition installed
5. Launch main.py
6. Click the Button and Record Your Audio
7. Speech turns to speech
8. Google opens and searches your query
# Install Modules
To install modules required after installing Python3, run in Command Promp/Powershell:
1. pip3 install tkinter
2. pip3 install PyAudio
3. pip3 install SpeechRecognition
If PyAudio doesn't install, download PyAudio at: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio
Then, shift+right click at the location of where it was downloaded and open Command Promt/Powershell
Once done, run "pip3 install "
# Side Note
Currently working only for English language!