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
Release files for fluffygoggles 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fluffygoggles-0.1.1.tar.gz | 3.7 kB | Details |
Release files / fluffygoggles-0.1.1.tar.gz
| Download URL | fluffygoggles-0.1.1.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
625827b57a7bd46ce4d96670ca8fb5a5166601f722c1ddc8ca492b099c0dce90
|
|
BLAKE2b-256 checksum How to use checksums |
03f054bb234373b4d43ebbd34ea0f09d020af1b90b5c23a6f1d5382e68ea7b76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|