News

A fun diary application written in python using the tkinter GUI module. Meant to be as simple as possible to show how easy it is to create python desktop apps that might more often be made in JS. Only ...
Import the Tkinter module. Create the GUI application main window. Add one or more of the above-mentioned widgets to the GUI application. Enter the main event loop to take action against each event ...