GUI for bash scripts?

Hello everyone!

I'm looking for a way to build a GUI for various bash scripts I've written.
Is there any "good" way to do it?

I've heard about python/gtk+,qt and other stuff, but I've absolutely no idea where I should look at.

Thanks a lot in advance!

Regards,
xenator

EDIT:

A web-frontend could also be a solution.
PHP? CGI?

Do you need a GUI for editing bash scripts? If so, there are many sources in this forum as well as the internet that can guide you, by looking for "editor". The other interpretation of your question is that you are looking to build a GUI using scripts and I am not sure whether that will work.