Answer the question
In order to leave comments, you need to log in
Python programs - what are some simple libraries for UI (graphical interface)?
I created a python script, attached a face from Qt5 to it and compiled it with pyinstaller. The weight of 56 megabytes somehow did not please.
Answer the question
In order to leave comments, you need to log in
"What simple UI do you know"? - all known UIs are simple.
"Will the built-in UI be suitable for these purposes"? - tkinter will do.
"I don't like the option without compilation for a reason..." - come on, the general public doesn't care.
With regards to Pyinstaller, it is possible to reduce the size of the binary using the --strip option and install the UPX packer into the system (I install it in Ubuntu with the command sudo apt-get install upx-ucl )
Documentation to help you!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question