Python program that automatically updates file folder

Asked

Viewed 150 times

-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?

1 answer

0

Hello, to make your algorithm use the modules "socket" and "os". The "socket" module will help you connect to a remote server. The "os" module will help you chat with the operating system to update files in folders, use "Batch Script" with os.system() to do this.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.