/pyside2-displaynumbers

Rebuilt in PySide2, an application to display numbers from 1 to 10 in bases 2, 8, 10, and 16.

Primary LanguagePowerShell

Display Numbers

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).

Execution on Windows

  • 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