Execute Python code in an automatically generated GUI App.


Keywords
GUI, execute, task
License
MIT
Install
pip install gui-executor==0.20.0

Documentation

GUI Executor

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.

Installation

Install this package in your virtual environment:

$ python3 -m pip install [--upgrade] gui-executor 

Documentation

You can find the documentation at https://ivs-kuleuven.github.io/gui-executor/.

Running the Tests

$ PYTHONPATH=~/Documents/PyCharmProjects/gui-executor/tests gui-executor --module-path tasks.shared --module-path tasks.specific --debug