qemu-manager
A small manager/GUI Frontend for QEMU written in Python
Requirements
You'll need to have the following tools installed to run this:
- QEMU (Refer to the QEMU Download Page for the latest QEMU binaries)
- Python 3.8 or above
How to use?
- 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 -r requirements.txt
to install the modules required for this program - Finally, type
python qemuman.py
to run this program.