Skip to content

Simple graphical user interface to manage XQEMU

License

Notifications You must be signed in to change notification settings

xqemu/xqemu-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XQEMU-Manager Prototype

Windows Build Status
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.

How it works

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.

How to use it

Depends on PyQt5, available with pip. Then run like:

pip install PyQt5
python main.py