https://github.com/andrijzyn/thetruthtable
#️⃣ The truth table calculator with output in Unicode format like-e: f1(x, y) = (x ∨ y̅) ∧ (x ∨ y)
https://github.com/andrijzyn/thetruthtable
itertools python re tabulate unicodedata
Last synced: about 1 year ago
JSON representation
#️⃣ The truth table calculator with output in Unicode format like-e: f1(x, y) = (x ∨ y̅) ∧ (x ∨ y)
- Host: GitHub
- URL: https://github.com/andrijzyn/thetruthtable
- Owner: andrijzyn
- Created: 2024-12-06T19:27:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-05T05:20:50.000Z (over 1 year ago)
- Last Synced: 2025-01-13T11:19:14.274Z (over 1 year ago)
- Topics: itertools, python, re, tabulate, unicodedata
- Language: HTML
- Homepage:
- Size: 20.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🔵🔴 A truth table calculator with parser expressions
> [!NOTE]
> This project was created for the discipline "Discrete Mathematic".
Simple logical operations represented as Unicode strings (`g5(x, y, z) = (x ∨ y ∨ z) ∧ (x̅ ∨ y) ∧ (x ∨ z)`) that can have only two states (on/off).
---
TODO: remake normal & create delitful GUI for chickens 🐣