simple python cli tool to calculate logic expressions
You will see a guide to how to use this tool but in general:
- There is two modes. The first one is input mode where you just simply enter the expression and the second is command mode which is designed to handle commands about truth table and other things
- There are many commands like p/print or e/exit
- If you forgot about any command use
Enter the directory that you installed this folder in your system and use command pip install -e .