Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 870 Bytes

File metadata and controls

26 lines (20 loc) · 870 Bytes

Binary Operations and Number System Conversion

This Python program allows users to perform binary operations and convert between different number systems, such as binary, decimal, and hexadecimal.

Features

Binary Operations: Perform common binary operations like addition, subtraction, multiplication, and division. Number System Conversion: Convert numbers between binary, decimal, and hexadecimal representations.

How to Use

Prerequisites

Make sure you have Python installed on your system. You can download it from python.org.

  1. Clone this repository to your local machine:
https://github.com/NaldCapuno/Binary-Operations-and-Number-System-Conversion.git
  1. Navigate to the repository folder:
cd Binary-Operations-and-Number-System-Conversion
  1. Run the main.py script:
python main.py