converts any decimal number to binary, octal, duodecimal and hexadecimal
Go to file
Markus Müller b25757f78b
Update README.md
2021-01-06 19:35:52 +01:00
README.md Update README.md 2021-01-06 19:35:52 +01:00
numberConverter.py initial upload 2021-01-06 13:58:12 +01:00

README.md

CLI-Number-Converter

converts any decimal number to binary, octal, duodecimal and hexadecimal. Uses an iterative approach.

How to use

  1. open terminal
  2. change directory, where the file is located
  3. type python3 numberConverter.py
  4. now you can type any decimal number

ToDo

  • currently only supports whole numbers