Skip to content

kalhorghazal/Circuit-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Circuit Solver

A software for visualizing and solving electrical circuits, written in Python

Getting Started

These instructions help you run this software on your local machine.

Prerequisites

  • pygraphics
  • schemDraw
  • matplotlib
  • numpy

Installing

Assuming you have pip installed on your computer, run this command in the command line(in the project folder):

pip install -r requirements.txt

Using the Software

Double click on the circuitsolver.py file, or run this command in the command line:

python circuitsolver.py

The circuit is a 3x3 board(9 points). The point numbering is column-wise and starting from top-left.

  1. In the Type drop-down menu, choose the type of the element you want to add to the circuit.
  2. Using the Set Value button, choose the start point, end point, and the value of the element.
  3. If the element is a dependent one, set the dependency info in the corresponding fields.
  4. You can add the element to the circuit by clicking on the Add Element button.
  5. You can view the circuit in any of the steps using Draw Circuit button.
  6. To analyze the circuit, simply click on the Analyze button.
  7. To make a new circuit, click on the New option in the top toolbar.

Built With

  • Tkinter - The graphical library
  • Sympy - The algebra library

Developers

Releases

No releases published

Packages

No packages published

Languages