A simple tool for the game Warframe where the user selects which items they have not crafted, and the calculator lists all of the required materials.
The python files generate the webpage content from the data supplied by https://github.com/WFCD/warframe-items. The webpage and relevant files and then stored in the webpage directory.
To update the pickle file and JavaScript data files, and copy required images to the webpage directory:
- Move the
datafolder from https://github.com/WFCD/warframe-items into this repo. - Run the contents of the
Data ProcessingJupyter notebook. This functionality will later be incorporated intomain.pyto simplify updating the page content.
To generate the webpage content:
- Run
main.pyto build the Jinja2 template with the content stored incategory_data.pickle.