An open API service indexing awesome lists of open source software.

https://github.com/millsoft/screenlog

Automatic screenshot logger.
https://github.com/millsoft/screenlog

Last synced: 18 days ago
JSON representation

Automatic screenshot logger.

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
```