Skip to content

ColtBry/windgrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

windgrabber

A Python module for grabbing screenshots of windows using their window name.

First you need to start by creating a WindowCamera class and pass it the name of the window you're trying to caputure. e.g. 'Steam'

Make sure the window is on your main monitor if you have multiple, or it'll return a black screen.

Then call the "grab" method on the object, and then it'll return a PIL Image object.

You can also use the show_window method to unminimze the window and bring it to the front.

About

A python module for capturing screenshots of windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages