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. This is a python code which ...
Note: This is an educational project. Most of the code was generated by AI to demonstrate software engineering best practices (modular design, testing, CI/CD, documentation).