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.denoise()

Denoise 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.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.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.3.0.tar.gz (12.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.3.0-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: screeny-0.3.0.tar.gz
  • Upload date:
  • Size: 12.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.3.0.tar.gz
Algorithm Hash digest
SHA256 6dbf531678914872a94c9a9c8022e7b49ed2b67700120b7224671a4deaf18191
MD5 d5aced032de8549fc1e521dc79e50c31
BLAKE2b-256 6e1aafd6f67a9c2d5a4def3cebb4b9919921b43c812e42b8154c94aae7d09d2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: screeny-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 14.3 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.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 da1f20a1cf6084e37dc0d3443431aa3973788fc0e1a6a1da437532a0a20d39a3
MD5 2e685c7ef77d5f9a0ad21d0552fefc5d
BLAKE2b-256 9213697648500e2c01bb3badd23ed4e2c6a950ca0f7db90b72dd98cdaf18240a

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