Télécharger la série de TP Tkinter: https://drive.google.com/file/d/1J5BL8-BxR7A9__lz2vm3CPtMc9Z1uMQY/view
Code source: https://www.tresfacile.net/solution-exercice-15-table-de-multiplication-en-python-graphique-tkinter/
Ecrire un programme en Python Tkinter qui permet d'afficher la table de multiplication d'un entier sélectionné via une liste combobox tkinter comme le montre la figure. On créer ici un label Tkinter qu'on nomme resultat pour afficher les résultats. On créer ensuite une liste cobobox tkinter via le module ttk de Python Tkinter. On associe ensuite une action comboboxSelected à la liste combobox tkinter du type bind event La vidéo a été créer avec Wing IDE & Python 3.8 et a été testée sur Windows 10. Pour un visionnage de qualité, utiliser le navigateur google chrome.
Write a program in Python Tkinter that can display the multiplication table of a selected integer via a combobox tkinter list as shown in the figure. We create here a Tkinter label that we call result to display the results. We then create a cobobox tkinter list via the ttk module of Python Tkinter. We then associate a comboboxSelected action with the combobox tkinter list of the bind event type. The video was created with Wing IDE & Python 3.8 and was tested on Windows 10. For a quality viewing, use the google chrome browser.