/ADVANCED-BINARY-CALCULATOR

Advanced Binary Calculator Using Python Tkinter

Primary LanguagePythonMIT LicenseMIT

ADVANCE BINARY CALCULATOR

This repository consists of the source code of python with some snapshot or video.

Snapshot

Video of this project

video.of.above.project.mp4

About our project

Language and Tools: Python, For GUI (Tkinter, it is the standard GUI library for Python)

This project are totally depend on binary format. We can use this project for binary mathematical operation.

The tasks performed by this project :-

  1. Conversions
    • Decimal Conversion
    • Binary Conversion
    • Octal Conversion
    • Hexa-Decimal Conversion
  2. Binary Operations
    • Addition
    • Subtraction
    • Multiplication
    • Division
  3. 1's and 2's Complement
  4. Binary Left and Right Shift
  5. Binary Encryption and Decryption
  6. Bitwise Operators
    • AND operator
    • OR opertor
    • XOR operator

Future Scope

In future we will add a algorithm to handle floating decimal’s Value in operation and conversion. Also modify for scientific calculation like, speed of light, gravity, log antilog. In future we use this calculator for security purpose.