Skip to content

ChandruSu/PythonLogicTableGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

PythonLogicTableGenerator

A logic table generator written for Python 3.x

demo

Instructions for use:

  1. Have python3 on your system
  2. Download logic.py file
  3. Execute in terminal using command python3 logic.py (Potential bugs in IDLE; haven't tested)
  4. List propositional variables to be used e.g P, Q, R
  5. List formulas to be computed e.g P -> Q, Q and R

Functioning operators:

  • "->" monoconditional implication
  • "<->" biconditional implication
  • and, or, not
  • xor, nand, nor

How to end it

Press Ctrl+C and whatever it is for MacOS

About

A logic table generator written for Python 3.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages