https://github.com/millsoft/screenlog
Automatic screenshot logger.
https://github.com/millsoft/screenlog
Last synced: 18 days ago
JSON representation
Automatic screenshot logger.
- Host: GitHub
- URL: https://github.com/millsoft/screenlog
- Owner: millsoft
- Created: 2020-03-04T18:47:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T14:19:30.000Z (about 6 years ago)
- Last Synced: 2025-03-01T00:56:38.313Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screenlog
Create screenshots every few seconds. Also called a "black box" for yourself. If you want to know what you did few days ago.
## Requirments
- Python 3
- `pip3 install mss python-libxdo pyautogui`
### Linux:
```
sudo apt-get install python-wnck python3-xlib scrot
```