Skip to main content

Digital simulation library!

Project description

Welcome to DigiSim!

This is a minimalistic library for scalable simulation of complex combinational digital logic in python. We have included various commonly used methods and techniques for dealing with digital logic and boolean algebra.

Prerequisites

You need to install tkinter first to work with logic gates functionality of the library. Install tkinter by using command below-

  • sudo apt-get install python-tk - For ubuntu versions 16x and below.
  • sudo apt install python-tk - For ubuntu versions 18x and above.

For windows, install tkinter by using this link-- https://wiki.python.org/moin/TkInter

Installation

Currently we only have support for python 2.x. Use one of the following commands to install the library.

  • pip install digisim - Make sure your default python interpreter is python 2.x.
  • python -m pip install digisim - Can be used on windows.
  • sudo pip install digisim - Try giving sudo access.
  • pip2 install digisim - Try this in case above commands return error.

To read documentation, visit Homepage of DigiSim.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

digg7-1.0.tar.gz (12.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page