Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T19:50:12.000Z (over 1 year ago)
- Last Synced: 2024-11-20T17:14:04.452Z (3 months 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 availableDefault languages:
- French
- Spanish
- Italian
- German
- Russian
- Portuguese
- Arabic
- Japanese
- English - GB
- English - US
## Screen shots
![Screenshot](images/ss1.png)##
## License: MIT