Web app translating french "natural language" (algorithmic language used in school to learn the basics of of programming) to python
Many students have to learn natural langaguage and python and a lot of them struggle translating one into the other. That's why I wanted to help them by creating a tool which can easily make the job
Just click here and fill in the form ! The form is supposed to be organized as the officials algorithms but there might be some slight differences. If the difference is too important, you can post an issue and I'll fix the problem.
- 1 -> Entrez ici le nom de votre variable.
- 2 -> Entrez ici le type de la variable (entier, flottant ou chaines de caractères).
- 3 -> Quand vous cliquez sur un bouton +, une nouvelle ligne apparait.
- 4 -> Entrez ici le nom d'une variable que vous voulez faire entrer à l'utilisateur.
- 5 -> Entrez ici le nom de la variable dont vous voulez modifier la valeur.
- 6 -> Tapez ici le nom d'une variable ou un nombre. Si c'est une variable et que celle-ci n'est pas définie, elle sera en rouge.
- 7 -> Choisissez ici le type d'opération que vous voulez effectuer (addition, soustraction, multiplication ou division).
- 8 -> Cliquez ici pour ajouter un élément à l'opération.
- 9 -> Entez ici le texte si l'option texte a été choisie (cf. 10) ou la variable que vous voulez afficher en sortie .
- 10 -> Vous pouvez ici modifier le genre de données que vous voulez afficher en sortie.
- 11 -> Cliquez ici pour supprimer une ligne.
You can contact me by mail : [email protected]
This project is under a GNU license. More details here
Text coloration is made by Codemirror version 5.47.0. More details here.
JQuery version 3.4.1. More details here.
JqueryUI version 1.12.0. More details here.