mirror of
https://github.com/MarkusMueller-DS/CLI-Number-Converter.git
synced 2025-01-14 04:30:08 +00:00
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
Description
Languages
Python
100%