Made a script that can convert numbers from integers to binary and vice versa. The binary button takes a binary input and converts it to an integer. Every digit above 0 is considered 1 and everything that isn't a number is considered a 0. The integer button takes an integer and converts it into binary.
Used a youtube video for getting a rough idea on how to do this. https://www.youtube.com/watch?v=rsxT4FfRBaM The reason why I say integere instead of decimal is because a binary number doesn't really have decimal points.