Python Forum
Python debugging local os - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python debugging local os (/thread-13502.html)



Python debugging local os - Baggelhsk95 - Oct-18-2018

Hello guys, quick question, does any of you know how can i make debugging when something has changed in specific solder in local folder?i wanted to get notifications


RE: Python debugging local os - Gribouillis - Oct-18-2018

There is a module named watchdog in pypi. It could be what you're looking for.