O.C.M.I.D an acronym for On Click Multiple Image Downloader. An application built on python script which can download multiple images in a single request through an url repository text file.
Conventionally for downloading an image from a site we have to choose the image and then right click on the image and save it on hard drive. We have other applications too that can do the exact same thing of downloading the image on the drive. But they have disadvantages like :
$ Expensive.
$ Ocuppy large chunk of memory and processing speed.
$ Can throw http/https errors.
$ Cannot download more than one image at a time.
With O.C.M.I.D you can have following advantages. :
# Size of application is 1.21 KB.
# Multiple Image Downloading at a single request.
# Upto 10000 Images can be downloaded at one time.
# Downloaded images have exact same resolution.
# No size limit.
# Overpass http/https erros.
# Download images from the Click shield sites.
# Free and User Friendly.
Files
OCMID.py
The Python script for the application which must be linked with the a text file. Write the name of text file in the file name variable.
Um, correct me if I'm wrong, but this project seems to be written in regular Python, not MicroPython, and runs on a personal computer, not on ESP8266, so it doesn't qualify for the ESP8266 MicroPython Contest. Or do you plan to port it to MicroPython?
Um, correct me if I'm wrong, but this project seems to be written in regular Python, not MicroPython, and runs on a personal computer, not on ESP8266, so it doesn't qualify for the ESP8266 MicroPython Contest. Or do you plan to port it to MicroPython?