Dependency-free library to create Karnaugh Map objects which can be solved and manipulated (GUI and CLI included)
Project description
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
Installation
Clone the repo with $ git clone https://github.com/BizTecBritain/KarnaughMap.git
Or install with $ pip install KarnaughMap
Usage
This can be used as a library (see documentation) or run from the command line (you need to add to PATH)
- To run the standard command line interface run:
$ KMap.exe expression [-h] [--print-map] [--debug] [--tot-input TOT_INPUT] positional arguments: expression Unsimplified expression to simplify optional arguments: -h, --help show this help message and exit --print-map, -p Whether to print the map or not --debug, -d Debug mode (verbose) --tot-input TOT_INPUT, -i TOT_INPUT Total number of inputs (Optional) - To run the GUI from the command line run:
$ KMapGUI.exe
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file KarnaughMap-1.1.1.tar.gz.
File metadata
- Download URL: KarnaughMap-1.1.1.tar.gz
- Upload date:
- Size: 42.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b96ddbc0521a208453970eec1e93b19175d687154c05a5911f03a6b146882aa
|
|
| MD5 |
f092b5cf2f5bf9fd126ad02c46c9496d
|
|
| BLAKE2b-256 |
4b53c98e2061df585a268d713873125c6de54c50d47c8f2e09c3e76a58e72eee
|
File details
Details for the file KarnaughMap-1.1.1-py3-none-any.whl.
File metadata
- Download URL: KarnaughMap-1.1.1-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
160c07501bde96475f5af04fc700e3646276832629c8ef51da88cdc2c73ed751
|
|
| MD5 |
4d2c35507c2e8d0f3bd019630f638a00
|
|
| BLAKE2b-256 |
ed3462eb7ed913aacaade47a35f98b51692ba6d6ea5c7755b4183d2dc680896c
|