interactive graphical script builder

N

nik

Hi,

I am looking for an interactive graphical script builder for python.
Basically, something like the os X automator. I have made a group of
methods that some non-programmers need to combine into a script. I
don't need a python IDE necessarially, but more of a sequence builder.
I am imagining a tool that could show graphical representations of my
different commands and then string them together in a single "script."
I've done a lot of googling, and the closest things that I can find
are apple automator or labview, but before I go through the process of
making one of those interact with python I would like to know if
anybody already knows of something like them that is more tuned to
python.

Thanks,
Nik
 
J

James Stroud

nik said:
Hi,

I am looking for an interactive graphical script builder for python.
Basically, something like the os X automator. I have made a group of
methods that some non-programmers need to combine into a script. I
don't need a python IDE necessarially, but more of a sequence builder.
I am imagining a tool that could show graphical representations of my
different commands and then string them together in a single "script."
I've done a lot of googling, and the closest things that I can find
are apple automator or labview, but before I go through the process of
making one of those interact with python I would like to know if
anybody already knows of something like them that is more tuned to
python.

Thanks,
Nik

Check out Viper at Scripps (Sanner, lab). He has a prototype of this
type of thing for working with molecular models. I'm not sure how the
code is liscensed.

--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/
 
R

Robert Kern

James said:
Check out Viper at Scripps (Sanner, lab). He has a prototype of this
type of thing for working with molecular models. I'm not sure how the
code is liscensed.

It's called Vision, now, and it's only available for noncommercial, scientific
research use.

http://www.scripps.edu/~sanner/python/vision/index.html

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
 
S

Stef Mientki

nik said:
Hi,

I am looking for an interactive graphical script builder for python.
Basically, something like the os X automator. I have made a group of
methods that some non-programmers need to combine into a script. I
don't need a python IDE necessarially, but more of a sequence builder.
I am imagining a tool that could show graphical representations of my
different commands and then string them together in a single "script."
I've done a lot of googling, and the closest things that I can find
are apple automator or labview, but before I go through the process of
making one of those interact with python I would like to know if
anybody already knows of something like them that is more tuned to
python.

Thanks,
Nik
there's already someone who made a start to create a "free python labview",
it's called Pyxel form Erik Lechak, an ogl-like interface.

cheers,
Stef Mientki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,954
Messages
2,570,116
Members
46,704
Latest member
BernadineF

Latest Threads

Top