This Python program allows users to convert numbers between different bases, ranging from a user-defined minimum base to a maximum base. It supports negative numbers and ensures valid base inputs.
- Convert numbers between any two bases within the specified range.
- Handles both positive and negative numbers.
- Validates user inputs for base values.
- Option to exit the program gracefully.
- Python 3.x
-
Clone the Repository:
git clone https://github.com/Sebdababo/Python-Base-Converter.git cd Python-Base-Converter/converter
-
Run the Program:
python converter.py
- When prompted, enter the minimum and maximum base values.
- Enter the number you want to convert.
- Enter the base of the input number.
- Enter the base to which you want to convert the number.
- The program will display the converted number.
- Type "exit" to quit the program.