Inspiration

Well my ECE 210 assignments would be really tedious and it would be hard for me to generate a truth table from scratch. So we built one.

What it does

It accepts a boolean expression as a string and outputs its truth table

How we built it

We used vanilla python along with mecsimcalc technology to host our app. Because of mecsimcalc, making such apps without too much hustle and deploying them is easy.

Challenges we ran into

Converting input data into clean data and then processing it to get desired out put was very challenging but in the end we did it!!

Accomplishments that we're proud of

Now our ECE 210 assignments are gonna be easy!!

What we learned

String manipulation and don't write code on some random online debugger. We had a hard time retrieving the lost code :(

What's next for Truth Table Generator

We are thinking about adding more concepts to it like K-maps, minterms, maxterms, SOP, POS and much more!!

Built With

Share this project:

Updates