background preloader

Python GUI Frameworks

Facebook Twitter

VTK Visualization Toolkit

Kivy - touchscreen framework. Dabo. GuiProgramming. Python has a huge number of GUI frameworks (or toolkits) available for it, from TkInter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (also known as "native") technologies.

GuiProgramming

Cross-Browser Frameworks Cross-Platform Frameworks. OcempGUI - not developped. Dabo Wiki Installation on Linux. To be able to stay with latest development version, use the following method.

Dabo Wiki Installation on Linux

For more detail on Ubuntu and Gentoo, see Note Section below Instructions for most Linux Systems using subversion: # Do not use the root account for this, as it may not work in all cases cd $HOME mkdir src cd src svn checkout dabo #XXXXX CHANGE THIS TO GITHUB XXXXX# # Change "/usr/lib/python" according to your system preference: cd /usr/lib/python/site-packages ### Note: in Ubuntu 9.10/Debian 6 and newer, the correct directory is /usr/local/lib/python2.6/dist-packages # Found by Chris Green # You need root privilege to create the following link in site-packages sudo ln -s $HOME/src/dabo/dabo dabo # If i want to do a svn up: cd $HOME/src/dabo; svn up # To get a specific revision, use: cd $HOME/src/dabo; svn up -r revisionnumber # where revisionnumber is the numer of the revision you want to use. # To check that dabo works correctly, run the DaboDemo.py cd $HOME/src/dabo/demo python DaboDemo.py Regards, Good luck.

PyGUI

PySide (QT)