1
0
Fork
You've already forked art
0
A script that displays a randomly chosen piece of art from wikiart.org.
  • Ruby 100%
Find a file
2023年01月26日 12:05:57 -05:00
art initial commit 2023年01月26日 12:05:57 -05:00
README initial commit 2023年01月26日 12:05:57 -05:00

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!