0
Write a python/C++ script that could take input as screenshot of entire screen with browser window open and tells window.
The input may the homepages of any of these websites. 1. Google.com 2. Facebook.com 3. Quora.com 4. Wikipedia.org 5. Reddit
1 Answer
0
Use ImageGrab from the PIL lib.
Sorry i don't have an example right now.
Just google it