.valkyrie Manager
This is a Python 3.9/Kivy 2.0 application that helps to manage quest (.valkyrie) files (from Valkyrie app)
It identifies new quests and quests with avialable update, allowing to download none, some or all them at once.
It is possible to remove none, some or all downloaded quests too.
Its interface displays each category of quest (new, updatable or removable) and user can mark any of displayed quests to operate (download, update or remove).
Requirements
To execute this application somethings are required:
- Installed and working Valkyrie app
- Compatible O.S. (Windows, Linux or Mac)
- Python 3.9
- Kivy 2.0
Installing Kivy
Kivy is a Python framework for GUI construction.
Kivy may be installed using requirments file or directaly with:
pip3 install -r require.txt
or
pip3 install kivy
Some Python installations may require installation of pip3. Depending on your Python installation these commands may be changed to:
pip install -r require.txt
or
pip install kivy
Executing
Before execute at first time, configure the scenariosmanager.ini. Change the unique value in this file to your local configuration.
After that, execute on a terminal (or create a application launcher with one of following commands):
python3 main.py
or
python main.py
Depending on your Python installation.
Executed Compatibility Test
This application were well execute on:
- Ubuntu Linux 21.10
- Fedora Linux 35