Easy-FSM This is just a simple FSM example where you can build easily your own FSM. You just have to create a Class representing each State of your finite machine and it's transitions, as the example in my_fsm.py.