|
||
---|---|---|
README.md | ||
numberConverter.py |
README.md
CLI-Number-Converter
converts any decimal number to binary, octal, duodecimal and hexadecimal. Uses an iterative approach.
How to use
- open terminal
- change directory, where the file is located
- type
python3 numberConverter.py
- now you can type any decimal number
ToDo
- currently only supports whole numbers