Skip to content

Latest commit

 

History

History
 
 

Binary Calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Package/Script Name

Binary Calculator GUI 🏆🏅

Short description of package/script

  • I have imported from tkinter.

Setup instructions

Once, you download the code in your local computer, it will run successfully.

aim

My aim is to calculate binary digits using calculator.

purpose

binary calculator helps the user to calculator binary digits using +, -, / and * operations.

workflow

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.

compilation

use like a normal calculator but only with two numbers 0 and 1.

Detailed explanation of script, if needed

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

Output

OVERVIEW ✔ gif link : https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Images/GIF.gif screen-capture (8) (1)

link for the overview : https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Images/overview.png overview

INPUT you can also refer the image link : https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Images/input.png input

OUTPUT the link for output : https://github.com/manognyaa/Awesome_Python_Scripts/blob/main/GUIScripts/Binary%20Calculator/Images/output.png output

you can see the images in the images folder : https://github.com/manognyaa/Awesome_Python_Scripts/tree/main/GUIScripts/Binary%20Calculator/Images

Author(s)

Name(s) of author(s) Manognya Dasika

Disclaimers, if any

NA