gregorylearns / Auto-Screenshot

Take screenshot of part of screen, when there are differences or some changes in that part of screen automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Screenshot

Take screenshot of part of screen, when there are differences or some changes in that part of screen automatically.

It shall help when taking class online and need to take screenshot of every slides in ppt. (Note: When ppt not shared or available)

How to use

  1. Install Python
  2. Install following python modules
pyqt5
pyscreenshot
pillow
imgcompare

It can also install by running following in terminal.

pip install -r requirements.txt
  1. Run AutoScreenshot.py
  2. Click Start and draw rectangular part on screen
  3. Now it shall take screenshot when any slides in ppt changes automatically.
  4. Close the program when not needed

Notes

Image comparison algorithm uses the imgcompare library. The default tolerance value is set to 5.0, you can set it by editing the code.

Demo

License

MIT License

Copyright (c) 2020 Mani

About

Take screenshot of part of screen, when there are differences or some changes in that part of screen automatically

License:MIT License


Languages

Language:Python 100.0%