Skip to content

timozattol/wallpaper-generator

Repository files navigation

wallpaper-generator

A simple wallpaper generator in python, to have fun with graphics and python.

Inspired by this kind of wallpaper.

Compatibility

You need python3 and the requirements that are in requirements.txt (basically Pillow). Unfortunately, the commands I use to create the files might only work on UNIX systems, and the command to update your desktop wallpaper works with Gnome / Unity (tested under Ubuntu 14.04).

Feel free to tweak the program to work on your system, you can even open a pull request if you want to integrate your tweaks.

Installation

Install python3, the requirements in requirements.txt, and then you're good to go. Executing main.py will create a wallpaper in renders/ and update your Gnome/Unity wallpaper. With install_cron.sh, you can even install a cron job that changes your wallpaper every 30 minutes.

Result

Here's what it gives with colors picked from a palette, on my Ubuntu desktop. If you ask yourself, I use the wonderful Flatabulous theme for icons and windows.

Desktop

Algorithm

The algorithm is quite simple:

  • First a lattice of rectangles is created, here shown with random colors for rectangles

Lattice

  • Then, a random mutation (translation) is applied to the vertices of the lattice

Lattice mutated

  • Then, a gradient of colors can be applied to the polygons

Lattice gradient

  • Different angles can be used for the gradient

Lattice gradient angle

Examples

Here's the effect, when colors are picked from a palette of 5 colors at random, angle is chosen at random and mutations are random:

Wallpaper1 Wallpaper2 Wallpaper3 Wallpaper4

About

A simple wallpaper generator written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published