Skip to content

Aayush-Gangwar/Combinational-circuit-simulator

Repository files navigation

Combinational Circuit Simulator

A combinational circuit simulator web for Windows written in python.

Features

  • Simulate combinational ciruits design.
  • Accepts a description of circuit in simple text file(format for test ciruits).
  • Randomly generate binary inputs (using bin-python) for verifying ciruit design.
  • save and store Inputs generated and output got according to design.
  • Download Inputs and outputs data file.
  • Ui also show these datasets.
  • Can solve large ciruit correctly in less time.

Screenshots

UI Screenshot

 Results Screenshot

🔗Web Links

Installation

Install

pip install -r requirements.txt

Deployment

  • Directly open the web link

  • To deploy this project run

    streamlit run app.py

Releases

No releases published

Packages

No packages published

Languages