This Python program allows users to perform binary operations and convert between different number systems, such as binary, decimal, and hexadecimal.
Binary Operations: Perform common binary operations like addition, subtraction, multiplication, and division. Number System Conversion: Convert numbers between binary, decimal, and hexadecimal representations.
Prerequisites
Make sure you have Python installed on your system. You can download it from python.org.
- Clone this repository to your local machine:
https://github.com/NaldCapuno/Binary-Operations-and-Number-System-Conversion.git
- Navigate to the repository folder:
cd Binary-Operations-and-Number-System-Conversion
- Run the
main.py
script:
python main.py