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.2.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.2-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

appwindows-1.3.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (204.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14macOS 12.0+ x86-64

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

Uploaded CPython 3.14macOS 12.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

appwindows-1.3.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (204.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

appwindows-1.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (203.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

appwindows-1.3.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (198.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

appwindows-1.3.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (196.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ x86-64

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

Uploaded CPython 3.10macOS 12.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

appwindows-1.3.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (193.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.9macOS 12.0+ x86-64

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

Uploaded CPython 3.9macOS 12.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

appwindows-1.3.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (198.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.8macOS 12.0+ x86-64

appwindows-1.3.2-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.2.tar.gz.

File metadata

  • Download URL: appwindows-1.3.2.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.2.tar.gz
Algorithm Hash digest
SHA256 f2b87f9102a25607d86985b7a6f3f3d4c41bc729a14b08dd3d4cdfaf111a705f
MD5 c06675f6fd94aa9d57ed37ea3c56599b
BLAKE2b-256 10df6dc0dc251b917d25de5477fe9186b5bc71dddc0812e1646c495cafadc9a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: appwindows-1.3.2-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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c75b02dcdbc38605bf45eea03429322aae2b0d7802ff0def27462ea4972c25dd
MD5 95232756a01642367d2bd8ea613bdb61
BLAKE2b-256 d0190c7c9d1f5fab39a10debbaf17d8c4470e27405e1a40f7befe2d3f4ce4784

See more details on using hashes here.

File details

Details for the file appwindows-1.3.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c4269247f73865055cb6f4167f527d3bc996ba800b8a980b86784a1684bc275
MD5 e77c8c76f3b565e3ec05b3dbb487e09d
BLAKE2b-256 cb43211604ee1f47f8b385e5b07704583470de23f1cea233f872525210bc1d70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 7eff7fdfc1fe1547573eef74571ddde1aceabff68a41eaf569922f90b2e64d34
MD5 829bf5551a24f2e3af286c01844d706a
BLAKE2b-256 4637e55bbc1612ba2213a5d396eae7e838c7914a5348aebda403c0c98ba4853b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 87a130d6efcdba19d6bbed9e72374283870087c74be7c95bfc477e0bf88f653a
MD5 63f7ce0b9df5c39779d49f1e1641ee63
BLAKE2b-256 373b11fef6e426f4580ad9e6ab076425e37989cc2613bd6a2b7b0247d6903854

See more details on using hashes here.

File details

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

File metadata

  • Download URL: appwindows-1.3.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e754a9ac08eeb4a41a35fcca28c1f8926b8bb0536a75d5dfbeb4f6aa1266cdfe
MD5 57a44b1e1fed207e8dcebb674c02f970
BLAKE2b-256 35c2ae2d37b8eb66679d543d0ef6a0dd72444a39dcfad823c9b9628a499b9cd5

See more details on using hashes here.

File details

Details for the file appwindows-1.3.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9122fe91b7f438c3a08d0c37330ad9d6e291ba3ad19ecbd8de9be816271fae97
MD5 77473d7027d3849b2333efdee6dde95a
BLAKE2b-256 0e20ccf07a193ae7d97454a75db6d11521080453bfe1f74737d3b2a92b867f7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 26e6f3f71e1b05b9beb928e97204dbcf517bf049d6445e3a1c3f5e79887d9a4a
MD5 7fc39bcd96ca80ef17d284129c1bc2b5
BLAKE2b-256 26bbdaeb99ed28cb806e1045d2b7eaf02bcf56d5411f0d2e40a675fdfab08c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 911337169d61174bce6ac6c16ee91f31bd64096e0f495f5a70c64a8a03d4a157
MD5 83740c0e10cf5ec69c723a4efd26354c
BLAKE2b-256 ff706ab13b846e1d95124b2d3cf2b144b1c6b548713a536e8a4a90e5c60af33d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: appwindows-1.3.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0c04b9b078212c37c84c7b3458d83a53913c0d539418d9f6e11d973d47768ee5
MD5 fc6622000d1d6307c75431835323943d
BLAKE2b-256 38c4997b1057344138410b5b03f0e94421441033e481faaa9d6e46f1f29e73fe

See more details on using hashes here.

File details

Details for the file appwindows-1.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55027833956128dfff18d5f197d246e7f460d621cc62d837f1612b4a361f87ee
MD5 3806c7e24339f3fe5bec9cb698800497
BLAKE2b-256 9cd8abf46194658f76c5231d94d6f793347c5e142fcddf52fe7af3c0a172e9db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2b67b1f0ce73758b97e7512105374b10260a0a0146dec7ca2b3b2a0c6a6d2d64
MD5 cc7cf0f1590eb20e627e0dd4278d745c
BLAKE2b-256 31840ba01a72a8607419f23318759346dcae4218acf3dd1947547b33c859edc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a886fe12be593a670d2209e11761338a4b946fcbc5b719d335c6beb05e6e59ff
MD5 7896ddbd592030179393b0548f6fedac
BLAKE2b-256 d3252c19f417d5c6908cc5d7d72281e91029561e9d7ef8eb1dd0ef23658bb66d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: appwindows-1.3.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e6c0193c6c8f907434243f31de70b412888a8411cb187323fed11c6f45bc4d71
MD5 70a5a7de353e4a74ff4a506b2e6b27c8
BLAKE2b-256 b495aba2950ac0b6922e0d854a69e185ac5bfccffdb4ae4c19c2abbf6a957f07

See more details on using hashes here.

File details

Details for the file appwindows-1.3.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24bdc65427ce9a9841f447f96c66247ac4b15b4ab863b74dc22fc113e66ceafc
MD5 a138e5dbbd52b1d618c070b43ef8e075
BLAKE2b-256 13d4dd76b9fd626569549f27ab1b6afc114108c2831bd9f9d6059033b0099507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 beb4f03dfba27ffa858bbc49b0ca5e009ba18d830eecdc8b16205f589953a084
MD5 36eba5fc7997ec6206b68ad180550faa
BLAKE2b-256 9439668f82034a1388c7ab1c7c30e115ba464b35032f61b7931533f4360f51e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 641ce00b9965a376b1d47f73d68b596aefb1d910bb9923fafc26747eed9e4fcb
MD5 336a1a87fedde268184ab3011fb5157f
BLAKE2b-256 8cb0ec14b7b5c9077f11e2650f136d9f5528f058d7bfbf3cb480c81d3dce2222

See more details on using hashes here.

File details

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

File metadata

  • Download URL: appwindows-1.3.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9f7005f716251cddefa221f2b9adacea525ce9acee122dc18e54b2143e2ba93f
MD5 8cec92fdc317870da746b85ea1db10cc
BLAKE2b-256 0c0c254d1179d572b6cbf53db70bfd96b781ace5f8182fff0280e3b049e84c20

See more details on using hashes here.

File details

Details for the file appwindows-1.3.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4927161e190bcf77b4de3b3243e25d4e04a57e099f455efd16057b3c5d2a3304
MD5 732518b85e4c7ccb573ebe08e3b0e573
BLAKE2b-256 de5f887408012619fa3ecd10bbe9fd47be8cb57959e64c943f4da91f07c546fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 c6ceff45c5b238085316a28b7c9f6890762b417c704d9f42d6677a8986751fc2
MD5 75991d0f81de6272b1125145a6553105
BLAKE2b-256 12d4e59b98abbb254b62bcecd3c068b05cf6d59aea915aaf653adfdc12532e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 c70f94ce2df0372224e462d9d9dee8f9253512e558f5f6065aa600332eee6a41
MD5 3a0c8703ae93febcb2aca77d89c584ff
BLAKE2b-256 52c70a872b32ef330c36f7f8894390dd6c83b078e3947027ee295615a9049d7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: appwindows-1.3.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b67c3487070533af7c3a7d9386edebc5d440d67a6b1814677f50d1917ecce647
MD5 bfff582dfc82849b2dc34e411d254c50
BLAKE2b-256 f4fb67799e167bf331c7e95a96f43cd6e676309358fabaa089bf2a7b290e1106

See more details on using hashes here.

File details

Details for the file appwindows-1.3.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d10a43179bc9c370bb546834bef8e66ef75c3eae036ad30d9f75249374f9921b
MD5 04ef85217960c2fc7a4e85591fc41fa5
BLAKE2b-256 4f91f30ec733b570bcb76a250de561a15663d1a67e684ee5d39bf105b60d4f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 7b5d7ec18bbdd3381976cb6feae96af58c472c67d89f6ac300ba909ada580eb9
MD5 ad97a329eabf4324e8446714ae7020ec
BLAKE2b-256 3db0dd03abeaa4dd17fc406aac394a16643943299a83c1897ac689a8d13a4db4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 5d74160a67fc5e07406118f185454cf85456f66f8e9a344d3679fb01de2b6870
MD5 2f9c38f8556116cf39ad20b693faee6d
BLAKE2b-256 a688250087245ba601ce82c5396fb9b6dc2002f6a4eb10a9d66f1f8d2ab2ba7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: appwindows-1.3.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 24cbe1669ec74b6c876f2b319ccb322cfe8c5458943aef99bdfe14b8546babe6
MD5 272791083cefd3b10a87383c8499698e
BLAKE2b-256 8a5c1416ea9aa6a305b00a6aefe51bef96964ce5198d0dcb6699da1d3790a1f1

See more details on using hashes here.

File details

Details for the file appwindows-1.3.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for appwindows-1.3.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e0c79d64c05dc7a54cc5cafc3f4c3e79b519636a9440c47f8d96a656ef549d2
MD5 1a5f01724a46591cfe87bc58a08e548e
BLAKE2b-256 6fb12f84408cf00ec7e79dfde063ee79ae2eb818852244fbe0b94590c9368273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b2e92ae019fdb96532345b96718ce16c382892e1b96431a9f311ffe0bd365a6f
MD5 63754f38cd3b31010e98f3df82bc6cd5
BLAKE2b-256 9fc6747b7d377cbbb4c219b1551893efe098eb66576614e9561bb2421d5b3e9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for appwindows-1.3.2-cp38-cp38-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 9983813652a9acee0ca0a83faf4609edba40d506976c89833d46d2d6f7a0b8ed
MD5 380b46302904f25bb054402e0f89f334
BLAKE2b-256 fd02451e0e5b01c87527159ecce71021333393c213a8f056a19bd2b67244fdd4

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