이 프로그램은 퇴근시간을 설정하면 해당 시간 이후 마우스가 움직일 경우 이동경로 로그와 스크린샷을 저장한다.
퇴근시간 이후 켜두고간 컴퓨터를 혹시 누군가 건드리지 않았을까?
--기분탓일 확률이 높다.
- pip install pynput
- pip install Pillow --upgrade
- pip install Desktopmagic
- pip install pyautogui
- pip install pypiwin32
- pythonw main.py
Through this program, you can know who touched my computer after work. also what they did.
- Log a mouse move or click event in info.log.
- Capture the screen when you click the mouse
- For accurate screen recording, Capture works on a new thread 1 second after clicking
- Use a minimum of 10MB to a maximum of 30MB of memory
- Windows Only