uaveiro-leci/tools/karnaugh-map-builder/README.md

16 lines
855 B
Markdown
Raw Normal View History

2022-11-16 15:08:39 +00:00
# Karnaugh Map Builder
### Script to build the karnaugh map for a given function.
---
## Installing
2022-11-16 15:10:24 +00:00
#### 1. Head over to [Release](https://github.com/TiagoRG/uaveiro-leci/releases/tag/kmb-v1) and download the python file.
2022-11-16 15:08:39 +00:00
#### 2. Save it on any directory and then open the directory.
#### 3. Inside the directory, right click and choose "Open in terminal"
2022-11-16 15:10:24 +00:00
![- Unable to load image -](https://github.com/TiagoRG/uaveiro-leci/blob/master/tools/karnaugh-map-builder/openInTerminal.png)
2022-11-16 15:08:39 +00:00
#### 4. Run the following command:
`python3 karnaugh.py bash`
#### 5. Relaunch the terminal and you will have the `karnaugh` command
---
#### Use `karnaugh usage` to know better how to use this tool.
#### If you want to change the location of the `karnaugh.py` file, move it to another directory, open that directory in terminal and run
2022-11-16 15:10:24 +00:00
`python3 karnaugh.py bash --reset`