Skip to content

hoefler02/itc-qemu-gui

Repository files navigation

QEMU GUI

A GUI written in Python meant to simplify QEMU usage and to provide extra functionality for interacting with simulations. Uses QMP to interact with QEMU.

Setup

To setup and test the GUI in a Python virtual enviormnent simply run the commands below

python3 -m venv venv 
source ./venv/bin/activate
pip3 install -r requirements.txt
python3 main.py

Alternatively, you can use the provided startup script to do this automatically.

source ./startup.sh

About

A GUI meant to simplify QEMU usage for NASA ITC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published