CLI-Number-Converter/README.md

332 B

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