Skip to content

Instantly share code, notes, and snippets.

View robert-juang's full-sized avatar

Robert Jiang robert-juang

View GitHub Profile
@CTK-WARRIOR
CTK-WARRIOR / setRandomWallpaper.py
Last active December 4, 2023 21:00
Set random anime wallpaper in every x minutes.
# pip install beautifulsoup4 requests schedule
import os
import random
import re
import requests
from bs4 import BeautifulSoup
import ctypes
import schedule
import time