An open API service indexing awesome lists of open source software.

https://github.com/alevidals/python-translator


https://github.com/alevidals/python-translator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Hi I'm Alejandro :man_technologist:

### You can contact me via:

[codeSTACKr | LinkedIn][linkedin]
[codeSTACKr | Instagram][instagram]


### Languages and tools used in this project:

codeSTACKr | LinkedIn
codeSTACKr | LinkedIn



---

# 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
```