CLI-Number-Converter/README.md

14 lines
331 B
Markdown
Raw Normal View History

2021-01-06 12:57:22 +00:00
# CLI-Number-Converter
2021-01-06 13:02:07 +00:00
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
2021-01-06 15:21:54 +00:00
### ToDo
- currently only support whole numbers