The binary numeral system is a way to write numbers using only two digits: 0 and 1.
These are used in computers as a series of "off" and "on" switches.
Small converter project Binary to Decimal develop in Python + Tkinter
Idea from this github page
You will need the following software to run the Bin2Dec Converter:
To get started with the Bin2Dec Converter, follow these steps:
- Clone the repository:
git clone https://github.com/resole79/binary_to_decimal.git
- Run the main.py file:
python main.py
- main.py: Main program.
- display.py: Class MyWindow
- Method: converter_swap, check_number, binary_to_decimal, is_binary, decimal_to_binary, get_random_binary, get_random_decimal
- function.py: some util function for my project
- Enter up to 8 binary digits in "Binary Number" input field and click the button "Convert"
Author : Emilio Reforgiato (resole79)