almostearthling / when-command

When is an automation tool that aims at being flexible and cross platform
http://almostearthling.github.io/when-command/
BSD 3-Clause "New" or "Revised" License
68 stars 2 forks source link

Switch to plain tkinter #106

Closed almostearthling closed 2 months ago

almostearthling commented 2 months ago

This branch eliminates the need of PySimpleGUI (which has gone closed source) and FreeSimpleGUI. Using tkinter directly has several benefits:

just to mention a few of them. Actually, I was afraid that the code would become much more complicated: while this is true in the part that creates the layout, other aspects are much more straightforward and the related code results quite more readable too.