Automatically change Linux background images with the images in a particular folder using python. So you need python installed to use it. Its just a random script I wrote for myself.
Download and install python from https://python.org
pip install schedule
You can use it directly by running the changewallpaper.py
or changewallpaper.pyd
file.
python changewallpaper.py
You can also use it by running the bash script run.sh
from the command line.
source /path/to/animatedwallpapers/run.sh
It only works in Linux and you need to have images in the images/
folder.
It currently works with gnome and cinnamon.