As the question says, is there any way to draw a Petri Net to a cmd using networkx module in python?
If not what are the options availible to make do this task? I am working on a project for uni to make a Petri Network and to print it after the user chooses one of the transitions enabled. The source code is done with the various objects and it does what is meant to do.