This repository contains a simple Python script that allows users to convert between binary and decimal numbers.
The script provides a menu to choose between converting a decimal number to binary or a binary number to decimal. It handles invalid inputs gracefully by prompting the user to choose a valid option.
This script uses the standard Python library. No additional modules are required.
No additional modules need to be installed. Ensure that Python is installed on your system.
- Clone the Repository:
git clone https://github.com/yourusername/binary-decimal-converter.git
cd binary-decimal-converter
- Run the Script:
python3 converter.py