A tool for working with Boolean functions and sets
-
Updated
Jun 2, 2025 - Python
A tool for working with Boolean functions and sets
The Logic Gates generator is a command line program that makes use of Python to generate logic gate schematics of (theoretically) any size, along with their Karnaugh map.
Karnaugh-map for 2 , 3 and 4 variables in both sum of product and product of sum expressions, which takes min-terms or max-terms as input and return simplified expression with desired variables.
Add a description, image, and links to the karnaugh-maps topic page so that developers can more easily learn about it.
To associate your repository with the karnaugh-maps topic, visit your repo's landing page and select "manage topics."