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)

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.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.4.0.tar.gz (13.6 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.4.0-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for screeny-0.4.0.tar.gz
Algorithm Hash digest
SHA256 6093cf9f0c5ce9397a69f761b4261f5b85707746df59d0d619f6a1f654f2f896
MD5 decc57f1f8549c4072f251e41a103365
BLAKE2b-256 11ab4c0c21ce0aa3cd21180398eed5f1c02e06ea5e19b4565752580792613ecc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: screeny-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 15.2 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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 615291cccd36f47115e8500a4da15f82e1cf38960b8b45c60d6e13d8e631abef
MD5 fdd1a5faf4f19eb7110570853a5dd917
BLAKE2b-256 731e921a4ec4221a033feb1edb833564f0f56cb374517c59e282940e9ba6cafd

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