-2
I’m trying to make a python algorithm that whenever I release a new version of files(ps. these files would be stored in the sd card, so they’re not a functional part of the algorithm), it could be on github, or some hosted website, the algorithm checks the available version and the version that is in the folder and updates the files in sd, for now I’m only in the phase of doodling how the algorithm will work, but I do not know any module that can help me, I took a look at Pip and git but without success, someone knows something I can use?