Skip to content

Instantly share code, notes, and snippets.

View h4mid007's full-sized avatar
😶‍🌫️

Hamidreza h4mid007

😶‍🌫️
View GitHub Profile
@h4mid007
h4mid007 / wallpaper.py
Created April 28, 2020 06:37
Bing daily wallpaper -> python -> windows
import ctypes
from win32api import *
from win32gui import *
import win32con
import sys
import os
import struct
import time
from requests import get
while True: