Automated Picture Frame (Window)

Description

The automated picture frame should:

Expand the Project's Requirements?

Multiple picture directories?
Make it a clock by displaying the system time (changing every second? 5 seconds? Minute? ...)
Add videos?
Add sounds? Beep when the picture changes?

Suggestions

Start by looking at the Python modules PIL, opencv, Ipython.Display, matplotlib, graphics.py, ... There must be something you can use in one of these (or other) modules.

Also see: Display an Image in Python