Skip to content

Instantly share code, notes, and snippets.

@hugo-dc
Created February 13, 2012 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugo-dc/1821462 to your computer and use it in GitHub Desktop.
Save hugo-dc/1821462 to your computer and use it in GitHub Desktop.
Change desktop wallpaper on Windows
import ctypes
ctypes.windll.user32.SystemParametersInfoA(20, 0, "myimage.jpg" , 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment