You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Ask the user for the URL and output file name url = input("Enter the URL: ") output_file_name = input("Enter the output file name: ")
The url you are expected to enter should be the target photo URL. This means it should point to the direct web address of the photo you want the program to process.
Example Scenario
What is a target photo URL? A direct link to an image hosted online. For instance:
Right-click on an image in your browser.
Select "Copy Image Address" (or similar, depending on your browser).
Paste this link into the program when prompted for the URL.
What URL Link am I supposed to put in the url area?
The text was updated successfully, but these errors were encountered: