Tools to generate wallpapers.
First, install requirements with pip install -r requirements.txt
fortune should also be installed to work with inspiropaper.py.
Create inspiring wallpapers with fortune.
python inspiropaper.py <width> <height>
Add new images in the images folder, and fonts in the fonts folder.
The resulting wallpapers go in the wallpapers folder.
Create wallpapers with patterns.
python wallpaper.py [-h] [-q [SEQUENCE]] [-s [SQUARE]] [-c [COLOR]] width height
Example using --square and --color
Example with --sequence and random colors
The resulting wallpaper is saved at wallpapers/pattern.jpg.
Create wallpapers with lines, somewhat inspired by Joy Division's "Unknown Pleasures"
python joydivision.py <width> <height>
Additional settings can be tweaked inside the script.
The resulting wallpaper is saved at wallpapers/unknownpleasures.jpg.
Create wallpapers with gradient mountains, inspired by Campo Santo's "Firewatch"
python mountains.py <width> <height> [<*color name/hex>]
Additional settings can also be tweaked inside the script.
The wallpaper is saved at wallpapers/mountains.jpg.
Space-themed wallpapers
python space.py <width> <height> <b|w>
Additional settings can also be tweaked inside the script.
The wallpaper is saved at wallpapers/space.jpg.





