Timmo Posted December 16, 2008 Share 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 Link to comment Share on other sites More sharing options...
X3N Posted December 16, 2008 Share 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 Link to comment Share on other sites More sharing options...
Timmo Posted December 16, 2008 Author Share Posted December 16, 2008 can you make a gtk like gui using python? Quote Link to comment Share on other sites More sharing options...
X3N Posted December 16, 2008 Share Posted December 16, 2008 http://wiki.python.org/moin/GuiProgramming Quote Link to comment Share on other sites More sharing options...
Timmo Posted December 18, 2008 Author Share 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 Link to comment Share on other sites More sharing options...
cooper Posted December 19, 2008 Share 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 Link to comment Share on other sites More sharing options...
X3N Posted December 19, 2008 Share 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 Link to comment Share on other sites More sharing options...
ivyl Posted January 4, 2009 Share 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 Link to comment Share on other sites More sharing options...
aeturnus Posted January 7, 2009 Share 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 Link to comment Share on other sites More sharing options...
Zimmer Posted January 16, 2009 Share Posted January 16, 2009 EasyGui see post http://hak5.org/forums/index.php?showtopic=11644 Quote Link to comment Share on other sites More sharing options...
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.