Heavily inspired by Sebastian Lagues Digital Logic Sim,
this simulator is supposed to provide a simple interface for understanding digital logic,
learning, or even prototyping.
Clone this repository into your desired location using
git clone https://github.com/Nilusink/LogicSimFor you to be able to run this program, you need to have python3.10 or newer installed.
(Download Python)
If you have installed python, simply run
python3.10 main.pyin the project directory root.