THERE IS NO INTERFACE BUILT IN YET YOU HAVE TO GO INTO THE PROJECT ALSO THIS IS NOT DONE OR CLEANED UP YET I will finish writing the description when I finish the interface(I have funnished the description but no interface yet) and I will go more in depth in the project. this can be used as a binary converter if that's all you want to do ≻────────────── ⋆✩⋆ ──────────────≺ A number base is simply a limit on how high you can count before you have a "ten". The smaller the base, the more tens you need to represent the same amount. The bigger the base, the less tens a base needs. how ever many digits there are before you add another place value, for example this is 5 in base 2: 101₂ how this works in by counting up and adding another place value when a value of 2 is reached. the counting would look like this: 0, 1, 10, 11, 100, 101... and so on. this is a simple description, more details inside if you want a headache(will write soon)