A cgi-bin python script that picks up a random image from a directory and its subdirectories and show it in a browser.
cgi-bin | ||
73361225_10216424132528545_9125637217060913152_n.jpg | ||
EHgeefUX0AAj51i.jpeg | ||
README.md |
Image Roulette
A cgi-bin python script that picks up a random image from a directory and its subdirectories and show it in a browser.
Usage
- Place
image-roulette.py
into a directory namedcgi-bin
- Navigate to the directory containing the
cgi-bin
one - Launch a server with the command:
$ python3 -m http.server --cgi
- Open your browser on: http://0.0.0.0:8000/cgi-bin/image-roulette.py
- Press ENTER to load a new image
TODO
- insert main directory and title of gallery as parameters
- add automatic mode (reload every x seconds)