User-Login-GUI

User login GUI built with PySimpleGUI. Adapted from an existing tkinter model.

Stars
7

User-Login-GUI

User login GUI demonstration with PySimpleGUI. Adapted from an existing tkinter model. See a live demo on repl.it

This application was adapted from a tkinter build by i know python. You can check out his source code and YouTube video here. The purpose of this rebuild was to demonstrate how much simpler the application can be built using the PySimpleGUI framework.

I made a few optimizations in this build versus the original application; however, comparing the orignal code base to an exact replica, the PySimpleGUI version uses 1,706 characters, while the tkinter version uses 2,244 characters, which is 24% fewer characters in total.

Check out the screenshots: