Finite State Machine GUI editor in python?

Alexander Schliep schliep at molgen.mpg.de
Mon Dec 17 05:12:37 EST 2007


"Hendrik van Rooyen" <mail at microcorp.co.za> writes:


> I am looking for a similar front end, going from pretty pictures of 
> state diagrams to some sort of state machine descriptor language 
> or specification file, and I am not very fussy about the format of 
> the output at this stage.

In case nothing better comes up and you want to code it yourself: Our
Hidden Markov Model library GHMM (http://ghmm.org) has a graphical
editor with XML output.

Maybe http://networkx.lanl.gov/ or other general Python graph packages
have what you want. Also check out http://www.graphviz.org/

Best,
Alexander



More information about the Python-list mailing list