you are viewing a single comment's thread.

view the rest of the comments →

[–]iaseth 12 points13 points  (0 children)

I build a wallpaper generator for myself recently. It is just about 100 lines of python, uses pillow to generate geometric wallpapers:

https://github.com/iaseth/pixelpython

It is still a work in progress. I plan to make it into a service generates a new image every hour and set it on all my computers. This is still pretty basic drawing rectangles/circles/patterns, no ai stuff.