Skip to content

Bin2Dec - Small converter project Binary to Decimal develop in Python + Tkinter

Notifications You must be signed in to change notification settings

resole79/binary_to_decimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bin2Dec Converter

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

Prerequisites

You will need the following software to run the Bin2Dec Converter:

Installation

To get started with the Bin2Dec Converter, follow these steps:

  1. Clone the repository:
git clone https://github.com/resole79/binary_to_decimal.git
  1. Run the main.py file:
python main.py

File Structure

  • 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

Usage

  • Enter up to 8 binary digits in "Binary Number" input field and click the button "Convert"

Bin2Dec Converter

Credit

Author : Emilio Reforgiato (resole79)

About

Bin2Dec - Small converter project Binary to Decimal develop in Python + Tkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages