Reputation: 19
I want to make a program taking a cropped screenshot (like Windows+Shift+s) and save it as variable, not as a file.
How do I Programmatically open this win+shift+s window?
How to directly get the output without saving this as a picture?
I'm using python
Upvotes: 0
Views: 402
Reputation: 225
you will need to:
Print screen
key (any keyboard library should allow it)Upvotes: 1