Skip to main content

Python Game Development

Project description

pygame

DocsStatus PyPiVersion PyPiLicense Python3 GithubCommits BlackFormatBadge

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

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, you will need to build pygame 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.org wiki.

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, which also can use libjpeg and libpng. The transform module has an embedded version of SDL_rotozoom for its own rotozoom function. The surfarray module requires the Python NumPy package for its multidimensional numeric arrays. Dependency versions:

CPython

>= 3.7 (Or use PyPy3)

SDL

>= 2.0.8

SDL_mixer

>= 2.0.0

SDL_image

>= 2.0.2

SDL_ttf

>= 2.0.12

SDL_gfx

(Optional, vendored in)

NumPy

>= 1.6.2 (Optional)

License

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 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.3.1.dev4.tar.gz (13.9 MB view details)

Uploaded Source

Built Distributions

pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-win_amd64.whl (11.4 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-macosx_10_11_x86_64.whl (13.3 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-win_amd64.whl (11.4 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-macosx_10_11_x86_64.whl (13.3 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-win_amd64.whl (11.4 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-macosx_10_11_x86_64.whl (13.5 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.3.1.dev4-cp312-cp312-win_amd64.whl (11.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

pygame_ce-2.3.1.dev4-cp312-cp312-win32.whl (11.1 MB view details)

Uploaded CPython 3.12 Windows x86

pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (18.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pygame_ce-2.3.1.dev4-cp312-cp312-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pygame_ce-2.3.1.dev4-cp312-cp312-macosx_10_11_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.12 macOS 10.11+ x86-64

pygame_ce-2.3.1.dev4-cp311-cp311-win_amd64.whl (11.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

pygame_ce-2.3.1.dev4-cp311-cp311-win32.whl (11.1 MB view details)

Uploaded CPython 3.11 Windows x86

pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pygame_ce-2.3.1.dev4-cp311-cp311-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pygame_ce-2.3.1.dev4-cp311-cp311-macosx_10_11_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.11 macOS 10.11+ x86-64

pygame_ce-2.3.1.dev4-cp310-cp310-win_amd64.whl (11.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

pygame_ce-2.3.1.dev4-cp310-cp310-win32.whl (11.1 MB view details)

Uploaded CPython 3.10 Windows x86

pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (18.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pygame_ce-2.3.1.dev4-cp310-cp310-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pygame_ce-2.3.1.dev4-cp310-cp310-macosx_10_11_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.10 macOS 10.11+ x86-64

pygame_ce-2.3.1.dev4-cp39-cp39-win_amd64.whl (11.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

pygame_ce-2.3.1.dev4-cp39-cp39-win32.whl (11.1 MB view details)

Uploaded CPython 3.9 Windows x86

pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (18.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pygame_ce-2.3.1.dev4-cp39-cp39-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pygame_ce-2.3.1.dev4-cp39-cp39-macosx_10_11_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.9 macOS 10.11+ x86-64

pygame_ce-2.3.1.dev4-cp38-cp38-win_amd64.whl (11.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

pygame_ce-2.3.1.dev4-cp38-cp38-win32.whl (11.1 MB view details)

Uploaded CPython 3.8 Windows x86

pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pygame_ce-2.3.1.dev4-cp38-cp38-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pygame_ce-2.3.1.dev4-cp38-cp38-macosx_10_11_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.8 macOS 10.11+ x86-64

pygame_ce-2.3.1.dev4-cp37-cp37m-win_amd64.whl (11.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

pygame_ce-2.3.1.dev4-cp37-cp37m-win32.whl (11.1 MB view details)

Uploaded CPython 3.7m Windows x86

pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (18.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pygame_ce-2.3.1.dev4-cp37-cp37m-macosx_10_11_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.7m macOS 10.11+ x86-64

File details

Details for the file pygame-ce-2.3.1.dev4.tar.gz.

File metadata

  • Download URL: pygame-ce-2.3.1.dev4.tar.gz
  • Upload date:
  • Size: 13.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pygame-ce-2.3.1.dev4.tar.gz
Algorithm Hash digest
SHA256 0fe30f7252ac78abf3e3b8308adb230d2ae961bd8e741c3cb51c78e9a7e23475
MD5 866e6424300962edc1edfb30817f1bbd
BLAKE2b-256 d940de92cef302cbf3279bcd3a979cf8373fb9831a096b3f3699d18cdd53975a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2b118bcde4008f16fd1a0ab2399e8f81a7a4350b93902938204905ac47de4231
MD5 a95a257e401f8e32fc029799769f4f9e
BLAKE2b-256 a15cbe6c8e5c9c88e041f9f7ca1b83112e5e3ceef1beaf5b17c5678d162b81be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d30a6007ed84a2871f6792923580e180b6963774c4b95fa35b51a0735eadc42
MD5 b6e92f0d465f3c2498d9814c163f7893
BLAKE2b-256 a1ee236598e255071233b76fee907f2e9f9bb51565fb643799d207e8e1a82c4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 378601be72ae67dd4e279cd47eb8545c83bd814c7aaa2f0435741419b659ec8d
MD5 0c88dcee2548696fc95edea06771decb
BLAKE2b-256 d43665bbf5ee73a551af24d417c9f648c8b618140a9e1b53a255aed2224886f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad59619df8442786b0c49ca9d277f87d1337dde4e26d47944963a9593a311826
MD5 1f01d9d208333df9cdec08a5c4c19c0d
BLAKE2b-256 8371c556da2af0715147a83235c354200f458ef772e23451ad804b6d4dd8788b

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp310-pypy310_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 6fea4d7e87ba782c092e07001f2e770a8711e4b505da399c8cd216e2cd562c20
MD5 a82d1fb3306bc9f28cae940189440e22
BLAKE2b-256 73806d9a238e070b59f4b6f5b40a48d7b8bff5a6d1dc3903d052de130b93b458

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1710ded833e259c42fd20670988f4630c5a2ee74b0fe64d027d0f55388b18065
MD5 edf5f1fd90208b6ce01e47ea3046a14e
BLAKE2b-256 c0d59dbcecba15dac0d9faf7bdff09206d5e0c3d922d4dbd4c65374586e6ba48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7bd37c2c74ba383cf84f141777be7c1ff0966d9f06a3e4b8a1de0a8178fc487
MD5 2f1e6a725de6f59e580c0c1387c8c84e
BLAKE2b-256 3793a490939abb80644973cd392e3d57db1cffa2a405e84bd04126eec355c658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b8abd80cbf8780d19f921ee34049a35d0f186540a6fe3f49b3552f1bb94c064
MD5 d5bb540f73f488b300db06cf15347af3
BLAKE2b-256 033e7880fe8d620ce622b7a9c416d698026c0fe40db5bd8086fff40825d658b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc2832ed09cb601ee3f7bd3603bc8f2f168ca9179d65caf91067d1233b141138
MD5 2a880adc84381e729d998a60e2ec39a9
BLAKE2b-256 6eca9ca5a1a36a1ab38caaa8929d28a84a520affd31ad9a8a2b5c77a7bc0ef8c

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp39-pypy39_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 156a80009e18f8766468bd51dd32b271c863474da5a4cf7938071eb7636f88e6
MD5 53a6330cab730359aef3859026dc0304
BLAKE2b-256 c74bf99a89f12d9b3debd5390dccba9f5ab870035a37f11adf38e58492c62352

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 82a31285a8b0261b24a2aec0e9a7137748d19bacfa85ac5628e5674f1abad929
MD5 fde5ccbec61833b2eb650d7b86ed1d26
BLAKE2b-256 3e82b15f8b04ac2ea5be02bb8c17cf46cc89ce286f8f6e515971a78a54e4f034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ff24dfb76a1aa6a3cb3ea622b6b44915e5aa2848c6bf65d2e2dfee769acb4ed
MD5 40ecde50b0a683c05d71c441d40adf9c
BLAKE2b-256 79c388f3ffee8a4f8caba6ef4af199fd9504472ab31a6e7f6d7ce44d597a81ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 31077d4e8f260c285ff7de1bb25b0773688c4d588c2f12ee63de81b4b39a512e
MD5 d5e4161464b232a25317074bc664eebc
BLAKE2b-256 2bd675a76ddc8259159d038ef44d996786a0f53d7725a2cb86c04d1296be92d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61c305990ec4856fe3076b3ff1a521be8e64dba71bff07d118de890da046b86b
MD5 789a27b6b9ff31bc57c4787021a4c0cb
BLAKE2b-256 6bffc9a16fcc1be84135eb05c4ca5c6676e85032f0a49788d71510685a3b9da2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-pp38-pypy38_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 a7193d3ea5fbf39cbd33ab0565d00a0db1b3cb87a655c7f84ba0dc2c2b2ce68c
MD5 4ab1263a6f03c20f41ec0059cba01415
BLAKE2b-256 774b1a08b598763dedc6808b9c65e0c9f10884642d689a5d0d3b10f018961b4b

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 639f79bece12a8ed1e39eee63f5730b8ac00a0366b1b90669d6ba3afe17662a0
MD5 6a9722460d7f5297efd204531933696e
BLAKE2b-256 b5107d83c8dbbb53506a87b940cb51382859ec4be874cd096978968868ae2bc8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 21a8901d6e9adc9c1f5dcc7a18269fcd8a09141760b683e41e2e8b1b6ba388cf
MD5 519bc24bb253d06c7b27e1214ef9cf8a
BLAKE2b-256 d16686e53a3fa2f76e1dd7613f2a049d734705fcee0cc21053f8f75c65d2ea6b

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c69b218e22b82858637b084806d7fc3e36f1750f71c974f686ddc9ae409a6bb
MD5 9209475be84e851ef91589a2e2b00d54
BLAKE2b-256 5fb836d2ad6e220759b3eaf25dc83797ec356ce881a4e0e3b37cfc9655e0f445

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3d138084e04fffa332dc213ffb5f40ded47255b300f96dee8aaf17b533e1079
MD5 099b1c129ca26ab2c77dd60ba6119d34
BLAKE2b-256 5a33ffb59e840496877afa7a588c28c6e526c4ed2ed2d292700ced4f0267601d

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe0691f82df45dc7429e28ce250b229b3649f4de1f4f533af04e506a5af31a5c
MD5 479f54c37dc0e5fc2fffeb27db784c26
BLAKE2b-256 a265f6d0b81ee321c23c5bc6ad4b636b5e7cf169bea7b6b8775f976b2afb60bf

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ba558b4e7fcc229548b1debca01ae5ca712d247986689ea281c8292ccc81c63
MD5 4944da16c07c194ecb8a8af6a0932243
BLAKE2b-256 69f70411cf2ad156b320905de338181f6e891b7288c02222270a03a8fa147603

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp312-cp312-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp312-cp312-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 2b37b2b22b8a5f7e6c64b662474a94a0582a6393eaf5228b6a05e59a18ade6bf
MD5 ff0360a5e6e772ee336094de7ba7fbda
BLAKE2b-256 0e97239b558a396d75274d3a9637a1a1e7beea0443f0b4cb41dda53021ac14e2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ed680513e460b888b1a9da6820d1683cd9ce2fe5bc89d833a195724518edb214
MD5 879d0425973dca0bf39d33c3811050e2
BLAKE2b-256 74dc742e31e580e93ec24bc4c8bec6f4a759b85a9ad995f9068101812324f303

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 66c65646db15774769b05807df0d524027fdae821d883e94b6a02f8db97502af
MD5 4bcc914ad02eff4daac97d1dd637c164
BLAKE2b-256 7167a796d4ee5f66f938ec5c38edbe0c0e201da9777bbef79750842617704c42

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79cf688572f230f2b2de153f1f6ee546ed4abd2828144b9df2c5d7e86ede2ed7
MD5 44d3bc4aaff1ebcd3c196704b180ba9a
BLAKE2b-256 71da89e19117fcd25766faefd24c33a08509ed9ce7f19d8670441521f6eb11a1

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2218582de02ae990b666e1f1be718db9d57a933bbf7599dfd4c86ab31d716d48
MD5 64531a43a17e188dff649a6fd8b54ca9
BLAKE2b-256 ff47666831240384d210a27b61c9c0da10cf12f487ed6abea31a142298d257c4

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf0362e8140fa06ae1b3e7fb6457b1107b6cde2ab121d67cdc685b15fc2e5a0f
MD5 07fded0e980bf268136815a3019598a5
BLAKE2b-256 87b73a16e00f8409f5145b3613af4997a0d55eab42a16f0fd29a9d91df76f695

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c91c943356ab4a27302da4141b753bf5e80a338cfe9f40da5af26a5fe6b4b423
MD5 5c9bb1f5e429c637717937574a4902cf
BLAKE2b-256 7454a8906ec3470f8a7d0e566dfd9f7ed272f7af132f4fc07da1e3c2048f93f9

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp311-cp311-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp311-cp311-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 1dbbb98c9f792fba59f85347c86f1a721e7376fbb6a2c565d54ff776cc3ee9f2
MD5 9dcdd769d89bf284ad084fe159efaa6d
BLAKE2b-256 13f89285a36c70b116e3df6cb5d4a9d99617bacd65b128033f6296ba5fb1d2f0

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dcf28075af52ec07a639e50f96e240f1d3bc7a2a97d490c7fb78032230b67f06
MD5 86e0ffc4a3b83df94c2ca846e553d337
BLAKE2b-256 253fd45819fdf9a0eca558710b0940c13e4717f1322cc05819a1951bef0302d2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6fc61f4087ab251f97348b5337e536b4b3855d2cba91f92ffba08ad381077ffe
MD5 1ba9359053ae9382b373c2e9bd283df1
BLAKE2b-256 7bb93ba3159e7cf1bb00d545c6589d755150e537020008b1d13c6c524137f853

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 294d936200c3f8e244777adcb7819853191d5fe23fd66b9168164f5c334c786d
MD5 992e5d8d5f78e79745b6a616611f1ec9
BLAKE2b-256 306b616f66e786e792c102033472e19e748c353557446c36e015b00d40942532

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdd6553edc5c666d2b2ebcb327a60f4ca2d9d2569439c5fb37c351b9b1e6a1af
MD5 4d949c3e78bdbdc8f9e638eb7ece3f26
BLAKE2b-256 2ebc005dd0cf8e6afdf81004dad1a81a1308cda3863baae34bd9e15be2009086

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ccc5265498f84ce3f65c887c6cb5dda4922dc996f7a82ad1a0432e1c60d38d1
MD5 c248fd28c162b191f2811edc3fe9a623
BLAKE2b-256 0ee30f48fdd107023bcf464bbd3d8db78672b402f44e0fdd6282fc56f373808f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 276c8cb4513c9a0765207a94c78d40e58d1ac830b8c2ea4460731247f39c6089
MD5 33a622bb0de9cd363591ebc29cb3b5eb
BLAKE2b-256 261a3449a6eb49389092a80395b2c3d073de066dcc7be7ab80cfe3e12ca1de78

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp310-cp310-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp310-cp310-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 b918f5f9a3041e508913e2460b9aefbdfb38163d41add424063c2941b63baf20
MD5 b1f2eef44e436b153a892e8e01cec446
BLAKE2b-256 c1cfd0b709320835ecad5662feb09185a4e53ce72ed3d1647e56aebfddc7a261

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0f74ba915be6df493a2047bbbde2f3f49efe9113a6346c376070ef62bd9334d9
MD5 a3ac8a1cd2784251ab33134f4a4edb16
BLAKE2b-256 240094ce230d809e18c1fa19284dc6fe4238226324d3e4e8c4fa2b3766dc40b3

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c784f566a7306ea944ad4bd9764d7f997d2ccde46a544abdf664d29122229dbc
MD5 aaf07a57e78f9c8f3a86d723c462bce8
BLAKE2b-256 e824ab2c3a3c545229585817d971e88f6ab83585b5b7875a7ea52305e3c6fc83

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 effb73ccc6e437c0e79db288a5152bda6873a682580e83d05f697e20cd2a00eb
MD5 81bb3c50c043eefb30bd9ed3b84c0dc7
BLAKE2b-256 b58bc67b7a103c8bfbeda8ec3269d07b0449d6d3092501587c1b8c63d561d789

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d43caed22317dfa83567caeead49cb604f22e060f3c982c91cf839cb110393ec
MD5 fc05a956e7a220ad1195104657aaa338
BLAKE2b-256 1d53c55348097810c6b9246579332cefbeafa24220eb7a8cd5d5be3af6a27cff

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8f65cb62ae6cb9d669ed321b99874768527ed1a38c1f92e62a033ad7fa74d86
MD5 ed57f3842587b467e33ca9bc8b9b3e0b
BLAKE2b-256 ae0ba95629b633e3114cb97485d29f2042d0b24f178f8410cf2b61cdf8954cc9

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6523cc7db10f48e27778dc900f43a12779ddab38b27fa200cd9a4ca6f8c8a66
MD5 be309f0524f87c2c27478ce6b084132f
BLAKE2b-256 307c27200f335a1db14b9b97a98ccd3c625d54983e79686ee06f1c4acd1c55a0

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp39-cp39-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp39-cp39-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 8ddbbc6ed8b20dadf15ec2d40cc497589dc9d4be520d3218b7a0c41c4d4f9d5b
MD5 3cddf556799cd0ae1a37101669cb591f
BLAKE2b-256 e521d8f587c7529f36b79329c39f01054ee6f9f5823d9d94e49868a225581d82

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 232e1b73972aa4b6d0a95ac344b9b51b2e1617790398bb38d0cfd21f856c6dfd
MD5 4cb5b342ba8addbbbc8e8332d7b2771e
BLAKE2b-256 cd71c4fc6378c5cfed85165038892160fd40fc85aecfea34cd49cecfc5b1994a

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b3d94def5909e46574b8f324c3d31d481792b6524158f74f75900ea5670f1dda
MD5 88bb5d6b474de0382473c8d0ba23381d
BLAKE2b-256 ce6324692bbe6d8b75edaf38ab46bc2f42c674674ce007646dda914957eedd37

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a060b7cc6d679280d8a3f47bd816f455ce349a5871fb59ec113f09fe9c3f774
MD5 7d6b11dfb37c5675baa27fccb8606fcf
BLAKE2b-256 7ae88a6db8fd918730a1445204feb2aff1cb1236d75b40272c787622d75e791c

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abc201fe649c054fa4cb4120be239159b9154b3e29107245f8d4606816c32f18
MD5 3fedbeaf7b0383e47b47d3b2b7acd8c1
BLAKE2b-256 c61fe7a0eb793cf1e2bde509d9bf0c8aad0d60b2dbeab5894cc417ac245f5572

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d77ab07177163d13db18bdf447c58c6c33ada11741dcc88629489f4aad0bfc2
MD5 9d1cf4c36831e2c6ec2035d5f1fb72b1
BLAKE2b-256 6c7de22ddb4515e1042d49ac0fd9d8e2ba72f55fdfbd509598350b22c71f3128

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bca11c583938b8f5479a46746f91445cacaa30e26ad8109a03cb7d967ba20c2
MD5 e9af895f9f4d200e2b08f9aff687d1d5
BLAKE2b-256 cc73610f2fe8eaca54e74c79df34e45733550d7ca835c236140cb57ab9299be8

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp38-cp38-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp38-cp38-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 1bca16aaa428a45dd2f6f694c2299b3d6dedbdb963b8344e574cb5407999a35b
MD5 3654b87c09f010e55bb6123c8616a43b
BLAKE2b-256 e2323d9b867d227e5d8c20234f3c29fdcb1e20ebc019d516954894f30e1c809e

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c4b4bbb6fa3906326476a3138247c8715b63b8355fe7325d62bc0316c2845c8c
MD5 a6d09d8f93387f2ceaba12766ccf4157
BLAKE2b-256 f17176de24b4b9581b509989db5f9c8b762d91a105f477d3be552c740ee0b01c

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9172f47d2edd9da189709fd3adb4ea4f18aece1c5e37ff84307f9ec51ca0bdf6
MD5 1cce47458d057458b0c247a9d5d920bb
BLAKE2b-256 21882f61454c2fea6f04679849456319b4174cc27dafac54c976dc9b784519d2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f45cce3be156eda895bc33b186fcccb2188d5eb3a642e56e454916ea95ec4a51
MD5 670588f3dd23119523d1d7f224633309
BLAKE2b-256 43922d6cff80993a4b087c89c16710cbece7a7a5f4bbe11580bc8df477ea37dc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce16f9916c154a16fcec293e092a999f844df6ec635a7e235289c144cd7aadb6
MD5 a24fda495da1a8fc6e74e80b755e1e3b
BLAKE2b-256 69a6e4711cb82288cc9c6d8daf7d14262cd9d694e428e9dc747b59858524e6bc

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35ecb5d2cc2c2a7cb90b9a46b0a1d7b511d808977dba84fe481e7305268d8f0c
MD5 b7fe83d0aca87f1640a44938bd3b9a03
BLAKE2b-256 53ac08e5276ef95258126b9afb66dbf7de56658f60af8b1ce3299333cad69449

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.1.dev4-cp37-cp37m-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.1.dev4-cp37-cp37m-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 5731d14e78d80dfed1fba0f581e425b75bb9a5927ca89010eaf730bac4321d0f
MD5 95c7e8c5a150ca9241b17989257e9b93
BLAKE2b-256 7406ab513c6ef779eb93577f36f04ae6977e652909ef4558cba818bf6aff824d

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