A GUI written in Python meant to simplify QEMU usage and to provide extra functionality for interacting with simulations. Uses QMP to interact with QEMU.
To setup and test the GUI in a Python virtual enviormnent simply run the commands below
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
python3 main.py
Alternatively, you can use the provided startup script to do this automatically.
source ./startup.sh