You ever wanted to execute your Python code from a simple GUI without the need to use a REPL or commandline? Look no further, use GUI Executor.
Install this package in your virtual environment:
$ python3 -m pip install [--upgrade] gui-executor
You can find the documentation at https://ivs-kuleuven.github.io/gui-executor/.
$ PYTHONPATH=~/Documents/PyCharmProjects/gui-executor/tests gui-executor --module-path tasks.shared --module-path tasks.specific --debug