Skip to content

Converter is an app for converting and calculating numbers. It can convert numbers between different radix (bases), for example binary to hexadecimal or decimal numbers and vice versa. It also supports a calculator which can evaluate braces, different radix and even bit-operations!

License

Notifications You must be signed in to change notification settings

MarioMatschgi/Converter

Repository files navigation

Converter

For more information and the app-download take a look at my website www.programario.at Found a bug? Contact me

Table of content

Table of content
Overview
Screenshots
Tutorial
Download & Installation 
Licence 

Overview

What is Converter?

Converter is an app for converting and calculating numbers. It can convert numbers between different radix (bases), for example binary to hexadecimal or decimal numbers and vice versa. It also supports a calculator which can evaluate braces, different radix and even bit-operations!

Requirements

Computer with MacOS or Windows 10.

Features

Below is a list with some key features of Converter.

  • Base conversion: Convert numbers between different radix (bases), for example binary to hexadecimal or decimal numbers and vice versa
  • Calculator: Calculator with support for braces, hexadecimal numbers (use 0x as prefex, example: 0xFF) and bit-operations. Calculator evaluates input in JavaScript therefore any valid JS calculation will be calculated correctly.
  • Bit-operations: Use "|" for bit-or, "&" for bit-and and so on.

Screenshots

Below are some screenshots of Converter.

base-converter
Base converter
bit-operations
Bit operations
about
About

Tutorial

Below you can find a guide which helps you getting started and some tips and tricks.

Getting started

Download and install Converter

General

Start the app and you should see tabs labeled "Base converter", "Bit operations", "Metric-imperial" and "?".

Base converter

Enter any valid number in any of the 4 fields. The other fields will update in real-time. If you want to convert from a different base, just enter the number in the next field of your choice!

Bit operations

Enter any valid calculation in the field. Any valid JavaScript calculation will be calculated correctly. Use "|" for bit-or, "&" for bit-and and so on. The result will show in real-time in different bases.

Metric-imperial

Comming soon...

About "(?)"

Just contact information and credits.


Download & Installation

Below is a guide for installation and download links for every version. I hope that you enjoy my work, if you want to report a bug just contact me.

Installation

  • MacOS:
    Download the .dmg file from below. Doubleclick (or right-click and choose "open"). Drag and drop the .app to the Applications folder.
  • Windows:
    Download the .exe file from below. Doubleclick (or right-click and choose "open"). If the windowsdefender pops up just continue anyways, this may happen because I did not pay to sign the app.

Download

For the download visit www.programario.at/projects/universal-apps/converter


Licence

This project is licenced under the MIT-License.

Made with ❤️ by me, Mario Elsnig © 2021

About

Converter is an app for converting and calculating numbers. It can convert numbers between different radix (bases), for example binary to hexadecimal or decimal numbers and vice versa. It also supports a calculator which can evaluate braces, different radix and even bit-operations!

Topics

Resources

License

Stars

Watchers

Forks