pgebert / number-base-converter

CLI tool to convert numbers from one base to another written in kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number base converter

CLI tool to convert numbers from one base to another written in kotlin.

For example you can use this tool to convert 0.375 from decimal to base 20:

0.375_10 = 0.7a_20

Prerequisites

  • >=JDK 11.0.14

Getting started

./gradlew build
./gradlew run --console=plain

Demonstration

The greater-than symbol followed by a space (> ) represents the user input. Note that it's not part of the input.

About

CLI tool to convert numbers from one base to another written in kotlin.


Languages

Language:Java 91.1%Language:Kotlin 8.9%