This is a graphical user interface (GUI) application built with Python's tkinter library. The application allows users to convert numbers between different bases, including binary (2), octal (8), decimal (10), hexadecimal (16), base-18, and base-24.
- Dynamic Base Selection: Users can select the input base from a dropdown menu.
- Real-Time Input Placeholder: The input field updates its placeholder text based on the selected base.
- Multi-Base Conversion: Converts the input number to all supported bases simultaneously.
- Error Handling: Displays "Invalid Input" for incorrect or unsupported inputs.
- Enter a number in the input field.
- Select the base of the input number from the dropdown menu.
- Click the "Convert" button to see the results in all supported bases.
- Python 3.x
tkinter(comes pre-installed with Python)
-
Clone this repository.
-
Run the
a.pyfile using Python:python a.py
-
The application window will open, and you can start converting numbers between bases.
This project is licensed under the MIT License. See the LICENSE file for details.