This project is inspired by the Ubuntu philosophy: "I am because we are."
It connects to the wider web community, respectfully fetches shared image resources, and organizes them locally for later sharing.
- Prompts the user for an image URL
- Downloads the image using the
requestslibrary - Handles HTTP errors gracefully
- Saves images inside a
Fetched_Imagesfolder - Extracts filename from URL or generates one if missing
- Clone the repo:
git clone https://github.com/<your-username>/Ubuntu_Requests.git cd Ubuntu_Requests