How can I monitor and capture changes to 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
But I do not know how I would do this script to monitor the changes of this folder, I thought to do with sleep()
but I do not know if there would be a proper module for this.