My Projects
Digital Inputer
Digital Inputer is a python module that helps with simple logic computations. Given a raw input, such as (!A)^(B*X)
, this will create an instance of the DigitalInputer
class. With that instance, one can give inputs such as [0,0,0]
, which will return the binary output of the given logic formula (in this case, the output would be 1
).