Mettre à jour Windows Wallpaper Python
import ctypes
ctypes.windll.user32.SystemParametersInfoW(20, 0, "absolute path" , 0)
loricvdt
import ctypes
ctypes.windll.user32.SystemParametersInfoW(20, 0, "absolute path" , 0)