Replies: 2 comments 1 reply
-
if you want to make a gui, you can just use lepton-eda and make the schematic from lepton importable? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't think there is a need for a PySpice GUI. I think using PySpice enables us to generate netlist and simulate with code. That being said, one can use GUI for the initial phases to learn how to work with PySpice. if you want to make a GUI for ngspice, then you should reconsider, because KiCAD is doing a great job of doing that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written a graphical GUI that generates a netlist. It is written in Python and uses OpenGL and PyQt. Adding an interface that generates a PySpice script from a netlist should be possible. The question is, is there a need for a (intergrated) GUI ?
Beta Was this translation helpful? Give feedback.
All reactions