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 #103

Closed almostearthling closed 4 months ago

almostearthling commented 5 months ago

PySimpleGUI/FreeSimpleGUI is pretty heavy, it includes lots of features and items that are never used in When as weell as data (such as images) that are of little or no use in the application itself. Moreover, as a wrapper around tkinter, it is more difficult to use third party libraries and widgets that could be useful. I'll take the effort to switch to plain tkinter and see whether this will help make the interface more responsive and have more control on its components, either native or third party.