/CQIM

Console Qemu Interface Manager

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CQIM by ro0fy

CQIM is console interface manager for Qemu with the ability to easily and quickly manage virtual machines

REQUIREMENTS

  • Qemu
  • Any *nix system
  • python3

INSTALLATION & RUNNING

Install Qemu:
For debian/ubuntu sudo apt install qemu qemu-system
For fedora/RHEL sudo dnf install qemu qemu-system
For Arch sudo pacman -S qemu qemu-system

Clone the repository
git clone https://github.com/ro0fy/CQIM
Changedir to repository
cd CQIM
Run the start script
$ python3 start.py
Enter the path to the Qemu binaries (default - /usr/bin/)
Path to qemu binaries >>

LICENSE

GNU GPLv3
You are free to redistribute and modify the code, provided it is open source.
More in COPYING file