An open API service indexing awesome lists of open source software.

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.

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.