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

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