about projects stuff i like

╔═══════════════╗
║ pos spellbook ║
╚═══════════════╝

for a family D&D (5th edition) game which i was running, i created a small web app: a digital spellbook, letting the player's browse the available spells and even print them on a cheap point of sale printer.

the project (including scraping the actual spell data from a number of different online sources) was written in python using the flask and escpos libraries, with the actual UI as well as the client-side interactive components being realized using vanilla html/css/js.

as of now, the project source is not public.