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

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

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.