$begingroup$

I’ve already written a (very) fundamental circuit solver software utilizing Python + numpy that takes a graph representing a circuit and solves it utilizing Modified Nodal Evaluation.

I am trying to create a frontend for it that permits the person to attract schematics after which run them, much like https://www.falstad.com/circuit/

Ideally I would use Python for all the things however I am not fully in opposition to studying a brand new language.

Any suggestions for languages and/or libraries I can use to make a fairly quick graphical frontend?

theoddllama is a brand new contributor to this web site. Take care in asking for clarification, commenting, and answering.
Try our Code of Conduct.

$endgroup$

2