A program created to encode decimal numbers to their IEEE-754 Floating Point representation and conversely, decode binary numbers to decimal format. This program supports single-bit precision floating-point format, where numbers occupy 32 bits in computer memory. This program was created with Python 3.8 and Tkinter, a Python GUI toolkit.
Team Members
Shaquille David
Junayeed Rahman
Mohid Sharif
ensure that you have Python 3.x installed and working
- Clone the repository to your local drive.
- Navigate to the folder and double click on gui.py.
- The interface will appear. Enter a decimal number to encode, or a binary number to decode!
We received Runner-Up and Best Presentation Awards.

