Newer
Older
# Projet Paint
## Objectifs :
Création d'une tablette grahique avec interface ordinateur
Tâches à effectuer dans l'ordre :
* Envoi de la position
* Récupération série par Python
*
## Interface Python
Utilisation de module Tkinter.
Basée sur le [modèle suivant](#https://gist.github.com/nikhilkumarsingh/85501ee2c3d8c0cfa9d1a27be5781f06
).
```Python
import Tkinter as
```