Simple tool for conversions and calculations between binary, octal ,decimal and hexdecimal number systems developed using Kivy in Python
To run the app type python main.py
in Anaconda Powershell Prompt.
helper.py contains auxiliary functions
base2ops.py, base8ops.py, base10ops.py and base16ops.py contains functions for number conversions and calculations.