vegastrike/Tools

Consider moving from TkInter to a different window management library

Opened this issue · 2 comments

As discussed with @pyramid3d on Gitter, currently there are issues with porting UnitConverter to Python 3, since the window management with TkInter needs a complete rewrite.

We wanted to explore other options instead of TkInter. Feel free to suggest things

Kivy is interesting; but Python-Qt is probably a better solution and perhaps more widely used for GUIs across the Python world.