Number System Converter
I spent about a whole day creating this script to assist in my school homework of number system conversions whereas I could've done that myself within an hour. I don't remember the formulas now but this script does.
Fun fact: I created this script in Class XI and when I showed it to my Computer Science teacher, he shared it with a group of Class XII to use it in their Computer Science group project file.
Links
Roles
- Python Developer
- Created the command-line utility program using Python.
- Developed the core functionality and features of the utility.
- Ensured the program handles various input arguments and options effectively.
Screenshots
Converting binary number to octal number and vice-versa.
Converting binary number to decimal number and vice-versa.
Converting binary number to hexadecimal number and vice-versa.
Converting octal number to decimal number and vice-versa.
Converting octal number to hexadecimal number and vice-versa.
Converting decimal number to hexadecimal number and vice-versa.