# DESCRIPTION DU SCRIPT

## Choix du language

Pour assurer la compatibilité avec un maximum de systèmes d'exploitation, Python 3 a été choisi.

## Prérequis

```
// pip install -r requirements.txt
```

## Accès internet

Pour la traduction, j'utilise Google Translate, un accès à Internet est donc nécessaire pour cette partie.

## Traduction internet

The language to translate into is defined in line 10. Please modify the 'target' part.

Example: `translator = GoogleTranslator(source='en', target='fr')`
