Skip to content

Gets wallpapers from reddit /r/wallpapers and sets a random one as the desktop background on windows.

Notifications You must be signed in to change notification settings

fanishere/Golang-Wallpaper-Changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Golang WallPaper Changer (Windows)

What Does This Do?

This app gets the top 25 posts from https://www.reddit.com/r/wallpaper/hot/, picks a random post, downloads the image into the wallpapers directory, and sets it as the desktop background on Windows.

How To Use

Assuming you have Golang installed, you can clone this repo and run

go run main.go

to compile and run the app, or

go build main.go

to compile the app into an executable main.exe

Future Development

I am planning on triangulating the backgrounds as well, making low poly versions of the downloaded wallpapers.

About

Gets wallpapers from reddit /r/wallpapers and sets a random one as the desktop background on windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages