ABDK Consulting's Toolkit's source code.
On the toolkit's page, they had a link to the GitHub, leading to the assumption that it is open sourced. However, on the page, there's nothing there. So, I took it upon myself to download the source code myself.
- Download the repository
- Open a terminal
cd
into the folder where you downloaded it- In the subfolder, type
python -m http.server
- Open http://localhost:8000. It should load and you can use it like normal.