A simple text translator written in Python, made for my personal use and learning purposes
- Translate text between languages, supporting more than 100 languages
- It uses the function GoogleTranslator from Deep-Translator library
- This project was made for personal use, to translate text while using two applications at the same time
- Python 3.10+
- Deep-Translator library
This project doesn't have a requirements.txt file. Here's how to use it:
- Clone this repo: https://github.com/sesgabriel/python-translator
- Enter the project's folder (python-translator)
- Run the program
The translator uses the Deep-Translator library. If you don't have it installed, you can install it using 'pip install deep-translator'
- Type the text you want to translate: Eu amo Python!
- Whats the target language? en
- Original text: Eu amo Python!
- Translated text: I love Python!
This project was written for my Python studies. I learned logic, input/output, external libraries, UX, etc.
- GitHub: sesgabriel
- Author: Gabriel Soares