https://github.com/boolpurist/basenumbercalculator
GUI to convert a number with a base to the number with a different base
https://github.com/boolpurist/basenumbercalculator
calculator converter gui windows-10 wpf-application
Last synced: about 1 month ago
JSON representation
GUI to convert a number with a base to the number with a different base
- Host: GitHub
- URL: https://github.com/boolpurist/basenumbercalculator
- Owner: BoolPurist
- License: mit
- Created: 2020-08-07T19:10:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T15:31:34.000Z (almost 6 years ago)
- Last Synced: 2025-04-30T14:45:51.733Z (about 1 year ago)
- Topics: calculator, converter, gui, windows-10, wpf-application
- Language: CSS
- Homepage:
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BaseNumberCalculator
GUI to convert a number with a base to a number with a different base
## Purpose
It is a single windows gui programm.
Can convert a number with a base into the number with a different number.
Example: Number "A4" with base 16 can converted to the number with the base 10. In this case it is "164".
## Limitation of usage
It was only developed and tested on windows 10. It is not guaranteed to work on previous windows os systems.
It will not work on max or linux.
## Documentation
Here is the link to the [documenation](https://boolpurist.github.io/BaseNumberCalculator/)
## How to use
You can download the a single file executable to launach the gui program.
See the folder "User Manuel" for how to use the program.