Skip to content

Python script for capturing all slides from lecture presentation

License

Notifications You must be signed in to change notification settings

mezgoodle/capture-lectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capture-lectures

Python script for capturing all slides from lecture presentation.

How to use

  1. Install packages in your virtual environment:
pip install -r requirements.txt
  1. Get the cursor position. Launch test.py file and remember the left top corner coordinates and right bottom. Then fill the data into variable region in main.py file like this:
REGION = (ltX, ltY, rbX - ltX, rbY - ltY)
  1. Fill other constants in main.py.

  2. Launch the program:

python main.py

About

Python script for capturing all slides from lecture presentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages