Skip to content

It's a simple image search tool I made using Py with the help of Temphost. It sends the image to imgops (website), where you can do a lot of web-based image things.

License

Notifications You must be signed in to change notification settings

kiyo-localhost/opsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Screenshot to ImgOps

Drag β†’ Crop β†’ your image is in ImgOps, ready to be searched


🐧 Linux Setup

  1. First, make the script executable. Because Linux won’t run your stuff unless you give it permission :

    chmod +x /path/to/opsearch.py
  2. Want it like a real app,:


πŸͺŸ Windows Setup (lol idk, good luck)

  • make the py into .exe by using something like pyinstaller or etc
  • or just set it up yourself

🍎 macOS Setup

Β―*(ツ)*/Β― (Probably works like Linux but with extra dongles.)


Requirements

  • Python 3.9+
  • Pillow
  • Tkinter (usually comes with Python unless your distro is evil)

Install them all:

pip install -r requirements.txt

πŸš€ How to Run

python opsearch.py
  1. Fullscreen dims
  2. Drag a rectangle around the cursed thing you want.
  3. The crop uploads to ImgOps.
  4. Your browser opens, and bam β€” reverse search away.

πŸ“œ License

MIT β€” do whatever you want, just don’t blame me

About

It's a simple image search tool I made using Py with the help of Temphost. It sends the image to imgops (website), where you can do a lot of web-based image things.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages