A GUI-based application with a scalable layout that lets the user display numbers from 1 to 10 in bases 2, 8, 10, and 16.
Made in Qt for Python (PySide2).
- Activate the python virtual environment.
> Scripts\activate - After verifying the activated environment by the
(nums)prefix to the prompt, execute the application by running> python main.py