项目作者: DavidMetcalfe

项目描述 :
Finds the current Windows 10 Lock Screen wallpaper and does a reverse image search on Google
高级语言: Python
项目地址: git://github.com/DavidMetcalfe/Windows-10-Lock-Screen-Image-Lookup.git
创建时间: 2017-02-02T03:49:31Z
项目社区:https://github.com/DavidMetcalfe/Windows-10-Lock-Screen-Image-Lookup

开源协议:GNU General Public License v3.0

下载


Windows 10 Lock Screen Image Lookup

A simple script that will fetch the currently displayed Lock Screen wallpaper being used by Windows 10 and do a Google image search to help identify it. Resulting search will pop up in your default browser.

This came about as a response to the poor UI/UX design by Microsoft where the image information is shown only prior to the login screen showing. For those like myself that wake their computers through keyboard input, this made it extremely tedious to try to learn more about people’s wonderful photography and places around the world.

Installation

Requires the wonderful Requests module to run.

Open a terminal in the script’s directory and type pip install -r requirements.txt to install it.

Usage

  1. Run the script with python application.py in the folder containing the script.
  2. Enjoy the eye-candy.

Contributing

Contributions always welcome.

License

GNU GPL v3