You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- With this python script one can convert a user input number from one base to other.By Default conversion takes place from decimal to binary.Specify the FROM and TO parameters from the following:
6
+
-d->decimal,
7
+
-b->binary,
8
+
-x->hexadecimal,
9
+
-o->octal
10
+
11
+
## Setup instructions
12
+
13
+
- run the converter_script.py file in terminal
14
+
15
+
## Output
16
+
17
+
Display images/gifs/videos of output/result of your script so that users can visualize it
18
+

19
+

20
+

21
+

22
+
23
+
## Author(s)
24
+
25
+
- Samarth Chaplot
26
+
Collapse file: Number Conversion/converter_script.py
0 commit comments