I am trying to make a code that it will take as input a boolean expression like: " A && B || C" and it will draw the logical circuit as output. The programming language that i used is python. Can you suggest me any program or library that I can use to succeed this?
Thank you