In this video we’ll continue building our Text Editor with Tkinter and Python. Well add the “New File” function, the “Open File” function, and the “Save As File” Function.
Opening and Saving files with Python and Tkinter are pretty easy, in fact we’ve looked at doing this exact thing in past videos. And creating a “New” file is done simply by deleting whatever was in our Text Widget already…and we know how to do that already too!
Add comment