rithviknishad / Circuitizer

Circuitizer is the free and open source electric circuit development suite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circuitizer

Circuitizer

Circuitizer is the free and open source electric circuit development suit.

Run on Repl.it

In development stage

Objective:

  • Rich tools for circuit development
  • Rich ananlysis tools for circuit diagnostics
  • Script your own mathematical instructions using our rich tools precompiled in c++

Circuitizer UI

Setup

In linux you need the python3-pip package to install python modules for our project. Also you need the python3-tk package to run application that use Tcl/Tk as GUI Toolkit. You can install it in ubuntu using the command

    $ bash build.make.linux.ubuntu.sh

Build

It is recommended to use mingw64/gcc compiler to build the circuitizer UI instead of any other compiler for safe compilation

Default python version configured is CPython3.8_amd64. Should work in other version but not tested.

Any python can be used to run the build script but open the script to configure the build information

    $ python build.make.all.py

About

Circuitizer is the free and open source electric circuit development suite.

License:GNU General Public License v2.0


Languages

Language:Python 49.1%Language:CSS 28.2%Language:HTML 9.6%Language:JavaScript 6.7%Language:Lua 6.2%Language:Batchfile 0.3%