https://github.com/quantumpixelator/pytranslator
Translate and TTS for many languages, Python 3.x
https://github.com/quantumpixelator/pytranslator
language pyside6 python speech text-to-speech translate translation tts
Last synced: over 1 year ago
JSON representation
Translate and TTS for many languages, Python 3.x
- Host: GitHub
- URL: https://github.com/quantumpixelator/pytranslator
- Owner: QuantumPixelator
- Created: 2023-08-28T19:16:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T19:50:12.000Z (over 2 years ago)
- Last Synced: 2025-01-21T11:33:47.559Z (over 1 year ago)
- Topics: language, pyside6, python, speech, text-to-speech, translate, translation, tts
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Translator App 📝
Simple Python app to translate words and phrases.
Libraries:
- Translate from https://pypi.org/project/translate/
- pyttsx4 from: https://pypi.org/project/pyttsx4/
## Imports ✨
In your virtual environment:
pip install -r requirements.txt
## Get Started 🚀
python main.pyw
## Features ✨
- Text to speech
- Favorite phrases
- Window size and position saved/used
- Easily add more languages
- Almost all languages available
Default languages:
- French
- Spanish
- Italian
- German
- Russian
- Portuguese
- Arabic
- Japanese
- English - GB
- English - US
## Screen shots

##
## License: MIT