Reputation: 11
So I want to set the Windows background image using Python.
I have already tried:
import ctypes
ctypes.windll.user32.SystemParametersInfoW(20, 0, "absolute path" , 0)
But it just turns the background to black.
If anyone needs more information, just ask.
Upvotes: 0
Views: 78