mirror of
https://github.com/MarkusMueller-DS/CLI-Number-Converter.git
synced 2024-12-12 03:29:20 +00:00
converts any decimal number to binary, octal, duodecimal and hexadecimal
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