From 4a54e5e15762d9faa16e9176c85fc4ea3496f3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCller?= Date: Wed, 6 Jan 2021 14:02:07 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e97ed..d5e47fe 100644 --- a/README.md +++ b/README.md @@ -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