A calculator made in python, works for base 2, 8, 10, 16.
Calculator made for a project that works for various operations(+, -, *) with the bases indicated previously.
It also changes the base of numbers. Binary -> to any base(8, 10, 16) Octal -> to any base(2, 10, 16) Decimal -> to any base(2, 8, 16) HexaDecimal -> to any base(2, 8, 10)