Bambu-Research-Group / RFID-Tag-Guide

Instructions on how to read out the bambulab nfc tags
498 stars 51 forks source link

Parse script: use pathlib to handle file paths #29

Open queengooborg opened 1 month ago

queengooborg commented 1 month ago

This PR adds the utilization of pathlib to handle file paths, which helps future-proof the script. Additionally, it marks the script as requiring at least Python 3.6 (calculated via vermin).