Skip to content

The program in GUI that show and minimize with Karnaugh-Map in Python & C++

License

Notifications You must be signed in to change notification settings

RezaGooner/Karnaugh-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Karnaugh-Map 🌐

This program provides a GUI for visualizing and minimizing logical expressions using Karnaugh-Map. It helps simplify and analyze Boolean expressions commonly used in digital system design.

Features 🚀:

  • Karnaugh-Map visualization of logic expressions
  • Expression minimization with simplifications
  • Ability to handle don’t care conditions
  • Automatic counting of minterms, literals, and terms
  • Graphical groupings with color-coded circles
  • Save results and provide explanations

🛠️ Technologies:

  • Python
  • C++

🔧 Installation:

Clone or download this repository, and run the appropriate files to use the GUI tool.