This is a Python script that downloads images from a list of Image URLs and saves them to a directory. It can handle duplicate URLs and prevents overwriting of existing images.
- Python 3.x
- requests
- loguru
- colorama
-
Install Python 3.x on your system if it's not already installed.
-
Clone or download this repository to your local machine.
-
Navigate to the directory where the script is located.
-
Install the required packages by running the following command in your terminal:
pip install -r requirements.txt
-
Create a text file with one URL per line.
-
Save the text file in the same directory as the script.
-
Run the script by running the following command in your terminal:
python image_downloader.py -
The downloaded images will be saved in a new directory called
output.
If you need Help, contact me!! Discord: "Bebedi"
If you find a bug or have an idea for a feature, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.

