Jump to content

Make A Linux Application


co2shaun

Recommended Posts

What I want to do is make a linux program/application that can run command line prompts from a gui window. For example let's say have a window with two button one to start and stop monitor mode. My question is what programing language would I want to do something like this in?

Link to comment
Share on other sites

I know C++ and have worked a fair amount of shell scripts. I've played with python and visual basic some. I'm not opposed to learning something new I just needing some ideas of where to get started with something like this. Shell scripts are nice but i want do see if I can make myself something with a gui.

Edited by co2shaun
Link to comment
Share on other sites

Well you have two choices c++ or python, i wouldn't use visual basic. As for the GUI aspect of the application you could use something like Qt (python and c++ can both use this framework)

http://qt.nokia.com/

http://wiki.python.org/moin/PyQt

http://www.linuxplanet.com/linuxplanet/tutorials/6708/1

http://linuxgazette.net/issue78/taneja.html

http://www.yolinux.com/TUTORIALS/LinuxTutorialC++.html

http://sector.ynet.sk/qt4-tutorial/

that should be enough to get you started.

Link to comment
Share on other sites

You may want to look at a linux application called gmrun. It's a small thing that does pretty much what you are interested in. It's written in C++ and uses GTK for its gui displays. It's only about 2000 lines long. Depending on if you want to make your app open or not, you could just take their C++ code and build on it. Behold the glory of open source!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...