hanspi42 / signalflowgrapher

This Python tool allows you to draw signal-flow graphs, calculate transfer functions (SymPy code is generated for further use in Jupyter notebooks), do graph manipulations (e.g., node elimination and graph transposition), and save a graph as TikZ for use in LaTeX documentation.
Artistic License 2.0
30 stars 6 forks source link

Provide a way to start the tool from a Python IDE #17

Open hanspi42 opened 3 years ago

hanspi42 commented 3 years ago

PyCharm, Spyder, ...

datatalking commented 2 years ago

@hanspi42 I'm digging deeper into this tool during the next three months. You are correct the installation or starting of the code isn't as intuitive, how to you start the tool now? I could look at writing a function or enabling this feature.

hanspi42 commented 2 years ago

I have installed it on Windows through the installer; I start my development versions as described under "Run application from terminal" on https://github.com/hanspi42/signalflowgrapher/blob/master/README.md