Been spending a lot of time just buying and printing labels through an e-commerce platform and it got me wondering: is there anything to run on a local PC that could automate this?
Playwright is a great tool for this. There is a helper for writing automations. It's commonly used for automated testing but it's good for controlling a browser with Python scripts in general.