Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 440 Bytes

File metadata and controls

16 lines (10 loc) · 440 Bytes

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.