Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 897 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 897 Bytes

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