Timmo Posted December 16, 2008 Posted December 16, 2008 hi, i was just wondering if there was some sort of scripting language for linux simmiler to autoIT (www.autoitscript.com). using autoIT you can create a nice and simple GUI for a script instead of the CLI interface. is there a program similer. also im kinda new to the scripting side of linux Quote
X3N Posted December 16, 2008 Posted December 16, 2008 hi, i was just wondering if there was some sort of scripting language for linux simmiler to autoIT (www.autoitscript.com). using autoIT you can create a nice and simple GUI for a script instead of the CLI interface. is there a program similer. also im kinda new to the scripting side of linux python Quote
Timmo Posted December 16, 2008 Author Posted December 16, 2008 can you make a gtk like gui using python? Quote
X3N Posted December 16, 2008 Posted December 16, 2008 http://wiki.python.org/moin/GuiProgramming Quote
Timmo Posted December 18, 2008 Author Posted December 18, 2008 kool looking at the page there is a lot of frameworks. what would you recommend for first timer with python? any really good tuts you recommend? Quote
cooper Posted December 19, 2008 Posted December 19, 2008 xdialog http://xdialog.dyns.net/ gdialog, nowadays replaced by zenity http://freshmeat.net/projects/zenity kdialog http://developer.kde.org/documentation/tut...kdialog/t1.html Quote
X3N Posted December 19, 2008 Posted December 19, 2008 kool looking at the page there is a lot of frameworks. what would you recommend for first timer with python? any really good tuts you recommend? it really depends on what you are developing for... if i was developing an app for windows id just use the native windows api but if i wanted something cross platform i might use gtk honestly i dont use gui's hardly at all in my programming... i prefer the cli As far as tutorials i always find it easiest to pick apart the examples that the dev kits usually come with in order to figure it out. Quote
ivyl Posted January 4, 2009 Posted January 4, 2009 I can recommend Glade. Really good RAD tool for GTK GUIs (if you are lazy). Supported by Python. Just use gtk.glade module. http://glade.gnome.org/ Quote
aeturnus Posted January 7, 2009 Posted January 7, 2009 it really depends on what you are developing for... if i was developing an app for windows id just use the native windows api but if i wanted something cross platform i might use gtk honestly i dont use gui's hardly at all in my programming... i prefer the cli As far as tutorials i always find it easiest to pick apart the examples that the dev kits usually come with in order to figure it out. Off-topic: I wasn't aware of the Native API exporting functions for GUI creation. Isn't user32 the GUI DLL? On-topic: Tcl/Tk Quote
Zimmer Posted January 16, 2009 Posted January 16, 2009 EasyGui see post http://hak5.org/forums/index.php?showtopic=11644 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.