KarnaughMap

Dependency-free library to create Karnaugh Map objects which can be solved and manipulated (GUI and CLI included)


License
MIT
Install
pip install KarnaughMap==1.1.2

Documentation

Contributors Forks Issues


Logo

Karnaugh Maps

Dependency-free library to create Karnaugh Map objects which can be solved and manipulated (GUI and CLI included)
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

I was inspired by a topic that i was studying at school and so I made a program to solve Karnaugh maps

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Install git and python

     $ sudo apt-get update
     $ sudo apt-get install git
     $ sudo apt-get install python
    
  • (Optional) Create virtual environment

    • Linux:

      $ python -m venv venv
      $ venv/bin/activate
      
    • Windows:

      > python -m venv venv
      > venv/Scripts/activate.bat
      

Installation

Clone the repo with $ git clone https://github.com/BizTecBritain/KarnaughMap.git

Usage

First enter the directory with

$ cd src

Then to use this code as a GUI simply run

$ python main.py

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Alexander Bisland - Twitter: @BizTecBritain - Email: BizTecBritain@gmail.com

Project Link: https://github.com/BizTecBritain/KarnaughMap

Acknowledgements