Hi,

If you have not yet started the GUI side of things, I would encourage you to
look at Enthought Traits and TraitsUI packages. It allows either WxPython or
Qt backends, thought wx integration is much tighter.

The thing is you can start your app as a command line utility and then with
one single call to Traits, configure a UI for it. (that is if you have
sprinkled Traits based types in your code :) )

Enjoy,
Vishal

---------- Forwarded message ----------
From: Narendra Sisodiya <naren...@narendrasisodiya.com>
Date: Mon, Jan 10, 2011 at 3:44 AM
Subject: [BangPypers] Suggestion for GUI
To: Bangalore Python Users Group - India <bangpypers@python.org>


I have made a command line utility in python.. it was fun..
next I want to add GUI on it, also I want to know what you use {I have see
the page which list so many GUI toolkit available}
I love html5/Javascript so I will love to explore webkit...
At the same time, I do not want to use any restricted Libraries.. Can
somebody explain license of PyQT ?
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#licenseAll
I want my code to be GPLv3.


--
┌─────────────────────────┐
│    Narendra Sisodiya
│    http://narendrasisodiya.com
└─────────────────────────┘
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers



-- 
Thanks and best regards,
Vishal Sapre

---
"So say...Day by day, in every way, I am getting better, better and better
!!!"
"A Strong and Positive attitude creates more miracles than anything else.
Because...Life is 10% how you make it, and 90% how you take it"
"Diamond is another piece of coal that did well under pressure”
"May we do good and not evil. May we find forgiveness for ourself and
forgive others. May we share freely, never taking more than we give."
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to