Automatically running script when updating input
My PyCharm code takes an image as an input. Is there a way for the code to execute every time that image is updated in its directory?
It doesn't work with live coding, as I am not changing anything in the code.
请先登录再写评论。
Hi, there's no hooks like that in PyCharm, unfortunately.