This is a test repository for GitHub actions, with use of Pyinstaller to create an executable.
The application is made using PyQt, consisting of a single window. In the window, there is a label and a button. The label can be toggled on and off using the button.
You can download the Hello World application here:
Note: When first running the application after download, it will take sometime to start. Please be patient.
You can find the executable for the application in the latest release assets.
You can run the tests for the application by running the following:
export PYTHONPATH=.
pytest -vs test/