Skip to content

A lightweight GUI Frontend for QEMU written in Python

License

Notifications You must be signed in to change notification settings

yeppiidev/qemu-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qemu-manager

A lightweight GUI Frontend for QEMU written in Python

image

Requirements

The following tools have to be installed to run this:

How to use?

  • Download the repository as a .zip by clicking on the code button and selecting the Download ZIP option

image

  • 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.