This was my first Python Tkinter project, built in the first semester of college, designed to help users learn about basic logic gates.
- 6 Buttons for 6 different logic gates:
- AND
- OR
- NOT
- NAND
- NOR
- XOR
- Clicking each button opens a new window showing:
- Theory of the logic gate
- Truth Table
- Diagram of the logic gate
- Python
- Tkinter (GUI library)
- Make sure Python is installed.
- Run the following command:
python project.pyI built this project to:
- Learn Python GUI programming using Tkinter
- Combine programming with digital electronics
- Create a simple educational tool
- Add interactive simulations for better understanding
- Include quizzes for practice
- Improve UI/UX design
This project is open-source. Feel free to use, modify, or improve it.