mirror of
https://github.com/MarkusMueller-DS/CLI-Number-Converter.git
synced 2024-12-27 23:31:11 +00:00
Update README.md
This commit is contained in:
parent
694cfc1faa
commit
4a54e5e157
@ -1,2 +1,9 @@
|
|||||||
# CLI-Number-Converter
|
# CLI-Number-Converter
|
||||||
converts any decimal number to binary, octal, duodecimal and hexadecimal
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user