Ubuntu Forums Archive Viewer

Graphic Interface with Shell Script

Archived thread 2011824 from Ubuntu Application Development. Markdown source: Ubuntu_Application_Development/thread_2011824_Graphic_Interface_with_Shell_Script.md

Original URL About this archive
#1

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.

#2

You could use python and gtk to create your interface and launch your shell scripts.

#3

Quickly is a python-based system to easily create simple GUI applications. https://wiki.ubuntu.com/Quickly