A logic table generator written for Python 3.x
- Have python3 on your system
- Download logic.py file
- Execute in terminal using command
python3 logic.py(Potential bugs in IDLE; haven't tested) - List propositional variables to be used e.g P, Q, R
- List formulas to be computed e.g P -> Q, Q and R
- "->" monoconditional implication
- "<->" biconditional implication
- and, or, not
- xor, nand, nor
Press Ctrl+C and whatever it is for MacOS
