Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 519 Bytes

number-converter


simple binary - decimal - octal - hexadecimal converter

you can do the following task with this converter

  • binary --> decimal / octal / hexadecimal
  • decimal --> octal / binary /hexadecimal
  • octal --> decimal / binary /hexadecimal
  • hexadecimal --> binary / decimal / octal

running


  • you can simply run the program by opening terminal in the folder and run python start.py

usage notes

the program will behaves abnormally when processing bigger numbers