Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 694 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 694 Bytes

Binary-to-Decimal-Converter (including decimal points)

A complex machine that converts between binary base and decimal bases (including infinite decimal places). You will be prompted to convert either way and include decimal place conversion or not depending on your preference. This was my first project created around 2021. It was created alongside with binary-to-octal converter and binary-to-hexadecimal converter.

To run the file: python 2-10decimal.py

See similar projects: