35b542cc7f308c885e95fdbebbd1604b7325a759
Python Scripts
Useful Python scripts :)
Scripts
create_gnome_slideshow.py
Usage:
python3 create_gnome_slideshow.py [-r] [--name SlideshowName] [--xmlpath /path/to/save/xml] /path/to/images/folder
This script generates the XML files required to add a slideshow of images to GNOME desktop:
- An XML file declaring the slideshow name and options
- This will always be created at
$HOME/.local/share/gnome-background-properties/slideshow-name.xml
- This will always be created at
- An XML file containin the images to use.
- This is created at the
xmlpathargument location - It will create an entry for all of the images in the given folder
- This is created at the
Description
Languages
Python
100%