I completely rewrote the program to use Tkinter as this is the default graphics toolkit for Python.
This means that it requires no extra packages on default Python installations across platforms, therefore greatly speeding up the installation of pimsviewer.
Additionally, most of the interface code is now moved to an XML file, which makes it easier to maintain the program.
I completely rewrote the program to use Tkinter as this is the default graphics toolkit for Python. This means that it requires no extra packages on default Python installations across platforms, therefore greatly speeding up the installation of pimsviewer.
Additionally, most of the interface code is now moved to an XML file, which makes it easier to maintain the program.