In the previous tutorial, From tkinter to AppJar (part 1), we converted a simple tkinter app to a short 8 line AppJar app.
This time we'll try out some of the other App Jar widgets by converting a tinter-based file search app from a previous tutorial.
With your favourite Python 3 editor, open a new code file and enter this code:
As you can see, we've replicated the functionality of the 53 line tkinter file search example with just 30 lines of AppJar code.
In part 3 we'll add new code lines to enhance the user interface's look and feel via a series of configuration options.
No comments:
Post a Comment