Posts: 2
Threads: 1
Joined: May 2021
Reputation:
2
05-23-2021, 07:19 AM
(This post was last modified: 05-23-2021, 07:23 AM by dk.tamas.)
It's possible to use other GUI module which is not tkinter?
UPDATE: It will be used for docked UI.
e.g.: PySimpleGUI
Posts: 1,831
Threads: 1
Joined: Apr 2018
Reputation:
97
You should be able to use any GUI. For example, PySide and PyQt should work.
You can also use other programming languages and create your own user interfaces (embedded or not).