PDA

View Full Version : Programming GUI interface



cazz
April 7th, 2007, 05:34 PM
Hi I have been programming for sometime now, mostly in windows and websites like PHP
I would like to start to create a GUI interface for some terminal commands to make some of my own work easier, but I dont now what program to use.

There seem to be a lot to choose from, like QT and RealBasic

I like to have something that I can install easy in my Ubuntu 7.04 and will be easy to share with others who run Linux.
Just to dubbleclick the file (bin or script). So what programs are free, easy to use and have a lot of support

M$LOL
April 7th, 2007, 05:42 PM
See here: http://ubuntuforums.org/showthread.php?t=401088

pmasiar
April 7th, 2007, 05:43 PM
So what program is free, easy to use and have alot of support

Python of course :-)

cazz
April 7th, 2007, 05:46 PM
Thanks that look interesting but I like to have make that in IDE

cazz
April 7th, 2007, 05:47 PM
Yes I have read just a little about Python so I going to see a little more about that

pmasiar
April 7th, 2007, 07:41 PM
Thanks that look interesting but I like to have make that in IDE

Python has couple decent IDEs, simplest (but not prettiest) is included: IDLE. I prefer SPE, and it's developer (stani) now switched to Ubuntu, so we have freshest releases :-)

If you meant GUI, Python has the easiest GUI: EasyGUI (http://www.ferg.org/easygui/) which looks like gui but has no events :-) (no events, no problems) and of course bindings for many other GUIs, like wxPython etc. I don't use them, I do web apps :-(

http://learnpython.pbwiki.com/HowToStart