Skip to content

divyeshmiyani/Spotlight-Wallpaper-Grabber

Repository files navigation

Spotlight-Wallpaper-Grabber

Saves Windows Spotlight Wallpaper

Contains

Requirements
Setup
Make build
Usage
Tested on

Requirements

google_auth_oauthlib==0.4.4
google_api_python_client==2.55.0
Pillow==9.2.0
protobuf==4.21.4
PyQt5==5.15.7

Setup

Run pip install -r requirements.txt or python -m pip install -r requirements.txt command in cmd to resolve requirements

Make buid

Clone repository Using git command
git clone https://github.com/divyeshmiyani/Spotlight-Wallpaper-Grabber.git
Or Simply download and extract

Run command in terminal
pyinstaller --onefile --noconsole --clean SWG.py
This command will create executable file in ./dist folder

Usage

Run SWG.exe file ( to create .exe file refer this )
OR
Just run the SWG.py file window will appear like this

Click on Browse button or enter path Click on Save button

Currently running Spotlight Wallpaper will be saved to your desired directory.

Click on Connect Button to connect to Google Drive and click on Sync Button to Upload currently present wallpaper to Google Drive. In Google drive wallpaper will be saved in SpotlightWallpaper folder.

Tested on

Windows 10