Créer votre propre éditeur de texte en Python en utilisant la la bibliothèque GUI Tkinter en Python. Dans ce tutoriel vidéo, nous montrons comment coder la commande Edition copier - edition coller au menu tkinter de notre éditeur de texte. 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 tutoriel vidéo .a été crée avec la version de Python 3 Windows 7 et testé sur Python 3 Windows 8 et python 3 windows10. Pour un bon visionnage de qualité optimale, 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 video tutorial, we show how to code the Edit copy - edit paste command to the tkinter menu of our text editor. We retrieve the contents of the Text Tkinter widget via the get method and we save it to the file using the write method. This video tutorial was created with version of Python 3 Windows 7 and tested on Python 3 Windows 8 and python 3 windows 10. For a good viewing of optimal quality, it is advisable to use the Google Chrome browser.