Créer votre propre éditeur de texte en Python en utilisant la la bibliothèque GUI Tkinter en Python. Dans cette vidéo tutoriel, nous vous expliquons comment exploiter la commande Edition annuler - edition rétablir au sein du menu tkinter de votre éditeur de texte. Nous commenons par activer l'option undo du widget text tkinter et Nous procédons à la récupération du contenu du widget Text Tkinter via la méthod get et nous l'enregisrons sur le fichier en utilisant la méthode write. Ce cours vidéo .a été élaboré avec la version Python 3 Windows 7 et a été testé sur Python 3 Windows 8 et python 3 windows10. Pour un bon visionnage de meilleur, il est souhaitable d'utiliser le navigateur Google Chrome.
Create your own text editor in Python using the Tkinter GUI library in Python. In this tutorial video, we explain how to use the Edit undo - edit redo command in the tkinter menu of your text editor. We start by activating the undo option of the text tkinter widget and We proceed to fetch the content of the Text Tkinter widget via the get method and we save it to the file using the write method. This video course has been developed with the Python 3 Windows 7 version and has been tested on Python 3 Windows 8 and python 3 Windows 10. For a good better viewing, it is advisable to use the Google Chrome browser.