PDA

View Full Version : Graphic Interface with Shell Script



Latinpower
June 28th, 2012, 03:11 AM
Hi,

I have to do some shell scripts programs, and I was looking for something more complex than zenity, dialog and all the others.

Is there an advanced UI design program, which I could use with shell scripts?

I know that I should use other programmings languages as Perl, C++ or Phyton, but I have to use shell scripts programs.

Cardale
July 2nd, 2012, 11:58 PM
You could use python and gtk to create your interface and launch your shell scripts.

Cheesehead
July 3rd, 2012, 03:43 AM
Quickly is a python-based system to easily create simple GUI applications.
https://wiki.ubuntu.com/Quickly