Skip to main content

The appwindows library provides a unified way to find, inspect, and control application windows across Windows, macOS, and Linux.

Project description

License - BSD 3-Clause unit_tests
PyPI Downloads Documentation
PyPi Github Issues

Appwindows

The appwindows library provides a unified way to find, inspect, and control application windows across Windows, macOS, and Linux.

Supported platforms:

  1. Windows 10 and later
  2. MacOS 12.2 and later
  3. Linux with XServer (Wayland works, but with very significant limitations)

Install

pip install appwindows

Examples

  1. Create window screenshot
from appwindows import get_finder
from appwindows.geometry import Size

finder = get_finder()

window = finder.get_window_by_title("Some title")

window.get_screenshot() # numpy.ndarray whith image
  1. Move window
from appwindows import get_finder
from appwindows.geometry import Point

finder = get_finder()

window = finder.get_window_by_title("Some title")

window.move(Point(x=200, y=200))
  1. Get window coordinates and size
from appwindows import get_finder

finder = get_finder()

window = finder.get_window_by_title("Some title")

points = window.get_points()
size = window.get_size()

print(points.left_top) # appwindows.geometry.Point(x=200, y=200)
print(size)            # appwindows.geometry.Size(width=200, height=200)

Why "appwindows"?

Comparison Point PyGetWindow PyWinCtl appwindows
Cross-Platform (macOS, Linux, Windows)
Documentation
Actively Maintained
Can Take Screenshots
Has CI/CD Testing
Error Handling

Docs

All documentation here
Link to PyPi

For Developers

  1. If something doesn't work - open issue.
  2. If you want something fixed - open issue.
  3. If you can help with the library - email.

apparser.development@gmail.com

Any help in development is welcome)!

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

appwindows-1.3.1.tar.gz (27.7 kB view details)

Uploaded Source

Built Distributions

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

appwindows-1.3.1-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

appwindows-1.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

appwindows-1.3.1-cp314-cp314-macosx_12_0_x86_64.whl (150.5 kB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

appwindows-1.3.1-cp314-cp314-macosx_12_0_arm64.whl (145.8 kB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

appwindows-1.3.1-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

appwindows-1.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

appwindows-1.3.1-cp313-cp313-macosx_12_0_x86_64.whl (150.5 kB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

appwindows-1.3.1-cp313-cp313-macosx_12_0_arm64.whl (145.1 kB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

appwindows-1.3.1-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

appwindows-1.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

appwindows-1.3.1-cp312-cp312-macosx_12_0_x86_64.whl (150.5 kB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

appwindows-1.3.1-cp312-cp312-macosx_12_0_arm64.whl (145.1 kB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

appwindows-1.3.1-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

appwindows-1.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (210.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

appwindows-1.3.1-cp311-cp311-macosx_12_0_x86_64.whl (145.6 kB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

appwindows-1.3.1-cp311-cp311-macosx_12_0_arm64.whl (140.1 kB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

appwindows-1.3.1-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

appwindows-1.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

appwindows-1.3.1-cp310-cp310-macosx_12_0_x86_64.whl (144.4 kB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

appwindows-1.3.1-cp310-cp310-macosx_12_0_arm64.whl (138.8 kB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

appwindows-1.3.1-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9Windows x86-64

appwindows-1.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (210.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

appwindows-1.3.1-cp39-cp39-macosx_12_0_x86_64.whl (144.6 kB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

appwindows-1.3.1-cp39-cp39-macosx_12_0_arm64.whl (139.1 kB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

appwindows-1.3.1-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8Windows x86-64

appwindows-1.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (213.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

appwindows-1.3.1-cp38-cp38-macosx_12_0_x86_64.whl (146.0 kB view details)

Uploaded CPython 3.8macOS 12.0+ x86-64

appwindows-1.3.1-cp38-cp38-macosx_12_0_arm64.whl (139.9 kB view details)

Uploaded CPython 3.8macOS 12.0+ ARM64

File details

Details for the file appwindows-1.3.1.tar.gz.

File metadata

  • Download URL: appwindows-1.3.1.tar.gz
  • Upload date:
  • Size: 27.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for appwindows-1.3.1.tar.gz
Algorithm Hash digest
SHA256 13efc18a347af622cebd3f8d9095c4f71bd07f337d07bda8e3b6d80f139236f2
MD5 33fd818791de877a05fe9aef1579a58c
BLAKE2b-256 4558ff14339570d09c1d88afb53f39a59735a270793cfe78d80d1b64a267016d

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: appwindows-1.3.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for appwindows-1.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 da2765461c4b2deaeee21b466e5aa78ac418c6a1e14aba8ed0235a2ecd49d867
MD5 ddcde4737d683c93f3f94a8d3e1ecf50
BLAKE2b-256 f7dd871bab81816d10c3a28f034775dc26d0cb3ad26531e574ff42f624b4024c

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1f5013af5c29eb27ab91697f8a3d087ae4bcd638011c7327b719b193693e8c0c
MD5 8734fa0da7ac89da0063c0a5d09cb056
BLAKE2b-256 69c19ed9ab4ee2e3e6194aeb6d8705f54b5a3a884f471eb3dae6501b203f1f77

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 0f0b1dc215b3883ae7bb979b2fcd82af8fbe722b73248fcc9ccca940816df5af
MD5 72a8006cdf3a1796656d778078e64fd3
BLAKE2b-256 ca9dcb4b03550c2dce171e92b842e3046c38ab203635495ca7d668196ff5ca3b

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 1de6252202fabe8b81d2d1d12ff2ad46e279330a0f7201f8b2b1370e645d4898
MD5 52f2cc09b49732423b51218c7c3ec901
BLAKE2b-256 1d9c4dc79778af6bd6b6cef23473592d69f3f74aac33cdecd32cdea88f86a64c

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: appwindows-1.3.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for appwindows-1.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5d80155b14a13a75d50a69b6abb322bf5a9cf6f7e3753fc8435bca373ab8e0ee
MD5 029f401a091f81ee7d7c1eebef94e7f3
BLAKE2b-256 64625dbb3e9b8d31583fcff245fb195fcfa153d583bc5502ca15297bca39c4a2

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 076e1b32b18357289ed63666270271bee00d9a092e481451f6549bbf49035186
MD5 ffbf3cae784e77a46057728b4ef6204c
BLAKE2b-256 3cdc370c92ea522fbcc95c9b646629d515328f89b17047fa66bb783d09f09576

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 40faf1a7a2e61bcb14c123e03cb1447e4fc2cfed68d817c3689557268bf3c958
MD5 27a68198796735628d86c6c41327348e
BLAKE2b-256 2c155557ebd0292ccd3fdd412d20bf90d9e1ac686f2de66b065c13b912bb1275

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0f1913e908d11799df87651d25dd098c31aacfab387c2e0c6464178166ae106a
MD5 bc615c061fcdb7a925147f9279dfea13
BLAKE2b-256 69eb04ad47d22dd2eb704c71bd9e3fa01c43d756e8cf45dbe429b590b7dd14cd

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: appwindows-1.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for appwindows-1.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ea58093badbd168c833a096a3abcfb28819b0f9660db5036e493d20abfbd1871
MD5 846f080013d8964ed25190e50d896a42
BLAKE2b-256 5472df21212f6d8cbfc9dfdb85c12a7dcfbde43c5de4e9a16289d738314ddd63

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5ad243d65887a61fd88299993e610d3d04f63d6fad30d37ec60bc470e2aa5b3a
MD5 42d9b2bbe8b56baef2f66799dc1516fd
BLAKE2b-256 397ab857c2cc005f514d3ac4fdab5f74e5221eaa675e710d5652fa85b65fdfbb

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 8925a145a2df85afb765b52737c1ecbf0c546728aeb0146e724e01bd7de5d79c
MD5 4f3850dfdf7df858dd8aaa7504a3c5ea
BLAKE2b-256 f555ad2cf615a0079cc1b206150f5c8ef5ad15767947d9b79c477ee0f8877948

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 3ef969ffa3b285db7f0bfe8be04ec19ed958d69825ccb5dfb44c8d4af3e7d04a
MD5 89ceef9f6c01930054bd801192ed0eb1
BLAKE2b-256 f55ba149bac3f4a9785064e926df95405d8d9d3375850e95c64ffc6626c38bb8

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: appwindows-1.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for appwindows-1.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d5551269ff3d74d90d1744b842c0512c08af11888a8dcb70654d4dbdf673412
MD5 a4bdc3c42d51585c26204728f51dac97
BLAKE2b-256 81dc416fe5aee3935c75bf1df595fa3f13718bf6df84855bb1a09306655fde08

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ac0c97b1327a4ecc332516cfc147b6899c59d2c17a8849000c98275ce5a35e1c
MD5 3dbe26bc8ef2690a2a8f1587f8e3c607
BLAKE2b-256 482b52fd790e4f59d0e59070c1e26a2ac762faf4d281b310f81ebd7f2936f3fc

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 67a98aee60a29daa0ae86a5a27e842c2ccf344d5ab233dd52fde239e6953940b
MD5 4e1b98cba9baf17f3a09b5e0c3ad2149
BLAKE2b-256 a89b62b813f4730c2b0b9ca21d47711b716b1f2989d9f8bbda525907c688ff7d

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 ff90bc5dc2eb3ed20466b96b7d67158a8a3b395c93e85cb93aa1f0e933a8035b
MD5 444a751a5d0f85f9bfa5943ad219f07a
BLAKE2b-256 bd2f5b61e52daa7a47884d476e1452e46b3539bdc813f3f46a329bce8e4da063

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: appwindows-1.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for appwindows-1.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2821b66c8d994e28915026b9b009e0f2c19785b985fbb26a643884ed7e2c7ce0
MD5 1bc17e986723b9e64660c1be544704d8
BLAKE2b-256 433ece5d8fd3bb012c8e803575a033a478b0a9c1650cd5c3a033c3af4383660b

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 394c6828e504d44a83cbe0a7d6a91271b313133e6440f54b3e717eb722933ad0
MD5 8b5513e623b6240a9b82a0b0a5feb259
BLAKE2b-256 f0d9090bcef6bfc7db8d30a48ae97d4d85763823ad0bb75bd1a0a247a8830370

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 f99fbf936ca566588a869f4e377f2c05ddd9fb57d8fa014dbd0229893414671a
MD5 3e650fac7a0b51dfdd0765c6a2a88b88
BLAKE2b-256 a1fa5f0fb761f388a9299869c5e42ee0d8fba907bf60e3bbcaf5e1d5d5e4f641

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 251c724da8d96e52472a822a62149385258229220495afa570e566212025f728
MD5 b52df7746818315f6876ba219107eea9
BLAKE2b-256 0990c1b2c385c518e7544a455a3783a1fe74d529115d820cbb16f3885402fb55

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: appwindows-1.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for appwindows-1.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6a1e9011167eeddc26ba925dab5ef4ff4a123db9c04fea5e77495d5b1b987ccd
MD5 f76e60a16ce449932781c0cf0b47f17d
BLAKE2b-256 d57afd614be5abbd2a5cf9150cab19a21dfd1538fd2bd29da5bc9353601d0d46

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a3ead6f00a772f9b57cd93b9e9b3ff79de46382969b7ccf707095e613ed14fb9
MD5 38fbf8f0c47640eaa9af4638e3472924
BLAKE2b-256 9e40d0bc956449ebed9d0e7402b3a62dc4b603c15326409db5c64460db8c80fe

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 c156efe6500f872a4d803c1bec26ac221da3c84a071cf2f370056e38d762bfc5
MD5 5707c4d908d143ae23dbdfd6c51acddb
BLAKE2b-256 89cb630ae175d967576c45bb961ddeea511fc89984712d9a48f045957828701a

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b4a2aacfac990096d424f8f93cf31f50ed1a7f7b8c845b1784d86a6a7847e9f1
MD5 4b44b5ddc22cf1561c8fa861b2afa4a2
BLAKE2b-256 c22c181ecd6a48ccdb064e312b4b46d4a42ced677d10876c5311f0b8ba4af5b0

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: appwindows-1.3.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for appwindows-1.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 500ff299397e5be56398fdec184393daec50467d9d6f642c08bd91bd6ced25a3
MD5 df4b190f23dff3493d57bd31f54359d0
BLAKE2b-256 1f7c26d8c654c5478486237e47f45c77be2225637c7a8b1725bac8aca767e0a1

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e7116c56106eb0d2fd1218b02da14a9b3baa176439232d0ea2bd65fac58bbb13
MD5 00025971fcad8cade2e0de9f223c4e47
BLAKE2b-256 5491834d181141d5dc291b7232758be0a3b0ef93a6b28b4f1a86554087979fa9

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp38-cp38-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6d182e670ed816cf7299ac68cdca125b6cb7784f70c922197f1c97035075dc6c
MD5 a601870b8989174c3d2f2f5039ec4d8e
BLAKE2b-256 dab523e2eb61e6d7a4b3cf7c1e4b1ec076a8a7d43221a178ad92b4b2fd59a7d1

See more details on using hashes here.

File details

Details for the file appwindows-1.3.1-cp38-cp38-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.1-cp38-cp38-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 e013d0686289f897893f22e72f7f58af55c47a688440b2f832d7a2acb79fce95
MD5 00dc76de8cc18dff8e53da038f660b20
BLAKE2b-256 b80566f7831e8a94556fb06d305ef22ad5bcf798e8919375f63c5e3d6fc82f22

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