Télécharger la série de TP: https://drive.google.com/file/d/1J5BL8-BxR7A9__lz2vm3CPtMc9Z1uMQY/view
Code source: https://www.tresfacile.net/solution-exercice-11-spinbox-qui-redimmentionne-une-fenetre-tkinter/
Solution Exercice 10: https://www.youtube.com/watch?v=ofSK0fle38U&list=PLh-rUZWaw76H854IJM3NXVGWbE8o_cuw7&index=48
Ecrire un programme en Python Tkinter qui affiche à l'utilisateur une fenêtre Tkinter contenant un widget spinbox permettant de modifier les dimensions de la fenêtre (augmenter ou diminuer les dimensions de 25 pixels). On crée ici un widget spinbox et on lui associe une action du type event associée au click. La vidéo a été crée avec le module Tkinter de Python 3.8 version Windows 10. Pour un visionnage de qualité, utiliser le navigateur google chrome.
Write a program in Python Tkinter which displays to the user a Tkinter window containing a spinbox widget allowing to modify the dimensions of the window (increase or decrease the dimensions by 25 pixels). We create here a spinbox widget and associate it with an event type action associated with the click. The video was created with the Tkinter module of Python 3.8 version Windows 10. For a quality viewing, use the google chrome browser.