Update README.md

This commit is contained in:
Markus Müller 2021-01-06 14:02:07 +01:00 committed by GitHub
parent 694cfc1faa
commit 4a54e5e157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,9 @@
# 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