Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ritu-thombre99/number-system-converter-and-calculator

Simple tool for conversions and calculations between binary, octal ,decimal and hexdecimal number systems developed using Kivy in Python
https://github.com/ritu-thombre99/number-system-converter-and-calculator

application binary calculator converter decimal hexadecimal kivy kivy-application number-system-calculator number-system-converter number-system-converter-calculator octal

Last synced: about 1 month ago
JSON representation

Simple tool for conversions and calculations between binary, octal ,decimal and hexdecimal number systems developed using Kivy in Python

Awesome Lists containing this project

README

        

# Number-System-Converter-and-Calculator
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.