So, I am requesting a URL that actually brings a picture, nothing else, you type the URL, click "enter" and it gets you a picture.
Now, I want to save that picture into a file in a desired path by using python but I am not succeding.
Can you help me?
Picture_request = requests.get(Photo_URL)
Where to go from there?