mfa / inotify_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inotify example

check if file is closed in a folder for further processing

install

mkvirtualenv -p `which python3` inotify_example
pip install -r requirements.txt
python inotify_example.py

run

in another shell now add a file to current folder:

echo "test" > test.txt

About


Languages

Language:Python 100.0%