Metadata-Version: 2.1
Name: digisim
Version: 0.1
Summary: Digital simulation library!
Home-page: https://khanstark.github.io/DigiSim/
Author: Kaif Khan,Pulak Sahoo,Tushar,Gaurav Singh
Author-email: kaifkhan.khan0@gmail.com
License: MIT
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](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](https://khanstark.github.io/DigiSim/) of DigiSim.
        
Keywords: digital,electronics,logic gates,flip flops,test case,quine-mccluskey,minimization,voltage,boolean algebra,universal gates,sequential circuits,JK,Toggle,Delay
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Description-Content-Type: text/markdown
