A Godot Version Manager written in Python
| .gitignore | 1 month ago | ||
| README.md | 3 months ago | ||
| backend.py | 4 months ago | ||
| main.py | 4 months ago | ||
A Godot Version Manager written in Python. You can download launch and remove stable Godot versions.
It's for people who want an unified experience of managing Godot instead of losing track of every sole version they use.
You need requests for the application to work.
Pyinstaller is only needed for building.
This project is supposed to only run on Linux and Windows.
git clone http://kairoto.com:8080/git/Kairoto/GVM.git)pip install requests pyinstaller)pyinstaller -D -F -n GVM.exe main.py)git clone http://kairoto.com:8080/git/Kairoto/GVM.git)If your system has problems with building, do this:
python -m venv {ENV_NAME}.{venv-folder}/bin/activate).pip install requests pyinstaller)pyinstaller -D -F -n GVM.x86_64 main.py)