Skip to main content

Python Game Development

Project description

pygame

DocsStatus PyPiVersion PyPiLicense Python3 GithubCommits BlackFormatBadge

English 简体中文 繁體中文 Français فارسی Español 日本語 Italiano

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.2.tar.gz (7.0 MB view details)

Uploaded Source

Built Distributions

pygame_ce-2.5.2-pp310-pypy310_pp73-win_amd64.whl (11.6 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy macOS 11.0+ ARM64

pygame_ce-2.5.2-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.2-pp39-pypy39_pp73-win_amd64.whl (11.6 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy macOS 11.0+ ARM64

pygame_ce-2.5.2-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.2-pp38-pypy38_pp73-win_amd64.whl (11.6 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy macOS 11.0+ ARM64

pygame_ce-2.5.2-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.2-cp313-cp313-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.13 Windows x86-64

pygame_ce-2.5.2-cp313-cp313-win32.whl (11.2 MB view details)

Uploaded CPython 3.13 Windows x86

pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13 macOS 11.0+ ARM64

pygame_ce-2.5.2-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.2-cp312-cp312-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.12 Windows x86-64

pygame_ce-2.5.2-cp312-cp312-win32.whl (11.2 MB view details)

Uploaded CPython 3.12 Windows x86

pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (14.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

pygame_ce-2.5.2-cp312-cp312-macosx_10_13_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pygame_ce-2.5.2-cp311-cp311-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

pygame_ce-2.5.2-cp311-cp311-win32.whl (11.2 MB view details)

Uploaded CPython 3.11 Windows x86

pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

pygame_ce-2.5.2-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.2-cp310-cp310-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

pygame_ce-2.5.2-cp310-cp310-win32.whl (11.2 MB view details)

Uploaded CPython 3.10 Windows x86

pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

pygame_ce-2.5.2-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.2-cp39-cp39-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

pygame_ce-2.5.2-cp39-cp39-win32.whl (11.2 MB view details)

Uploaded CPython 3.9 Windows x86

pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

pygame_ce-2.5.2-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.2-cp38-cp38-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

pygame_ce-2.5.2-cp38-cp38-win32.whl (11.2 MB view details)

Uploaded CPython 3.8 Windows x86

pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

pygame_ce-2.5.2-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.2.tar.gz.

File metadata

  • Download URL: pygame_ce-2.5.2.tar.gz
  • Upload date:
  • Size: 7.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2.tar.gz
Algorithm Hash digest
SHA256 4c6729df05d013bb8f1ab50165506f1649077cc632d16167d5c493c69673cad9
MD5 acaa45b333b8ed2737d5d7d1467fae36
BLAKE2b-256 72771dbadd1ad699622143df5b157d31cdc6bf28060bc0c1dea4ce70620d10ce

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 33d12ccdf0cf6267206940edd19c9cbc540356c02dbb418393cdf1287306a1cd
MD5 aa2d051f648532c36064ae0d66e62a20
BLAKE2b-256 266eeaa6c73243aa3e71f6f616f04d20685c148d34a13aaf1e3f877358bc47f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18287dce6b56681b31f7ac4287a39c8b47c5ffea5f7c9b056781da268497fa61
MD5 5022e24981f99ce1f218bad8eae15e74
BLAKE2b-256 e558c1529ee72921991b30b958ba84f055d7af4ea9920c0fdc9f613520dd3a94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aa92c6cea0581ff1b15900c445a7c514f99c748e564c6b2de9d55ba697b58867
MD5 fe9f1c2036c18daa32ba8af90456bc42
BLAKE2b-256 e30e00f9a68d41aa78dff7d505d7acb8d0f4fea1e9ad5dba197db4dbc295f113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ad453b2a93004c169a5ca5990132a49626c2cd40fb61c5e268e46f7f3c32eb1
MD5 026b55528a87a59fc4f388f481799416
BLAKE2b-256 b4b7b67492f7af3fd10903cc57bec825b0579302780ff39962556bab4274a180

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6d393f5ab0b0a1a1706c62d19a345fa7de5a49c1a925d78b72b7ba00ff79122
MD5 d9853e0b72442bfda22ec906ae04a307
BLAKE2b-256 6aca49856d7c1d392bcb7f97369c1b1ea5b97506cf994a8ea979552c2fd156da

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3cbd53611763ac2c18fa0870ec5897e2532866b05f5e38835eb5d54676c21a9a
MD5 b0b8ce578dbe0e29c62c4058ad157bf2
BLAKE2b-256 bb331c8e95bd496bbb2f8f73b5ba115fbf86d64bc1b5f3697eed58ddce6e8cd5

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7a132f48403d2622ebd9d6365d75b3f756b436db0887b62c2c524f79fc0cc749
MD5 d4f58b72b81d195c424e1db65cafebca
BLAKE2b-256 957634f524d96c573ca27d89752a20d9519d6da2972e83288792d65ad1f66f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efd40a2fa86c48f3fd63f5a37c809d063c39b449872beb9b36a818be6d1d1a6c
MD5 3c8301ea592808ef36de4c77f12c907b
BLAKE2b-256 ef29dc52cda610ef98e9147674945f69d3c536ec201b5309e05772e12bab0ede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ca802987b9b4471dbe7319241a92a95f77701d31147924f7601cf1b0aec48374
MD5 4a16c85f8142cc212d0d82876928171c
BLAKE2b-256 a33f469b2e5a589124ea329d315050d4b88e84f04e29412ca083f1c57a192e3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea3d4e74835554bba08ea44ac14b707e02574327e3e6d71b8ac176f6234cd952
MD5 fc944d75c35a86b6c4cb94aa17bf0d54
BLAKE2b-256 e5514d34b34604db5d8b16f178c704e96ac4494400c4284f13ed402e38f2b08a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c05036b5a02e9ea714ec0ae24c6d0f70e5ba067459b4cd9508d97de22204db1
MD5 af634a210d79b858d61f4f6d93a1a307
BLAKE2b-256 ba852665af31b6a0d8e5c13eaeefb37f12eb66823d14bd9357a5afd0dc4901ee

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 59a0eb48fd526a5b5e2d52fa180a3928495cbf8248752b0921e3d8d65b17ccaf
MD5 329a51d9052a9772136a358d7b3c3561
BLAKE2b-256 5d5d8e45634167fefbccce47106633729b6780fa9dc1a8c6474aaa3e9b32554e

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a12d3242098f87a2f7ad591ac93e4f82bdd6039648af28fecdf9d32d137e4e9f
MD5 277b0866963bca5382f98fa7f1a554a3
BLAKE2b-256 c90bc36635a0f3a95b30882bf62d48d4b53cac128a5980ee24da94784600a6b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5050b33bfdb488d129c94d18528846c1f7ffc5fa8f08ddcd47f43e77c71f4ae
MD5 19f214f0d9c74f84560d2dc32644d61b
BLAKE2b-256 d68222b9775fe34a5907796bddaed4519ec605d7c03d08f13a6359f77c2c1548

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a222e093bddc471254d898d84ce88a085e7bb761c5b194f28b0a0c13bb6bd206
MD5 27a5866ebb4144e3486c7a5dceda362a
BLAKE2b-256 55575a6d8d68b684f6140cf452baddd7006eb105927e19430266703c56d98471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a35199885030c8d41b74611d06fe16bf1f43342c3c155bab2898b507936ea8ec
MD5 fc677919176ddb2ed06531f821391bb0
BLAKE2b-256 96edd6fd539d3e6eab0f50154e8c8c86f26b6790bbe62d9a5218764938ec93fc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d70d0ca13a939cf063f9c11e6f18a07ee6a0a5197a93b9da1b2895afb134bca9
MD5 302977b52fb604c94188a1b3d5ac0971
BLAKE2b-256 cc0caa365dad7645e731993f91548113af64fbf031397d348aa60f2ec1589de7

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-pp38-pypy38_pp73-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-pp38-pypy38_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 b6d446927ff3e77306dee1325ff3d177d28a0069a8f1ceb396b1d5fe140fd85a
MD5 f77d39d583496b2f6bb9185529609215
BLAKE2b-256 e0491e5252b8d930e513eafaadcd1fa526155a88d9ef422bcaa089919c099b19

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bc503d5a710663d51b5c1405492bd29770e53fc69451747b0b9bb4f3a21161ff
MD5 f2494cefd24ae243cc8efe9de49931a3
BLAKE2b-256 6a02b6a556598d655866b3c2ad617c842e73b641079d926a566a43882454a5f4

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b4b21c676288afbf64cfefaa729d67de5500115e6c5e1d2aa251bcfc06dce725
MD5 02c33fbb43cef8ff6409606104efab06
BLAKE2b-256 68e3e52e03ca137441fc6165264c162caf34393fb3e2eb2e5c5fadac31f12bdc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da60f03332984c14561f5773dea0ce06a8ca2a132922870ea2c03097078042f4
MD5 a609fba1f75931db5709de6c9d1f955b
BLAKE2b-256 5f6ab423c9ad086898677cd2bc94f8acfab353bbd528941a9596a427a284a6e2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdea50f9904fb5f52957c2216966b3315424ab45a1a89157cd194ede93c95f71
MD5 c657c47efffd0b433f74282cdcc3df0e
BLAKE2b-256 f1cd1f8e3761a5230e63ea364c96c5d83293e5514c28c9985caa210aa7f76283

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f788aefb76bed53623ba33659182bacc5ad1670004b124c0a9285b65acd39da9
MD5 dd043de7046edf3022bf6ef94e589853
BLAKE2b-256 7557481479fa39a19c27cec186f2588fd4a475b4be08415ff001a51ac0a88896

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ee3cec06545e544974e7b75546bf0290db634af3c8a264faa7f18bc1a0ffa77
MD5 d25f832df8abeec8b8120a44cb05e964
BLAKE2b-256 6dac2f41fdcf6bc26df4511ef603a71de4f587d692e1d018257ba243958a3980

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 291d9cd568bcc47254ac1d1366f99800c8e68fcbdf57ccd40841cfd1abdaa037
MD5 3c6ba871d0742389d04311201ac9f18d
BLAKE2b-256 73373f5d35fb884804ac862e1c588a01b3f87db21657094081f8bab48c97f79a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0c1c728e7060eca42cdf1bf8b018055d47b3e18d44cdb7dbe1ef7df768513dde
MD5 2261e93504c719218990e23bbc00be4b
BLAKE2b-256 4a2ca8dafd59fe0c3dd715d3a36ce5f8cbf5b4efced6423c334dae904f4388bc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 abf0acb93f906f464f3e2bccbe61210ce4346a60b2e9bc8d5c1c7a400b28df7f
MD5 f1d8af98fd5df77490c90a3ded3781c1
BLAKE2b-256 8bc0389dde59ec3f87031acd4e5cb314f7218461def3d03148a81fe6f3cb0d78

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e457343c1916c8e9655263d692150edee237b6041ec61758338294d6b3db9e85
MD5 f2061264291cd6580d6f7761c74a50f2
BLAKE2b-256 987f2a34163bb7bcefebc06ae486e429dc20e9e44183ce58fa694bcaa679de62

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba25e1d9be0a0dcf00784732e34f275f94f1c8fe6e37eef91cbd955eb20addfb
MD5 ea9775ed27f781b0ca4d79c35beff68e
BLAKE2b-256 cad183c846e6bbab97156b0c94bd828cbe8d73d301341f79ea1efaafb7874b92

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e97479753f303e481d210f44d2df48d81cb86da5b6becbfca520f674e345b30a
MD5 6ad35a257da0da0d4bcd86dd29c87397
BLAKE2b-256 7f01e75918cee1b02dff0d3ac61c34c77410db1b51df1dafbfd107a902635eda

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fae0032ab06e44ccc94fd835e32df7130d31876e28a067923eccebdf41906c33
MD5 8952aab6df8cbfe72be4b948bac9c4a5
BLAKE2b-256 20c967768aa9557ff8dc0d6b67f71871ef53f048848e7919e9e7e326aecba073

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f69de2c294daba34c95ef11446ee605fd4e6599068810660811fb96e08c7f123
MD5 140281f977fe7fdeefe15519d9d4ea1d
BLAKE2b-256 5ba8c5fe4a422c7d2e589d515af3b2d394b932db400de380329c31ab56be1ef5

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cf4eaefeefde51f06e24b8055ab7e8b5dae8a3ba0f136137b61e1f5880a848df
MD5 9fbc54de41decdf3e998d34efc6048a5
BLAKE2b-256 6fe2a3d1c3707ecaa9dcc2a953855058697b7ba9867db858bd31cad49de086e1

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e802cfd1b9c0c4ebf3b958ea57d9ca2880295473198271cbceab00a79bdc96f8
MD5 ed55801389bb28857251a44d7d66a7c9
BLAKE2b-256 168de41f2b1339422f5c1be3198a61d4e8bb5c17b6be075786d3dd98159a3a74

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfce51fddef01b68853fb8c043e03116d129b4b11decba8568324aaea220fdd9
MD5 69738ca41015f9a0a71b15c9e00c89e1
BLAKE2b-256 f5b505520b506377b638fb8024ab792b0b0ca66d552417576f730c3488316f37

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bcc84939f9ef9d005eff442ac2442e469e3c34c88b57ade3e900ce0a323817f4
MD5 e40f5ca626b366c56c77502bd9b4a009
BLAKE2b-256 87c5f24041575a6706908dd442965eb83182d4e1ffaad3b0ceaced9f7fcfaa50

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 587e03603186daa559d54be1c7afc04391d8bd51ff5796b46bf92867978165d8
MD5 5ae74e2924f15cd3c5b4e27f98ee4a79
BLAKE2b-256 28253a10a3a3f21048f012955db569b08a4870686749fd52446f3a77c3d30c23

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6fea89761e949e8b8bee79ca954bea764e10f384959745517c4e402d594c189
MD5 9bfa39876ee921c399fcd620cd0d5f74
BLAKE2b-256 d5b845ca54e9adf8244eef807112d8998b2b6b38d3d75b52861d1bc55f281cd7

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp311-cp311-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp311-cp311-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 20ea7c6fc886c1108fc9c47716021d4660b319a3a4d109e9d06f3eb27bbfb5de
MD5 854231cfb1dc8802c628736ddbfb67da
BLAKE2b-256 08f4283973911ffc9fa21cde7ee068531d5dbc5b7096ad2ea2f6c2056928dee8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ea2205837c5c3b0156cbb263420520834b735bd90a3e0c377b4ed92791261a1c
MD5 1e12e8405977733ca0905e14e2aba9a5
BLAKE2b-256 403449c10a812952c344d3301393e04773199322278f406a8614f123b3136c3d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 49564c79eaceb8ea229c595e784674aaca0e5811c40a064d1369cc9635f2c006
MD5 628867b4f7e777be989732d8958bb98e
BLAKE2b-256 32d9da48e1b7b7dbf60ccfb3ec301ac7d27e794da3a203ab08dfee7617f98e2d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2ed215d347891cfa23ef381c3894a1347e87bf1a0c9ed82d2e83395861c571a
MD5 d1278675144c1b4f4e3962a26d2b8a50
BLAKE2b-256 7d9599a5327d61de912d9a587fac602d0542b5ed3b322d39d25cdd390561453d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef6035c2675f4913b2ba9a4ca76164c2d3c761d1b0dd50766272f54b570b00ee
MD5 e32ffa433eed2511c522ecd93dfce293
BLAKE2b-256 83185f4f9dd633b3526ffdb01d5fbe22199b9ff5135581b76d6ce9584b5e7cdc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cfabd660cd83593d194f6d34efaf5187ab9697e8f5ece9c0f6a6d37d5b93318
MD5 0e33e0ef15828569ea2fea32fedc13f6
BLAKE2b-256 14bc75af5637ee0e2075665f22e45739b4b6dfc5588251b53c371c0cdd149f08

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19887be5d3923c05cf9efa8ecaee562faffcbd98aaeab7e0f8d7e441b83aa966
MD5 36582d7679f4c24fbeeccabdb8c9606d
BLAKE2b-256 2b2902eef74767c2d949882e77edc0d5aaf34144a829524954966a3400af9513

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp310-cp310-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp310-cp310-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 bf29ca5ebd6698b4e5ee4083b8afe845a2ff40418e3b2ba1a8010643135af593
MD5 f915dd52b80e1e402f96ff68ec75a96a
BLAKE2b-256 b7b62523b75c93ec2206589eb95ae62bbd1d96965e856cd58f2c916a0f57339e

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.5.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ff43ab25f8956adcaf6e17163e791fb04f31d60618b95ae279e61d1ecd0ff1a4
MD5 b7814e738ac6b436faaa829dfb86dfa0
BLAKE2b-256 7f76615345104103a6433b9bfa88141abc293de6757a57ba5001cfb5d2a9c105

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 112a297ed53ba7a5460ffb692ce004dec0fe7ca8d67f3fee7ccb44ea46dda556
MD5 0133a18eab0c536071e96279d49c94ac
BLAKE2b-256 34d7a722a7efd2e67ff66157e306b0f9de4ac8eb465af948ffb5f774c462f435

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e8318bed014ee08c4661ab1dc2c5c95bf5ac51ea10c4db2bba8b6780283cb0a
MD5 8067c453856d172e2b6215413efc28f9
BLAKE2b-256 62ee3163a95fdfe30c1e93b200688213f961578331236dd34e40efec13e26674

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 42228780fd4a9a04309b4f748766efc4b81a1e17a31983bb2a73d9cb9dff30e5
MD5 b1914e054cafb66b192dbb2eff691ea7
BLAKE2b-256 74af5f36f5fd0303d49d7e105b3817bce1b512f12348b6c79325dbb55fcf1547

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 60f7013954e722e4b74b44cd35e958d42b7f96cb89b922d585c1c5b4523501a0
MD5 0974e4a82085426a5be149d3893b6022
BLAKE2b-256 80c57a0ec7712125efbce82d1e76e6fe0088a37fb9a49b1dc3259204ff84cdfc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 676ef3c87b6c073d016a8a728869b0b875f17ac9db2227dc2dcd6a92440d25b7
MD5 00cc84ef8ab68fbe5338ffc024027d08
BLAKE2b-256 6ae2fd819e37de10bbff1c0cec9530d5f94244a85f4d7f27ec3b54a9201d1a43

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp39-cp39-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp39-cp39-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 c3e1cbc106705a255f0bfd36cea2c9ef0e61c4ea2de43b065b8104b682578508
MD5 64314bfdaff5fc44d3a11a5a074f1ee7
BLAKE2b-256 6242ab4c117f2eb92e2c87b5ced77fa81d669bdab84c74f5f5dca51dbaddba5c

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.5.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c919601f614d45c69b1cbd79820d13bcac5397bd266f67e96dcbdec2f60ddfcd
MD5 385e00981d42a3eea50dd7b26a9e0cd1
BLAKE2b-256 a8701fc602e3f4e9e47086a711edcd268285c73883b696a1bcb8d4aff6788a70

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: pygame_ce-2.5.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pygame_ce-2.5.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 edd57ebeb70fac8c4a995a6ed849490fcc76ffe92701f1fe72ea75215a435258
MD5 8de6f89f4e3e99d1af55b90a141a2581
BLAKE2b-256 03e8f6b4b612721acd2749d398882c08f31fdf555b778cfd35b06290663556a2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45b262949ee669f86455a3ec2ea57e4c9786046ce9bf7828719741683c6ef23b
MD5 bcc4a7e0aa97a00008291af5003ce3b0
BLAKE2b-256 a13e6f07ae331e187a4fe9ca8d8e71cef3d02004dd45ce4a1ff2b0c230467d06

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2c39e67a5b68200455d58528bf22934400e2f6b371419a2ff61f585a37a504a
MD5 85c30c1eeee0a03dd4f50a9dd49342b5
BLAKE2b-256 9b0896141b7f1f7d781ddf9eafb870745496e0568138a25d45fdeb0fdab678fd

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23a75adeb896edf1d3b7b4de4b37bddbf910307b8787a7691c90c01a28b0dbf9
MD5 47a2a976c468798c31a0e993feda37d9
BLAKE2b-256 9832cd021cfc48619430ca01ab2ebd0b96b6c84695ce19fee78f800b3f8f7a19

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c22829e61a5b0554120cc49e7b32f7d2c5d8f136d51d371f5f76de8f1909822
MD5 8fc46ee5aa920a81ed96c7fbc2da611f
BLAKE2b-256 7c130f6f6386e5ef3a5b58d795f0c5af773a157864c5416529f617ecbf66e224

See more details on using hashes here.

File details

Details for the file pygame_ce-2.5.2-cp38-cp38-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.5.2-cp38-cp38-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 c8b5230d07a74356b84de00dd33fbd2643131a764f858c1729ca4ed9ac918522
MD5 309e4bfd38a0834ab55660275a2c69da
BLAKE2b-256 fffea49ffdc49cbb9f8f9aed501f913acf9bda41be5095f9b70abf3919113a72

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