Quidgets is a Python library of Pygtk Widgets and other modules.
Developer comments
I created Quidgets because there are certain modules that I wrote that I end up copying into my Python projects over and over again. Quidgets will provide a dependency so I can keep all the code in one place.
Quidgets is kind of like libsexy (http://www.chipx86.com/w/index.php/Libsexy) except Quidgets is written entirely in Python. Also, sexy makes it easier to access advanced Gtk features, but Quidgets tries to make it easier to accomplish common basic tasks in Python and Gtk on Ubuntu.
So far Quidgets has two widgets:
- AsynchTaskProgressBox - makes it easy to add a thread to your python programming. Just give it a function to run on a thread, all the threading code is taken care of for you.
- DictionaryGrid - Make a TreeView with just a few lines of code. Just give it some dictionaries to display, and all the set up is done for you.
Contributions welcome!
Product's homepage
Requirements:
· Python