Table des matières

Installation

Linux

sudo apt install python3-tk

Windows

Utiliser le binaire standard de https://python.org/, tout est déjà inclus.

Test

>>> import tkinter
>>> tkinter._test()

Ceci affiche cette fenêtre de test :