Capture embedded google map image with Python without using a browser
I have noticed that, from Google Maps page, you can get an "embed" link to put inside an iframe and load the map in a browser. (no news here) The image size can be adjusted to be very large, so I am interested in getting som big images as single .PNGs. More specifically, I would like to define a rectangular area from a bounding box (upper-right and lower-left coordinates), and get the corresponding image, with an appropriate zoom factor. But my question is: How can I use Python to get the "pixel content" of this map as an image object? (My rationale is: if the browser can get and render such