In this video we’re going to start building a Text Editor with Tkinter and Python.
In the last few videos of the playlist, I’ve shown you how to use the Text Widget with Tkinter. Now we’re going to take all the things we’ve learned and build out a cool little text editor that will be able to edit text files, html files, python files, or anything else that you like!
This will likely take several videos, so subscribe and check the playlist. In this video we’ll build out the main GUI for our app and add a menu bar and status bar.
Add comment