XxVoltage _
XxVoltage _

Reputation: 11

How to set Windows background image using Python

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

Answers (0)

Related Questions