https://github.com/alevidals/python-translator
https://github.com/alevidals/python-translator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alevidals/python-translator
- Owner: alevidals
- Created: 2020-08-11T16:02:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T16:58:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T03:14:09.683Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hi I'm Alejandro :man_technologist:
### You can contact me via:
[
][linkedin]
[][instagram]
### Languages and tools used in this project:
![]()
![]()
---
# Python translator
This is a script that open a window to translate strings, you can choose the language of the input and the output. The input can be automatically detected if you don't know the language.
### Requirements
- python3
- tkinter
- googletrans
- pandas#### Requirements installation
> Linux
```sh
sudo apt install python3-tk
sudo apt install python3
pip install pandas
pip install googletrans
```[instagram]: https://instagram.com/alevidalsanchez
[linkedin]: https://linkedin.com/in/alejandro-vidal-sanchez### How to use:
```
python3 main.py
```