3
How can I monitor and capture changes in folders and files?
I intend to use this as part of a service that starts with the system the script would be in .pyw
.
example:
if(mudou != padrao):
pass
however I do not know how to monitor the changes of this folder, I thought to do with the sleep()
but I don’t know if there would be a proper module for it.