0

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.

0 Answers0