Home / Misc / Upcoming project: image-pop.py
Created on Fri, April 14 2017 10:10

What is image-pop.py?

A python script I want to share, that uses tk to display images on a specified location on the screen. This will be an updated and friendlier version of popart

Uses

I use as a way to display Album Covers on my screen

Preview

This image uses image-pop.py, it displays the current song played by Cmus. Basically cmus passes the path to the image to image-pop.py and it simply displays it.

album cover

Typical usage would be:

image-pop.py my_cool_image.png

Limitations