Skip to main content

Python Game Development

Project description

pygame

DocsStatus PyPiVersion PyPiLicense Python3 GithubCommits BlackFormatBadge

English 简体中文 Français فارسی Español

Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task.

This distribution is called ‘pygame - Community Edition’ (‘pygame-ce’ for short).

It is a fork of the upstream pygame project by its former core developers, and was created after impossible challenges prevented them from continuing development upstream. The new distribution aims to offer more frequent releases, continuous bugfixes and enhancements, and a more democratic governance model.

New contributors are welcome!

Installation

pip install pygame-ce

Help

If you are just getting started with pygame, you should be able to get started fairly quickly. Pygame comes with many tutorials and introductions. There is also full reference documentation for the entire library. Browse the documentation on the docs page. You can also browse the documentation locally by running python -m pygame.docs in your terminal. If the docs aren’t found locally, it’ll launch the online website instead.

The online documentation stays up to date with the development version of pygame on github. This may be a bit newer than the version of pygame you are using. To upgrade to the latest full release, run pip install pygame-ce --upgrade in your terminal.

Best of all, the examples directory has many playable small programs which can get you started playing with the code right away.

Building From Source

If you want to use features that are currently in development, or you want to contribute to pygame-ce, you will need to build pygame-ce locally from its source code, rather than pip installing it.

Installing from source is fairly automated. The most work will involve compiling and installing all the pygame dependencies. Once that is done, run the setup.py script which will attempt to auto-configure, build, and install pygame.

Much more information about installing and compiling is available on the Compilation wiki page.

Credits

Thanks to everyone who has helped contribute to this library. Special thanks are also in order.

  • Marcus Von Appen: many changes, and fixes, 1.7.1+ freebsd maintainer

  • Lenard Lindstrom: the 1.8+ windows maintainer, many changes, and fixes

  • Brian Fisher for svn auto builder, bug tracker and many contributions

  • Rene Dudfield: many changes, and fixes, 1.7+ release manager/maintainer

  • Phil Hassey for his work on the pygame.org website

  • DR0ID for his work on the sprite module

  • Richard Goedeken for his smoothscale function

  • Ulf Ekström for his pixel perfect collision detection code

  • Pete Shinners: original author

  • David Clark for filling the right-hand-man position

  • Ed Boraas and Francis Irving: Debian packages

  • Maxim Sobolev: FreeBSD packaging

  • Bob Ippolito: macOS and OS X porting (much work!)

  • Jan Ekhol, Ray Kelm, and Peter Nicolai: putting up with early design ideas

  • Nat Pryce for starting our unit tests

  • Dan Richter for documentation work

  • TheCorruptor for his incredible logos and graphics

  • Nicholas Dudfield: many test improvements

  • Alex Folkner for pygame-ctypes

Thanks to those sending in patches and fixes: Niki Spahiev, Gordon Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman, Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier, James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya, Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber, Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan, Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine, Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske, Cambell Barton.

And our bug hunters above and beyond: Angus, Guillaume Proux, Frank Raiser, Austin Henry, Kaweh Kazemi, Arturo Aldama, Mike Mulcheck, Michael Benfield, David Lau

There’s many more folks out there who’ve submitted helpful ideas, kept this project going, and basically made our life easier. Thanks!

Many thank you’s for people making documentation comments, and adding to the pygame documentation and the pygame-ce documentation.

Also many thanks for people creating games and putting them on the pygame.org website for others to learn from and enjoy.

Lots of thanks to James Paige for hosting the pygame bugzilla.

Also a big thanks to Roger Dingledine and the crew at SEUL.ORG for our excellent hosting.

Dependencies

Pygame is obviously strongly dependent on SDL and Python. It also links to and embeds several other smaller libraries. The font module relies on SDL_ttf, which is dependent on freetype. The mixer (and mixer.music) modules depend on SDL_mixer. The image module depends on SDL_image. Transform.rotozoom has an embedded version of SDL_rotozoom, and gfxdraw has an embedded version of SDL_gfx. Dependency versions:

CPython

>= 3.8 (Or use PyPy3)

SDL

>= 2.0.10

SDL_mixer

>= 2.0.4

SDL_image

>= 2.0.4

SDL_ttf

>= 2.0.15

How to Contribute

First of all, thank you for considering contributing to pygame-ce! It’s people like you that make pygame-ce a great library. Please follow these steps to get started:

  1. Read the Contribution Guidelines and the Many Ways to Contribute wiki pages.

  2. Read the documentataion on Opening A Pull Request and Opening a Great Pull Request.

  3. Read how to label and link reported issues.

  4. Check the issue tracker for open issues that interest you or open a new issue to start a discussion about your idea.

There are many more resources throughout the wiki pages that can help you get started.

If you have any questions, please feel free to ask in the Pygame Community Discord Server or open an issue.

License

License Identifier: LGPL-2.1-or-later

This library is distributed under GNU LGPL version 2.1, which can be found in the file docs/LGPL.txt. We reserve the right to place future versions of this library under a different license.

This basically means you can use pygame in any project you want, but if you make any changes or additions to pygame itself, those must be released with a compatible license (preferably submitted back to the pygame-ce project). Closed source and commercial games are fine.

The programs in the examples subdirectory are in the public domain.

See docs/licenses for licenses of dependencies.

Download files

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

Source Distribution

pygame_ce-2.5.1.dev2.tar.gz (6.9 MB view details)

Uploaded Source

Built Distributions

pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-win_amd64.whl (11.9 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (13.6 MB view details)

Uploaded PyPy macOS 10.15+ x86-64

pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-win_amd64.whl (11.9 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (13.6 MB view details)

Uploaded PyPy macOS 10.15+ x86-64

pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-win_amd64.whl (11.9 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-macosx_10_11_x86_64.whl (13.6 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.5.1.dev2-cp313-cp313-win_amd64.whl (11.9 MB view details)

Uploaded CPython 3.13 Windows x86-64

pygame_ce-2.5.1.dev2-cp313-cp313-win32.whl (11.4 MB view details)

Uploaded CPython 3.13 Windows x86

pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (13.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.1.dev2-cp313-cp313-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-cp313-cp313-macosx_10_13_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pygame_ce-2.5.1.dev2-cp312-cp312-win_amd64.whl (11.9 MB view details)

Uploaded CPython 3.12 Windows x86-64

pygame_ce-2.5.1.dev2-cp312-cp312-win32.whl (11.4 MB view details)

Uploaded CPython 3.12 Windows x86

pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (13.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.1.dev2-cp312-cp312-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-cp312-cp312-macosx_10_11_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.12 macOS 10.11+ x86-64

pygame_ce-2.5.1.dev2-cp311-cp311-win_amd64.whl (11.9 MB view details)

Uploaded CPython 3.11 Windows x86-64

pygame_ce-2.5.1.dev2-cp311-cp311-win32.whl (11.4 MB view details)

Uploaded CPython 3.11 Windows x86

pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (13.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.1.dev2-cp311-cp311-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-cp311-cp311-macosx_10_11_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.11 macOS 10.11+ x86-64

pygame_ce-2.5.1.dev2-cp310-cp310-win_amd64.whl (11.9 MB view details)

Uploaded CPython 3.10 Windows x86-64

pygame_ce-2.5.1.dev2-cp310-cp310-win32.whl (11.4 MB view details)

Uploaded CPython 3.10 Windows x86

pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (13.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.1.dev2-cp310-cp310-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-cp310-cp310-macosx_10_11_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.10 macOS 10.11+ x86-64

pygame_ce-2.5.1.dev2-cp39-cp39-win_amd64.whl (11.9 MB view details)

Uploaded CPython 3.9 Windows x86-64

pygame_ce-2.5.1.dev2-cp39-cp39-win32.whl (11.4 MB view details)

Uploaded CPython 3.9 Windows x86

pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (13.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.1.dev2-cp39-cp39-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-cp39-cp39-macosx_10_11_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.9 macOS 10.11+ x86-64

pygame_ce-2.5.1.dev2-cp38-cp38-win_amd64.whl (11.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

pygame_ce-2.5.1.dev2-cp38-cp38-win32.whl (11.4 MB view details)

Uploaded CPython 3.8 Windows x86

pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (13.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.1.dev2-cp38-cp38-macosx_11_0_arm64.whl (12.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pygame_ce-2.5.1.dev2-cp38-cp38-macosx_10_11_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.8 macOS 10.11+ x86-64

File details

Details for the file pygame_ce-2.5.1.dev2.tar.gz.

File metadata

  • Download URL: pygame_ce-2.5.1.dev2.tar.gz
  • Upload date:
  • Size: 6.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pygame_ce-2.5.1.dev2.tar.gz
Algorithm Hash digest
SHA256 f9a74c82e63509c7180708b83b4b9c8df36857b02c1e71f89f91bbc46e4460ef
MD5 b30c8589b695aeebc3b8e12691128334
BLAKE2b-256 df1b404124f83ea34793767d386e559155d2d8e1e25dedc5b6fdad88b00e1df0

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 40a1850517d07fdff40b0c15e73e541983799ac99dbe540b01187ec80b2065ab
MD5 337e802641c474aa8c2ae4336aadce8d
BLAKE2b-256 22a540e486d6321bb88d291de54d01dc42802d8cafbb3bb75deb3b4c88464a29

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d9ea2df48e9c40e2498a3252aefbe62f04725b8dbc53bc3529266764feb4d7c
MD5 b975af6e1ca617107579d23dcdc9bc2b
BLAKE2b-256 d8dc13b8026940a382f65da6c0277305e19eee96bde32c45999251ad040ebb55

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22b33ce81d2c3a41fb63cad248e2a114c1bbc7cce2766ec2079a8fd6e25c6e59
MD5 e0aa7750d0ee1afdca98abb757de5ac5
BLAKE2b-256 8d900789173ea07f13d3a41ec66b00a5522969a3b0ae1547224ad6ebcdef957e

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32f228aa239c927a4fb4ab6e8da8953e24a02e9d7b26e8df71b923d0c01ebe7d
MD5 9ddd5ef0f65dd941d69ebce52d909cab
BLAKE2b-256 683b03e3870ff3c55a187771289efcdb8f4efc14c29251462cbb0aeba9db597b

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00da4ee38aeba9384dd89ded9cee8dd428031f12edd92948ee51c5869b4036a2
MD5 03b9b94d697c54c752608a8d0dee84f8
BLAKE2b-256 845cf6ddc3eca74740b23ae735a0d8bd67fcd002e3933292cfb1afa5be0d54de

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2bd688e7895a1afeb1902f46369d46d09964987c96cec725517abc186017c1ff
MD5 4667ab04fa008799510cd6cf657f5e53
BLAKE2b-256 3303f6ac838ca362d1f85631b78b942016cf0c9000c777b8e327902c0d188c43

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ec55398a5bbc01e2848ecbdf78bf4e7f35ad3e67ef1b862a8044419c1e2070f4
MD5 a16c0b9db9947e81cc6118e5e7b99714
BLAKE2b-256 33cfda7842c868576e78d4aa5b2c9c0b61923303bae13d4379b07d75c73701d8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d52f9db4774dce190dda0ebbf1ff7043f6441268c7c89c8c9f53927640fb6565
MD5 250bc658f03f792b4b5a297269c26ef4
BLAKE2b-256 c469c0bcd15f6c24e934b430afb176bd6b5cc46a39ec91917c7835f7099dbf58

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e48b77ebddb6f360d6ea98a211f6ca6ee42832a25ec21170e6cb02f40cc7bba9
MD5 8937d1179ba8cd2a83092168d85c694b
BLAKE2b-256 c4b906438bc5a0c93755a674d355d64d93438f216bb4c44c3092da9a14c2a78d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73e3eda3ee62c29d8fbf0292543f1912b699b612a3a79e67a61c574a683ec9e5
MD5 37d8dfd29c43ae086ddae38593689069
BLAKE2b-256 d76b6e8a8463a5e1040dbfc5b5cf8225f2e57eb2617232977afc6c8fbbade8b9

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e09259867b41c7bfd65b67e8bff98c0006ac8d43a7974635ea0872f45897bd0
MD5 132d9a54f18e6510b0c715d784e995cd
BLAKE2b-256 f2ee9988386245b14eb7cac99a2110262430655d49b86194304b731d533c009a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d8393cdfa996b04a9cbcd61feb288bd2feeeae9f8ae787aa32f6a37f9b60dc07
MD5 a0bc0c91f7cba5c6481ca796b1da0083
BLAKE2b-256 0e7924c297db90b0d4649bc0516edb1a099eeb08d17e4fba480592967ab0ad88

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 825b1640bed2335c76c781a5613b8e7e09ac9007fe154a5f77d4df6be335204d
MD5 e4b6a0403dfa29828f677300f13e27da
BLAKE2b-256 624060802bba777af37d8f9d7d4c9680ddf35e7d55b4c79714850529290cd867

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ceeebc90fa05051162d6e7cdd52ab25d9d0da864f1b3a538632e20abfa4a6020
MD5 e66789e1860ad7f36238e657ad8cf845
BLAKE2b-256 1521063269b60d161c76a1787caeac80f1ced3911b3938f0c6e7cb2a49cbf67c

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c3c02d254fec43a129d1c051ccfa59f97347036e37cc81954592e477f99401a
MD5 09483031141e2600fa9bcdfa9a97232b
BLAKE2b-256 30f86bdc4688d3ea45a51b6679609ef44f9745335540e61b00d30bbd39908102

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54882fcea97d21af099eae0246885153d1e95c632b5b09c7ce707813f3874c75
MD5 4b9614226124a20119a631bc6a817634
BLAKE2b-256 5b65423b91ce28f6603e956f3079e483b3f4e76478fe597f11b795c60f0d3111

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f54039435f2e787ec37df8b219cad03f9836e96c693884ab479cd475ffe1eae8
MD5 52ecad80fda6726ca4ff908cb456d74d
BLAKE2b-256 350fe052acebfc93811a8efa354d34d42130808b6862d75887e56f8f0a66d755

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-pp38-pypy38_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 b1d894baec269fd99e05ea58518c8ff82e1d4f84e01afbe3f71988a1217d256f
MD5 291ee288a4bac88c8649857dcc855c85
BLAKE2b-256 a168c336559618d1c1bc3bda2acf3170ddefc6a3109030f292529406bd72e2e2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 66e38976d4b2b06af4d2d6f7cc16158c67bc0d8e6a9a31bec86cad818e0d5fde
MD5 4089bec6d101129a947638c8898bcb9e
BLAKE2b-256 730b24dd0ac797fe63d3253a1a085e277d07de77f18300b50f3d5ee9f1e14d86

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8c77c90d1dd3cf5ba6bcddd764e518dc01cff734be827ffb13e60eb301d0d6b6
MD5 b0e2e93f4000807812b2612b4de17c78
BLAKE2b-256 a5e3804761c0cc17e766cd069074866617ffad8586e83a6e1be06a02cb0c3027

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b70ea89d7c3cde17d2954526b602d1a54ef2c8c41d305107b94dbb49947cee1c
MD5 9d75d13065ecb02312ba90bff597d023
BLAKE2b-256 29273062149f066267bbd444eef177d577bf64cbc3db3d0f071041e95f2e63a3

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0430c3b413d509cf4e80c2508df299d004bb34f6261449aceba2833684ee8a58
MD5 df1fbd86c645bcf692891b91c82f0557
BLAKE2b-256 b9e3b9a8baa234e31a89726610726c5d47bd7998dd5ff1a04eb63801d15d7223

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4aeeedbd73dfbcb95001cb0a469378ebe1c62bbb29cc7f3a2e1741f256420f15
MD5 44a6d275b2fe0a593f8a34b41e848f48
BLAKE2b-256 2d8bf88573d0755c819ba4bc55aa817726ca364737e877921be3bb18a87ce3a7

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18322378b6afa80d4c6da9cbb18777dbef54ab2c71eb85a0044e55a5b094c9b8
MD5 bb591dc881bf4f27fbc70e12fa0590ad
BLAKE2b-256 97853ee519cbbbd8acdd5ed2ee518536daa2a68a90c49a14a58f8b2a194a40bf

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bc9be9f33285680ca158fd31f0e61e2a25bc677ebc88610490532028f6260af8
MD5 d51c5814ae20b04f1a430750ddc623fd
BLAKE2b-256 9e71986da61dc4b6c7f9ae4fa0e55a206ed1fe8df1e6b449a6934ee2de66214d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f2950d33b72b6ebdc8f27293b2ebdbe16d2af9c2c6cd127541e9a6ca048a6605
MD5 1e89acc17b2b7dd96a17b22172bef6fb
BLAKE2b-256 6afd2020f79b57dbb965d25a3833096d68e88f730512bd85493c848cc6a5b0a2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 208877400a9449e668c97ace5a1f350753a78f9e7d9c4b4465b2a02c8936bd58
MD5 de65b63e955b5024bef2e88d5b5de177
BLAKE2b-256 be89ad9e595b5968166cf779e21c917235af2fdb912485aab0d0e58a62bfc7ee

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c72833b9a25d2c5d956ae0ad3a404130ee549972ad73834f3893df6ea76d906a
MD5 f372ce5258401177c034ae311b53581d
BLAKE2b-256 805a8a5555c837e2f9449f9a169dd06b17eac85fdc8016e65342370ef7cee570

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c94f3f1dd8d45ea02bb6abf50796dbbf4a24fea05ba1c2b0646c33642a7c539
MD5 6cc1a66af9eef242d9b7072beac903e6
BLAKE2b-256 97996e0a37237a469381419a00d9b70a19680221659191a40a1fe37be3f999fd

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ac015221be186e21ae5bdc1f53e77ed10c761fa72194d2778e2db8a5bfe3774
MD5 13ac292ac08c4f6c0a274b6a56b0894d
BLAKE2b-256 29cacb46494104afc4d5636c136989a238c8b015a4bf317eab305ed7867e407a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08ccbb2134bc0804b6ccff97b32b1a9075b905d6dbddf42187e80992175d1d48
MD5 afedbd5d5aac331f42f22efb5cd5413e
BLAKE2b-256 03f1b9621145ca4417ab6ed7ee6887bda67e5dea26732180ddbd1758aabab1a8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp312-cp312-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp312-cp312-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 ff3fc2b8ebd909667efd6272beaa4045464f37a2b962e9056fb0619490d778e1
MD5 be51dc650103270a792e58749413b65c
BLAKE2b-256 593d2752a42ee248e8886fee3f5206f416b2859a3211a554818b6a5b871479e2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 65c925a43e43817d98f2ffa3e26bf2b8be75c45cf1d8171a75fd3002768692cb
MD5 b7364c783e9c9df8fd5b4782af456181
BLAKE2b-256 974bd499e9d00e5b0becfbafc1b2cf52597fd5319b46ab88bd4e108d13860623

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ac5426a95ecae806a13989ca6bfcd947a2af2d4fbaafb194eb4099cfca5a8c77
MD5 367822e58dd9b26aa591f42bf9aa0dbb
BLAKE2b-256 37af5aa876307bd40f052e71f15fc0e7a47904aa5b82f2fe970e5fb16bc9a4ac

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49fdc0d64c20e4e4c726ac91d1ae820c7f3acc7961495111d6c193ea4247c0d5
MD5 dc977da4888b158e42630a5ac52c553c
BLAKE2b-256 ff9d6251b7122cc8770d51be9d7994581f2d4e66f47f8bb76088e8316c0dfca1

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 73d42cd8209b6f9316db6f94217db45951c11b8a45b46322d392e1cca2723548
MD5 5ecb3f93003f054383f0c0c9841c6e59
BLAKE2b-256 35ab740d862a24c75316bbc30ea5b14960a027949f0235f61f7b937f12d42c49

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4a74837616474d2da3c73d1b5e6808eb65a9f86dde9befa5d9cec0418c8c7d1
MD5 1ca772db2941014d0cdc80bd52306a94
BLAKE2b-256 e65bfa80136d5f75acc29d9813d98c5483f06e895ee16099093f8bf9a1bbb467

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cff82e01860390c6b170052322886f7fee71f26fb95b34fb1aa31b0e9edcd612
MD5 e6706e07f7d95bc653daef810ca19c88
BLAKE2b-256 97eb28727557383cd23004a84333c9e379314da6bd0cb02edcda14b604bab37a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp311-cp311-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp311-cp311-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 2feeec830a2f07d6ac9b5b380c6640022122a80d766a47ed50e6a101dd41095e
MD5 54d47167e0469ecbe93cf9712ef3f455
BLAKE2b-256 26cea548b35ab6fd1f8d4d272faeb6bc4f40747d5ee9c9abe3e733a9d3dc7a0a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ddda055f3b56993acfc5a9fed99633988780abf8a13016db5bab2c2556c88cf8
MD5 4f34afa3428d5bc3e5414cd960c31fb1
BLAKE2b-256 84b0b2ef385bd03e88e4b3b79e4e3d364960c0a1a00d2cf7e2aeb1e3622a6d14

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 57353d21ed4e8528127660bb5492065bce84f7e3d2ba4b7f6ca5ba2fc6c0bc39
MD5 276e8cb75fa0152eb79e6621f0b3be17
BLAKE2b-256 ec127f0d232ea389dd644e80bf59b6c90588a3757a36bfac2d6bea530e164066

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0cf1c2a6ba175cc2b60b92b9c72ecec624dff1e135aebcbd56d871a38421ed7
MD5 6a0db0bc501456e77508fc61ce9fc1cb
BLAKE2b-256 ec0a5ab3547aaf5e2dfae16d29680690d834dcb4e18df2311ea65e3f50f7bc5d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 924200555f879d7a044c794670c557c35098edae2977b230f710607082247401
MD5 ad3356f5b4a0e417132d062609e14370
BLAKE2b-256 12c94d9c08fbfce53793cb6a4980a9781d7dd4a495972ec4cb0b3889827b61b6

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6292098daf4853e88d47fb3f1d85e555ee7adf6d705389b6e4fc6cfefee0f51
MD5 9e243805833127ffb6fbf03d7dd351fb
BLAKE2b-256 9d1a83df02ecb934b38f5d10962ce6707d6a3baa5b832e118af4a5d2513c009a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4df4b0284108dc62d9569bdd1a1b072999e0f98ced52130c86e5f330d692780c
MD5 1a761fda900f60763d38bb962c9578e8
BLAKE2b-256 a350e1cf25d5a7efdd95f8d8cd2d321df8ab65a1f601ebf1ccb36b672d0de1c2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp310-cp310-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp310-cp310-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 4231de5cff2cedf2d49e033bae0d9bf3c6f1e0b8f059b3478edf70554d9ac827
MD5 b3474fb249e91462b11092aa6e32c339
BLAKE2b-256 c0b442b6618a2f77970d5fea8c1b5c85fee5eba642c11df28e07ed38b9b47237

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f21dbef46629abf6c5a5f61a6087a580bca5bab3fa6085d397c7127760843a0e
MD5 218f03339fcb79affe38ecafa244ed29
BLAKE2b-256 68f6df662e83c423baa0069a30198d34f70771c1ca4fd387b6f8395562bf8c4b

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f454844336c84f48c176fb5ae042764456887a35ff116bc52af18dd0c1b6b28d
MD5 64db063e0f0a6ea3fb04b81f5f2515e1
BLAKE2b-256 e68a1dcafce4495e097e34c3f8cbd4a7a880fc2de0a66db5a80ceb3e4e4cca84

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d182654b3a202dc5bdc1ebd589e1b47babd3569a074352523a7bcf279331048
MD5 efcb375b310a5f5b8960bdaee8a56212
BLAKE2b-256 7760e2ace07bc47aa316af572f780765c0608c4219cf0d57fe81802546f60816

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 572a04abe6c59f32eb40af1b0b2dea077f0df61cf2bb619be2963e1258ec06ef
MD5 036ab184393977e9796591550c2fae6f
BLAKE2b-256 48332590ec24ea2b2c072ff466f8de338e11de8c0c7e521ba9c3f903811cf62a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1d9de4060eb5d79a9a1890bfd82b7f3976c4d86bf8ab81bb245464bcc3d967d
MD5 ec5b65e916289e238ef8352ebce60fa5
BLAKE2b-256 637b4a941b454c56fcf0cc74679e42dca040c9cbd8dd9a9bfe98cc7ef5b877a8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77b1b76f763815ba24a116190ddf8e74d16d2638b00ecc5f0e8ad3a8ffc461b5
MD5 a61751fa3e4547ba4cd46ce9d7d7fe2b
BLAKE2b-256 b2663ac324d48d1b0f1ce5c35b6495ecdeb897d74e8312ccbbe94de55f89692b

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp39-cp39-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp39-cp39-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 718a404ad9216ee2abe54ab0421bab7e1175178c9eefd52ab375c5e97b281e5a
MD5 bdff2eb88d785191f7b303f5c808a5cf
BLAKE2b-256 f54539e8b748b507c697117a2db643df9471cf49d6fdd194f519dd936db6d97c

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0ac294528b56ac18d36d43ac6fd40d83c0fd6984ad3a9debc166e77e6ab4c4fd
MD5 a9c2c188dc3079885bdd0215425b5b02
BLAKE2b-256 d79a8f831fa69ad0bdf7ee5656185b217491bed15fa463f54ff58d048bace22f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4bfc3b5757286bafec0cc5c17dfaded8d2c4aa99ce9e1049e43d7aee7f648cba
MD5 0f834644235050fa23d61ee293712abb
BLAKE2b-256 f55b26a3b9d8b9abdab84c7476188039b928c47f9fd9990900420bd45df86b9f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 841900c0a8ed5a36d12e5ba3c06cb541cf0333dca3234f2a973c08383309c41d
MD5 c6024e528371bcfbd4b78ad2ba2dbc45
BLAKE2b-256 8f768df4c94a9ce41f32cd140ea2224a1df682928150755fc01f1d45200f8ab1

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af326db54ca653b8dbd8311b1b0ce87a9f0c6df6648949eabc4022e59c8722b7
MD5 9753210a6753f15eb1668eea940129a8
BLAKE2b-256 41f27eb2e1220d33ed5c3b930b29afa78d0935f51e8ee2906024547f1444d391

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 261db4cd1ae4dbd694116f69808f7035b8c10c87322cf24166165d225f5245fb
MD5 670dbc36496ef225f702c32d2436e13c
BLAKE2b-256 f65ca5593f44699b5feba464e91e6047b60cd9cffd1e6645cc96f47b277fd0e4

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77c2de7ab5e43eb418e66338b4eba298c8279f1319efe9fcc7e338f279d93e1c
MD5 b92f5c01582f3d9e1f974e6b8cac1076
BLAKE2b-256 6f0664dc49469c1875528af1d96260dd26f657c9b7ca2e34fdb2c8251d5abe68

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.1.dev2-cp38-cp38-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.1.dev2-cp38-cp38-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 5ab0f0e6ea72244597952ddea5195f7e655b1bb43b541443183dbfbc760a4f43
MD5 90dd81971507863208f5f68574e06b0a
BLAKE2b-256 fe2de9b4b6716cbd31c868fd5dfdf8472b0604e9d11899eb2625f231301f6ff2

See more details on using hashes here.

Supported by

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