Windows Build Status |
---|
Latest Build |
This is a helper GUI prototype (hastily hacked together) to launch and control XQEMU, currently in very early stages. Pull requests welcome.
Basically this is just a GUI to construct the command line arguments passed to XQEMU. Settings are saved to a simple .json file, and loaded again at startup.
Why not integrate into XQEMU directly? The approach used here is less invasive and works "well enough" for this purpose. XQEMU can also be controlled directly at runtime through the QMP interface, so additional features (eject dvd for instance) can be added to this.
Depends on PyQt5, available with pip. Then run like:
pip3 install PyQt5
python3 main.py