This repo contains all the Django code for https://osgboy.pythonanywhere.com/, an online version of turtle225's Battle Brothers Damage Calculator.
The html can be found at /templates/index.html.
All the icons, preset jsons, and most of the Javascript and CSS are in /static/.
The (modified) calculator Python script itself is at /calculator/BBCalc.py.
The rest of the important backend code is at /calculator/views.py.