Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paramsiddharth/pyside2-displaynumbers

Rebuilt in PySide2, an application to display numbers from 1 to 10 in bases 2, 8, 10, and 16.
https://github.com/paramsiddharth/pyside2-displaynumbers

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```