Python GUI html+css package -
i want create python gui application. want use html+css drawing controls (buttons, comboboxes , other) because have source code them. want have executable file (generated pyinstaller or other 'py exe' packages). don't want use packages represent webserver because going use application on winpe has many of limitations , problems.
what package can use it?
there may better way this, there multiple gui packages in python have web browser objects (or can used make them).
here's example pyside:
https://deptinfo-ensip.univ-poitiers.fr/ens/pyside-docs/pyside/qtwebkit/
you can search examples on tkinter (pythons standard gui package), pyqt similar pyside.
pygtk has possibilities.
you can use these packages build primitive (or not if put lot of time it) browser pipe templates based on user input.
Comments
Post a Comment