Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdegenne/install-google-lens-on-windows
https://github.com/vdegenne/install-google-lens-on-windows
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vdegenne/install-google-lens-on-windows
- Owner: vdegenne
- Created: 2022-03-09T12:50:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T09:56:14.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T00:42:03.035Z (almost 2 years ago)
- Language: Python
- Size: 2.92 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# install-google-lens-on-windows
is a desperate attempt to have a global access to google lens anywhere on your desktop, that is crop an area of your screen and it will get loaded inside Google Lens.
My program is not pirating Google Lens original program in any means illegal.
Basically here are the linear steps executed to get the intended result :- Trigger Windows screenshot manager
- (The user crop an area, the area is injected into the clipboard) open a new chrome window
- paste the image from the clipboard
- right click to open the Chrome contextual menu on that image
- click on "Search images with Google Lens" itemhttps://user-images.githubusercontent.com/2827383/157737266-a21e5599-cd98-4b86-b718-774974cb4369.mp4
## Installation
- Install `Chrome`, `AutoHotKey`, `NodeJs` (with `npm`)
- Click `RUN.bat` (this will run the server used to paste images in the browser)
- Click on `lens-clicker.ahk`- Now you can use Alt + Shift + S to take a partial screenshot and analyse the content in *Google Lens*
**Note** : Because my computer is different from yours (screen resolution, Chrome version, etc...) You will probably need to alter some location values in the `.ahk` file. Make few testing and tweak the values to suit environment.
## Help
Any help to improve this or make it multi-platform would be much appreciated !