Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

any python lightweight gui library? [closed]

I've tried using pyinstaller to package a simple hello world example using both pyqt and wxPython and both of them were about 15mb to 20mb. Why is it so big , its not practical for simple apps. Is there any other cross-platform solutions?

like image 397
Naughty.Coder Avatar asked Sep 17 '26 12:09

Naughty.Coder


1 Answers

For small applications you should take a look at Tkinter (or tkinter in python3). As it is part of the standard library, your clients don't have to install an additional library to use the graphical interface. IDLE, the ide which comes with the standard installation of python is written in tkinter for example.

To get started with tkinker, https://wiki.python.org/moin/TkInter is a good point to start.

like image 158
crs Avatar answered Sep 20 '26 02:09

crs



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!