Python Forum
State graph - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: State graph (/thread-16864.html)



State graph - Kaluss - Mar-18-2019

Hi,
I need something like library in python which I can use to write a script which will create nice looking graph for state changing machine?
I mean, I want to show on the graph how the states looked like trough time.
Any tips would be priceless :)

Best regards,
Tomek


RE: State graph - nilamo - Mar-18-2019

How about the transitions package? https://github.com/pytransitions/transitions#-diagrams

First commit was October 2014, newest was last month. So it's been around for a while, and is regularly maintained.