https://github.com/howz1t/booleanalgebra
This is a small python script which allows you to compute boolean algebra equations. It works by taking in the equation and the variable values, it then builds up the solution.
https://github.com/howz1t/booleanalgebra
Last synced: 2 months ago
JSON representation
This is a small python script which allows you to compute boolean algebra equations. It works by taking in the equation and the variable values, it then builds up the solution.
- Host: GitHub
- URL: https://github.com/howz1t/booleanalgebra
- Owner: HOWZ1T
- License: gpl-3.0
- Created: 2017-08-01T06:22:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T06:23:00.000Z (almost 9 years ago)
- Last Synced: 2025-01-01T18:36:43.508Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BooleanAlgebra
This is a small python script which allows you to compute boolean algebra equations. It works by taking in the equation and the variable values, it then builds up the solution.