A lightweight GUI Frontend for QEMU written in Python
The following tools have to be installed to run this:
- QEMU (Refer to the QEMU Download Page for the latest QEMU binaries)
- Python 3.8 or above
- Download the repository as a
.zip
by clicking on the code button and selecting theDownload ZIP
option
- Un-zip the archive to a folder, and open a terminal there (On most Linux file managers, right-click > Open in terminal. On Windows, shift+right-click > Open in Windows Powershell/Command Prompt)
- Type
pip install -r requirements.txt
to install the modules required for this program - Finally, type
python qemuman.py
to run this program.