This is an attempt at making the WuWa DPS Calculator from @Maygi run locally using databases in an effort to significantly improve its runtime.
This is heavily WIP and so far only the creation of the databases works to a satisfactory degree. The GUI is mostly done but it's not exactly my greatest work. If anyone wants to make a better GUI, feel free to collaborate. There is a rough draft for the calculator logic but it still requires tweaks to be made functional.
If you want to create the databases yourself, make sure to put the credentials.json
file into the credentials
folder, then run import_sheets.py
using Python (preferably 3.11).
To get your own credentials.json file, follow the guide here.
Make sure that you have the requirements installed listed in requirements.txt
.
You can install these with pip install -r requirements.txt
in your terminal.
Due to PyQt5 this project has to be licensed under GPL. Personally i'll be happy as long as you provide credit.