Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ritu-thombre99/number-system-converter-and-calculator
- Owner: ritu-thombre99
- License: mit
- Created: 2022-04-15T21:04:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T22:52:32.000Z (almost 3 years ago)
- Last Synced: 2024-12-18T19:09:26.843Z (about 1 month ago)
- Topics: application, binary, calculator, converter, decimal, hexadecimal, kivy, kivy-application, number-system-calculator, number-system-converter, number-system-converter-calculator, octal
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 PythonTo 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.