A High Way Man
all ova da world
For anyone who is interested in creating apps with guis without having to learn a gigantic oop framework such as qt, check out python and xulrunner
Python XULRunner application
Basically, using mozilla's engine you can use create graphical interfaces using XUL which is a HTML-like language for user interfaces and then script them in python. I had to make an app for work and it looks great, and you can easily add extra libraries. you don't even need python installed.
Python XULRunner application
Basically, using mozilla's engine you can use create graphical interfaces using XUL which is a HTML-like language for user interfaces and then script them in python. I had to make an app for work and it looks great, and you can easily add extra libraries. you don't even need python installed.