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
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
- Python version >= 3.8
- may work with earlier versions but it is untested feel free to try it by downloading from my github https://github.com/BizTecBritain/KarnaughMap
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
-
$ python -m venv venv $ venv/bin/activate
-
> 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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - 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
- Thanks to othneildrew for the blank README.md file