Amazing-Python-Scripts/Binary-Calculator-GUI at master · Amit366/Amazing-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Binary Calculator GUI

A GUI based Standard Binary number calculator.

Modules Used

  • tkinter

How it works

  • It takes the input through a GUI binary number with mathematical signs.

  • Calculates the binary number.

  • It Returns the result in a binary number.