Skip to main content

A simple python library for working with screens and images.

Project description

Screeny

A simple python library for working with screens and images.

Installation

pip install screeny

Usage

from screeny import Screeny

sc = Screeny()
img = sc.take_screenshot()

API-Reference

Screeny-class

Screeny.get_mouse_pos()

Returns the current position of the mouse as a tuple of xy-coordinates.


Screeny.locate_image(image: str | np.ndarray | Image [, rect: Rect, confidence: float])

Search for an image on the screen. Returns the location of the found image in pixel or False, if no image was found.


Screeny.read_text(rect: Rect)

Reads text from a given area on the screen. Returns the founded text as string.


Screeny.take_screenshot([rect: Rect])

Takes a screenshot of the complete monitor or a given area as "rect". Returns an Image-Instance.

Image-Class

Image.init(image: str | np.ndarray | Image)

Creates a new instance of the Image-Class.


Image.binarize(method: str[, threshold: int])

Binarize the image.


Image.compute_descriptors()

Computes the descriptors of the image.


Image.denoise()

Denoise the image.


Image.detect_features()

Finds features (keypoints and descriptors) in the image.


Image.detect_keypoints()

Finds the keypoints of the image.


Image.get_data()

Returns the pixels as numpy-array.


Image.invert()

Inverts the image.


Image.locate_image(image_to_find: str | np.ndarray | Image[, confidence: float])

Locates an second image in the image and returns the position of the founded image or False if no image was found.


Image.match_features(image_to_find: str | np.ndarray | Image, cross_check: bool)

Matches the features of the image with another image.


Image.read_text([resize_factor: int, whitelist: str])

Reads the text from the image.


Image.resize(factor: int)

Resizes the image with a given factor.


Image.save(title: str[, path: str])

Saves the image on the disk in a given path with a given title. If no path is specified, the file will be saved in the current active directory.


Image.show([title: str])

Displays the image.


Image.show_matches(image_to_find: str | np.ndarray | Image, matches: list)

Show the two images with matches as lines connect points.


Image.to_grayscale()

Converts the image to grayscale.


Image.to_hsv()

Converts the image to HSV.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

screeny-0.5.0.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

screeny-0.5.0-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file screeny-0.5.0.tar.gz.

File metadata

  • Download URL: screeny-0.5.0.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for screeny-0.5.0.tar.gz
Algorithm Hash digest
SHA256 22deee7db5e19774601d76d607a781d5b2ffdbe5f29dbabc4f960103617c723a
MD5 a4bc46823066f2076babe50f0f4b1d40
BLAKE2b-256 e548182b63c421a67bcadeb0a12d1a6fa3c90a89e5b20b0dafd13da14c77cfa4

See more details on using hashes here.

File details

Details for the file screeny-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: screeny-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for screeny-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 80c6490a926b0dcf2af8b09a9b3bcebb9fa6376b934c1f6e8b0b3fa15b88e523
MD5 bed2ee6b964fae2ee8fbe8a5ed96efb0
BLAKE2b-256 eeb4622aa287b99811645190b8963458c7b530d1868a53f7b7de24160f71f8e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page