Binary Calculator GUI 🏆🏅
- I have imported from tkinter.
Once, you download the code in your local computer, it will run successfully.
My aim is to calculate binary digits using calculator.
binary calculator helps the user to calculator binary digits using +, -, / and * operations.
you can give input only on two numbers i.e 0
and 1
.
outputwill be the result of which you give operations to the binary numbers.
use like a normal calculator but only with two numbers 0 and 1.
If code is not explainable using comments, use this sections to explain your script
I hvae made few functions for +, -, / and * operatpors. I have created a loop to run the calculator. I have added two numbers 0
and 1
.
for more info : https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Binary_calculator.py
OVERVIEW ✔
gif link :
https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Images/GIF.gif
link for the overview :
https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Images/overview.png
INPUT
you can also refer the image link :
https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Images/input.png
OUTPUT
the link for output :
https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Images/output.png
you can see the images in the images folder : https://github.com/manognyaa/Awesome_Python_Scripts/tree/main/GUIScripts/Binary%20Calculator/Images
Name(s) of author(s)
Manognya Dasika
NA