A Python app for taking a screenshot, reading the text with OCR, and copying the text to the clipboard. And it's free.
Project description
FluffyGoggles
A Python app for taking a screenshot, reading the text with OCR, and copying the text to the clipboard. And it's free.
The name was randomly generated.
Installation
To install with pip, run:
pip install fluffygoggles
Quickstart Guide
Run this program with:
python -m fluffygoggles
This will take a screenshot, run OCR on it (with pytesseract), and copy the recognized text to the clipboard. It will also open up a "result text" window that looks like Notepad.
You can also run:
python -m fluffygoggles someimage.png
...to run the program on an image file instead of a screenshot.
You can add the -q
or --quiet
argument to suppress the output and result text window.
Contribute
If you'd like to contribute to FluffyGoggles, check out https://github.com/asweigart/fluffygoggles
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fluffygoggles-0.1.1.tar.gz
.
File metadata
- Download URL: fluffygoggles-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 625827b57a7bd46ce4d96670ca8fb5a5166601f722c1ddc8ca492b099c0dce90 |
|
MD5 | 432c9b91a2d2152adf91425fafd3ee89 |
|
BLAKE2b-256 | 03f054bb234373b4d43ebbd34ea0f09d020af1b90b5c23a6f1d5382e68ea7b76 |