On Fri, Dec 17, 2010 at 9:45 PM, Nor Arlina Amirah Ahmad Ghani
<[email protected]> wrote:
> Salam and Hello World
> Can someone run me through on how to develop a GUI for an already-existing
> Linux software package?
Hah, remind me to the old day hooking up mplayer with python. Here
discussion on GUI toolkit at python.my -
http://groups.google.com/group/pythonmy/browse_thread/thread/2d08e8713ca6300d/10b251a0a2381539
Sorry, while I would like to do some run through, don't have much
time. It's already late now, supposed to be at home. ;)

>Apparently the software runs via command line (on
> Linux) and I need a GUI for the software to make people's lives (and mine as
> well) easier. I don't need the codes or anything, just a quick intro and
> some insight, and some hints on how to start.
First, you need to get the GUI running, something with at least a
button you can click. Then inside the button click handler, you can
execute the external program, maybe using os.system or some other std
lib. Now you come to the interesting part, if the external program
output is just a text, it easy. What about something that output a
video such as mplayer ? But really, get your hello world with some
button up first. You can use tkinter, it's already in python.

-- 
Join Open Source Developers Club Malaysia http://www.osdc.my/

Facebook Fan page

http://www.facebook.com/group.php?gid=98685301577

http://www.facebook.com/OSDC.my

You received this message because you are subscribed to the Google

Groups "OSDC.my Mailing List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/osdcmy-list?hl=en

Kirim email ke