Python-Truth-Table-Ver-1.0
Create a program for generator Truth Table
in here you have to install truth-table-generator module for python
modules install for Python 3.10.1 IDLE
1.open CMD
2.type ::: python -m pip install truth-table-generator --------> python -m pip install 'module name'
in 'module name', Enter the module name that you want to install
modules install for visual code code
1.open visual code code
2.in terminal type :::::: pip install truth-table-generator -----------> pip install 'moudule name'
in 'module name', Enter the module name that you want to install