A user interface to configure the VRAM for a VM larger than 128MB.
No additional Python-Modules required. Just run the Python-File with:
$ python vbox_vram_enhancer.py
Or on some Linux and macOS systems where Python is preinstalled:
$ python3 vbox_vram_enhancer.py
Python 3.3 because of the shutil.which() function.
Tested the version also with the brilliant pyqver tool.