How To Make Text Widgets Show Bold And Italics In Python GUI
April 20, 2022
John Elder of Codemy recently started a project where we will build an interactive text editor. The tutorial was divided into multiple parts where John will teach us how to build this simple Python GUI app from scratch. The previous videos taught us to build the widget and add some common functionalities to it including the ability to open and save files to a directory.
This time, we will learn…