A script that displays a randomly chosen piece of art from wikiart.org.
| art | initial commit | |
| README | initial commit | |
A simple script that fetches artwork from wikiart.org and displays it in your terminal, using sixel graphics. Dependencies: - ruby - nokogiri - libsixel - a sixel-compatible terminal - a directory called /tmp/art/ It should be pretty easy to customize this to do other things, like: - use another website in place of wikiart (like wikimedia) - cache artwork in another location - display images using a different protocol/format - etc Enjoy!