truths icon indicating copy to clipboard operation
truths copied to clipboard

auto generate truth tables

Results 9 truths issues
Sort by recently updated
recently updated
newest added

I cannot import the module from both the terminal and Spyder IDE, getting the same following message: `ImportError: cannot import name 'Truths' from partially initialized module 'truths' (most likely due...

The problem is that Truth is not defined for the most recent call when __init__.py is run. By asking module to import everything (*), we will have one call that...

The original code only supports the printing of the truth table. I have added a `save_csv` function to add export functionality. Besides, it would be nice if you also merge...

![image](https://user-images.githubusercontent.com/38637180/78217301-03b0ba80-7479-11ea-90c5-6e569fab2b6b.png) ![image](https://user-images.githubusercontent.com/38637180/78217399-3e1a5780-7479-11ea-97e3-a10f49113cb7.png) i have this problem

Hello, I'm currently working on a project that takes a set of gates and brute forces itself to come up with the best of a specific boolean equation desired and...

Is this possible? It would make this tool even more awesome!

for Python version above 3.0 To avoid the below Error. ImportError: cannot import name 'Truths' from 'truths'

This PR is based on the Minor refactoring PR I also created, with the only new commit being the latest one. There's a lot of changes in the last commit...