A simple python application for converting numerical systems (binary, octal, decimal, hexadecimal) with a user interface built using Flet.
- Convert between binary, octal, decimal, and hexadecimal systems.
- Easy-to-use graphical interface.
- Built using the Flet framework for Python.
- Includes a standalone executable created with PyInstaller.
- Python 3.9+
- Flet installed
- Clone the repository
- Install python
- Install Flet library
pip install flet
- Execute sourceCodeConverter.py or, execute the standalone file:
- Navigate to the dist folder and double-click on numericalConverter.exe.
- Enter the number you want to convert in the text field.
- Select the source numerical system (e.g., Decimal, Binary).
- Select the target numerical system (e.g., Hexadecimal).
- Click on the "Convert" button to view the result.