HXVM - Check Host compatibility with the Virtual Machines.
Features | Installation | Usage
Features
- Takes input from user to compare how many VMs they can run on their system
- User can also get all system information
- Recommends the number of VMs that can be run smoothly
- Fast and User Friendly
Installation
- First clone the repository or download the zip file:
git clone https://github.com/amanonearth/HXVM.git
- Navigate to the directory and install all the requirements:
pip install -r REQUIREMENTS.txt
- Give python files executable permission by running the code:
sudo chmod +x *.py
Usage
- To run the program, run main file:
**python3 main.py
- Choose from the available options
Example: Option 3- RAM Information
- If you want to check that how many virtual machine you can run:
choose option 6 >> then enter the no. of VM(s) you want to run >> then select the VM(s)
- If your system can not handle the number of virtual machine you entered, it will recommend the best possible optionArticle
coming soon...