chilli-axe / mpc-autofill

Print automation software (leveraging MakePlayingCards) for your tabletop gaming community
https://mpcautofill.github.io
GNU General Public License v3.0
215 stars 97 forks source link

Added support for the UK version of PrinterStudio #213

Closed Cowbacca closed 8 months ago

Cowbacca commented 8 months ago

Description

Very simple change to add support for the .co.uk website. Desk tested and it worked. The pre-commit hooks didn't seem to work for me on Windows but the change is v small and follows existing conventions so it should pass them.

Checklist

ndepaola commented 8 months ago

sweet, thanks for this!

ndepaola commented 8 months ago

what issue did you run into with pre-commit by the way?

Cowbacca commented 8 months ago

Actually looking at the error message it looks like I just needed to install Visual C++ for Windows. I guess there's probably not a nice way to get that installed as part of the pip install. so could maybe just go in the README as a requirement for developing on Windows?