Skip to content

Instantly share code, notes, and snippets.

@djkrose
djkrose / rotate-art.py
Created April 11, 2023 06:33
Randomly pics an image from a folder and uploads to The Frame
# Required for installation:
# - https://github.com/xchwarze/samsung-tv-ws-api
# pip3 install samsungtvws[async,encrypted]
# - https://pypi.org/project/wakeonlan/
# pip3 install wakeonlan
import os
import sys
import logging
import random