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

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

Uploaded Source

Built Distributions

pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-win_amd64.whl (10.8 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-macosx_10_11_x86_64.whl (12.6 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-win_amd64.whl (10.8 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-macosx_10_11_x86_64.whl (12.6 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-win_amd64.whl (10.8 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-macosx_10_11_x86_64.whl (12.6 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.5.0.dev4-cp312-cp312-win_amd64.whl (10.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

pygame_ce-2.5.0.dev4-cp312-cp312-win32.whl (10.4 MB view details)

Uploaded CPython 3.12 Windows x86

pygame_ce-2.5.0.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.0.dev4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pygame_ce-2.5.0.dev4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.0.dev4-cp312-cp312-macosx_11_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pygame_ce-2.5.0.dev4-cp312-cp312-macosx_10_11_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.12 macOS 10.11+ x86-64

pygame_ce-2.5.0.dev4-cp311-cp311-win_amd64.whl (10.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

pygame_ce-2.5.0.dev4-cp311-cp311-win32.whl (10.4 MB view details)

Uploaded CPython 3.11 Windows x86

pygame_ce-2.5.0.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.0.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pygame_ce-2.5.0.dev4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.0.dev4-cp311-cp311-macosx_11_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pygame_ce-2.5.0.dev4-cp311-cp311-macosx_10_11_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.11 macOS 10.11+ x86-64

pygame_ce-2.5.0.dev4-cp310-cp310-win_amd64.whl (10.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

pygame_ce-2.5.0.dev4-cp310-cp310-win32.whl (10.4 MB view details)

Uploaded CPython 3.10 Windows x86

pygame_ce-2.5.0.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.0.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pygame_ce-2.5.0.dev4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.0.dev4-cp310-cp310-macosx_11_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pygame_ce-2.5.0.dev4-cp310-cp310-macosx_10_11_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.10 macOS 10.11+ x86-64

pygame_ce-2.5.0.dev4-cp39-cp39-win_amd64.whl (10.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

pygame_ce-2.5.0.dev4-cp39-cp39-win32.whl (10.4 MB view details)

Uploaded CPython 3.9 Windows x86

pygame_ce-2.5.0.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.0.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pygame_ce-2.5.0.dev4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.0.dev4-cp39-cp39-macosx_11_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pygame_ce-2.5.0.dev4-cp39-cp39-macosx_10_11_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.9 macOS 10.11+ x86-64

pygame_ce-2.5.0.dev4-cp38-cp38-win_amd64.whl (10.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

pygame_ce-2.5.0.dev4-cp38-cp38-win32.whl (10.4 MB view details)

Uploaded CPython 3.8 Windows x86

pygame_ce-2.5.0.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pygame_ce-2.5.0.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pygame_ce-2.5.0.dev4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pygame_ce-2.5.0.dev4-cp38-cp38-macosx_11_0_arm64.whl (11.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pygame_ce-2.5.0.dev4-cp38-cp38-macosx_10_11_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.8 macOS 10.11+ x86-64

File details

Details for the file pygame_ce-2.5.0.dev4.tar.gz.

File metadata

  • Download URL: pygame_ce-2.5.0.dev4.tar.gz
  • Upload date:
  • Size: 6.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pygame_ce-2.5.0.dev4.tar.gz
Algorithm Hash digest
SHA256 1faceb3f37d85b50688767d42cde27446ad1d35599b6df3d79c9e08cdacad89a
MD5 a084e3f18b490f209da093f5b04b9421
BLAKE2b-256 b58c2f2c51ab5e5aade04af19757ff293e98712612df0c7f6f93262b1ccae13b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2498094923f19d17fc078a6834ec9aa553b8cc3ab00180ef0b1f18da6b39f694
MD5 281f1284ae3f06695b50beaed553de71
BLAKE2b-256 31e3c517738fa953a315c35c756aefc1561d1453dee4a9c9843df0734298fa5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfc9dca74d9ec95f2ec80b335bf325d8ecdc9e75f2c6b2cbf359526d544eddcd
MD5 73dbf15cc54b81a55464ecfdc2142b98
BLAKE2b-256 b2247437928f052da84aee284fde734893ed289cf48a2cf4e36b8690613dbce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6aae9183e7f74e5ff5a72d254e4167c16d1d1ebeda8e8e99c39da769d64b3dcc
MD5 c48139dd66f96e0aaea0432560bf64e6
BLAKE2b-256 a945820c7034f646c82b2a9bbb5d4ff52c93c91057b06e5b0337a2f2587e183c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e33a77cf30e086f0b71d085cfd97412c6635846fba8c5a00dd9b18d768b8987b
MD5 5bd3e7bfaf2c2073a0b9a910dc095b59
BLAKE2b-256 16c6878ef2bec9319a0025d48dadfa533f15f6dc991b099291ef9a5151c3eaa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp310-pypy310_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 2673f5b6c272deb70cea6a8d94b8dd69d85c6dfc6a912c7256c1b228b12bf239
MD5 c224a4611b46e310a3f9010f6e44e2d4
BLAKE2b-256 1faf6a32033dd62e5cc92420b72cdc1eca327b4a3dfb01503f95e7e4fb6dfa20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c5b2cb1968ba0c6a6c1d1e2045066723f9929edf8449c559c45169b38fdc3d1e
MD5 f7007ee945d49b8be2d47c02424a215f
BLAKE2b-256 263cb1814478e5f2f0b6b9a431a1325e1bb39739dad9bf09d025b0cabd6a0166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43f554cd8c67247402539b4ee6fbde86b21aa5fc51c6b4da28f54863cfce8600
MD5 2993cb78c297761d5b1432c335963bac
BLAKE2b-256 414882833a94347fdf6b460212e58744c1af495643223001b728749baced5c9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b10ff660bb15b386c27e2e8d8d77699d720b73302fc3e27335c708f74712c3d1
MD5 de59f3db6dd110b90181c3319f44d6d4
BLAKE2b-256 c88789850178fb825ef26d62cc6afe3bbf29bc73ce09bfa2b9f7f92155ca7f2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49a9e4dc54d3a7776a437587b5beda14239fa6baa9a47f0c688a2d276bf19398
MD5 163651ab2b6e776053536ae0865b7839
BLAKE2b-256 643ac56f36c50d3dc8bdadcd157eee606e934e7dcab2c49c205a7b9bd4b0d272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp39-pypy39_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 a168b4563288ef47c069db22e668f21dfa2ae7eff9773fe635e0d0e6c8ebb901
MD5 95b07024f272698559673bbfe4fa23a7
BLAKE2b-256 89e39dc8f99806485d9c1a81a080e9528aa6f4fe9160cd28124fee6fb8d106aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9ce7c342806f843f97afa778ff33f93c589ac4da51c7c486f796bfeb5185ac01
MD5 22eae07b2a0a517056dad9d76d765810
BLAKE2b-256 283fa369350bcc4b3ae4b10b27b6cc48a32bcd9180345e45617fa6d440cdc85b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 119bc6e6dcf0c6594aa25fa11db19c8658ebe373c8e236bd72a3d3e3703a5641
MD5 a87cb50a52cd0280a379a044723e2b18
BLAKE2b-256 4685c5f564e3002887e2f9c9e9565e82c00b1adf0d6b3b373a59a734c2f45f3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 03c453d7abf55bda4f282b6f4cd4c1a057acf9f08112a18378546fba3fb1caf1
MD5 3b2a58244c58bd85b1008ca3682fd91f
BLAKE2b-256 3881b2e25839a497ba30e66a16fb53fe71aec08097f09179717729ab3aa0322f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e2812e12307cfe71b106adba1d904f97b3ffdcfcfe112caba7684e44349d9f4
MD5 a67a425d60cf4f69ad74d5eced180dde
BLAKE2b-256 25a6263dc1392300df5d0eece67bd8ef24dc7a7f4748e1b8b63db41b745e71ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-pp38-pypy38_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 c4d0fc7ab6f3f7821406defdec33612f229aa040abd49258d61036d32fcadc78
MD5 8aa522658f53393a1b74ce0195335fb9
BLAKE2b-256 4c46a9103b2dd9d8d1221b4a373cfb929aa9cebb8649f2fc1613794cef8b91a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fd20893c295ab46324bb4d4c71fac3525dd7b8b75efa9b1526c330516170d3f7
MD5 8ac51e84622915f4f9cae6b73fe4015e
BLAKE2b-256 ad394988f7033f839f1ad461c0a60a55dcd49490f44da118e8902e1b490f36bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2cc608d6d3c89887178fdc80477d7d8316c7272ad8a84bff702a72da60733c98
MD5 0cd3e53840cf6a6cbb58bb378ad1392a
BLAKE2b-256 02931b39228ab08ffeba00def394bf80fe1c88ff817cd8d13c6af0f559a3ee6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4b8a18514212f0609e384daefaaa436da5423f5d6b66f528c2494ad8ce99a6c
MD5 c4a88c530c617e69ccb7c2fbc506cb08
BLAKE2b-256 4896dea9081da665293d32add7ce65065002211daaa990a157e482d4e4209a6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 957b44bb819327d633d8dce8cab6e51c9f07c60385812a06950d3c2c58aa9264
MD5 6f06ea7a34fdd68f38ea94c5417eebe1
BLAKE2b-256 1e7e61801bc1bbdc8b12f58903c3e01ed15e96d5a679818a0364704f75ea75d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e08b7d3d4414bf5e47f05262c107388782fa55ea35316b348fae89cd1d541856
MD5 c170bc684bb4b8fdb7bda581c5bc15bc
BLAKE2b-256 72d0e02d050a362d1dd87cfe8b6cdea5a504d2993e4307e83518c50891aec047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e1876a376fae850e485fc0edcc5ba9e6a16582aefa8e613a8aef6cb57f78ead
MD5 22adc50efc6a23fae3662c1fd0b78703
BLAKE2b-256 884d2f1c601c4bdb3673cd95163cc031c57200eb8aff9fa45c6b82ed2dc237ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp312-cp312-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 890af8a8cf9d22961ce2ed81ce16cea66b01f0b0e7a7c09472ddf059193bb804
MD5 30977d8443f2af31a5490255a2c435a1
BLAKE2b-256 c85ff61576388cfdbf5f0fb1f0e77a54df4ce17f3a0846654619eeef802266b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6f4eef7b72224eb6b21315081e68092ef87666ad3a96d26eda8f6b8fe02afaa2
MD5 5f196102f87cda50d380a98b77c14b8e
BLAKE2b-256 531d879214c6b1cab3bc5c36ce2893be5041c146479ea798c402d850a10e6232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 879e9dd1770ddee3391063dbe1983bd6584cb527060dda072866ad97afb1550b
MD5 680e20cab4f8cc7adca54d6a40dd4e8b
BLAKE2b-256 0f3eca5d373b2f7c627967b171ccefb0ecf67e3764a0dfd864a87b14b8f01f4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43be41b36f000d42f5775e8b3691b5ce2cb903dd86f437b26fcda8c5a0078ae5
MD5 4e6c56f3ffee8bd6a94988c703c47acb
BLAKE2b-256 4a8c0de0c308e259063fd52269f819416bdd1a03e2a510ef822515ce3e4f95bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4abb76c69e6c36dd0d5b68c498b1cecf064ee582ae9150052ed5966c6b8124c
MD5 ed50380d2bef9f93e74d2d61078723c8
BLAKE2b-256 3142726ae84523ca29ed0374513756d4f964cf74b2b07b7129226278f58d7a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0213e075929b2a8252e1db93b8e48ccf463ed79021c3c2ce3987c4b63e95b71
MD5 ddde51bb6d3e5729050c5b1a01f89065
BLAKE2b-256 0f2ebf3e32973ce714137f2bc2ddc2db2c26b698ecedfae4618a1d05bbc1521c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 080590058dcf38949bf502361d69e498ca85fcc74da7d409321d73f2b6080c74
MD5 ef33f0238e924ea70485fac8db137604
BLAKE2b-256 352173a0c2a6ba5ed2fe4d4ad2768843d16f37d9433ea4c2e4a35c53993624ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp311-cp311-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 a4f27ce976f7de565fdb82e5a3de151fe54b567af2638d549d149c760f3ab46d
MD5 cc5027c0149f5f423d435905897e539d
BLAKE2b-256 cebf81d5fd73f444e545a2f1c343f1f28572866da53abe17f0796637a8e86f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2bf01a1b066a613740f5263c8ae250eb6c8ca5a25d9442b0b0d9a2f04626db1d
MD5 8688c4034c009adfb137cc3d5eb4e478
BLAKE2b-256 95d7409e9a9714112853ce626b344280c73479a2e2e7a2eea29f20298c654a20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 894c17d17c11e66d153327f25737204f3ddbf3a89ef9fb5e48cbd28c9d87ff18
MD5 873a1acaa8111b5c0632d57a5c01b6ef
BLAKE2b-256 9e33a429ea3a9088691f30f5e6458c6006a0de119cebc0b874a51e0d8f9848ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8973ff434f457e7d634361d47185a2b8023764453e6d4bf1427f63ea81d4be57
MD5 6539c209b9aba781a2fe083dc95fde26
BLAKE2b-256 0fda535c8976b594e737f08192ab6903d2afb24852c25c79f163ffae371f5286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ea478a46ce0aa0f8bcf0b80dea323d05c71973b32e09f729c96a12b7859c94e8
MD5 b6b9d359956d0867f3cb7b355d6d4eb7
BLAKE2b-256 cfd4815fd63eb9bffac869f0ddc2403e2e6bdd57420d22a57e99cad695286310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a6a790757393a1ac30f89863b1246350b6ec25ee4fbd54dcc93836ce3762ff4
MD5 3ee31b1b18711d8e24f7981ba07218e2
BLAKE2b-256 4c61aaef29ac70e5d4fbd96e4ed591bcda9b13d464ab5fbd6e2225a89b6253e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6567b6fd2750888cf8360247e65e3c0f24124a32403981766bfdffab1f4c4698
MD5 9f7de6153fa257bed6c9c1f4f93a9857
BLAKE2b-256 0631288cb055a4af0312df13ef9d3fd967769b8452f339e52f7836cecf0a9b74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp310-cp310-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 a597a9c7171cb79c59d3408139b604f5600b5ecb010b4ab751354f565af31021
MD5 9a4428e538adb2d8f92c88e9775f4d56
BLAKE2b-256 447fcbde2cfeca737551787e6f3aa6baeb974c48de1d11fc6d86d46f82011225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1e9aa7913e7994d52fe98b4c55568d0d99e0ef7bf0c84266cb849e8a92ebf5ee
MD5 e7f32cb3f887abbbdfdc9a5336798e42
BLAKE2b-256 9b017ef113f960d07e7cd3b617ecb5099b859c2a213cd08af3a005f6530ca271

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e3c15a0571dd57015a1e5787109b56d6857f20a18856ba9b97d6906c4351b1d9
MD5 205e996239e5f1ab1acc7436cbc1a5cf
BLAKE2b-256 566466363a6ec54ea875aa20e2b39da7937e06650866b3c0ef909ce14171d914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8493b11f91931b37b9811633cd34cbf772eb947aeb70b8f3b31cb89753a0b89
MD5 5bbae4db3c0290b326812f896bf71bbc
BLAKE2b-256 f215fb8c9f50b13c3aa8eef0a00cb07074cffc3d0c3c3f342564577a2ac6a456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b3253bfe0a3280a666b59a94f75d163304791b0e3a5ddb4a8d543c3c1387d8c
MD5 fef5c73c8d8be701cc63c807cd1ffc8a
BLAKE2b-256 3a3e564ebf28fbebf37f2e6f3b4488bc21677f34f06696e392916f94ddd32ed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0c7cc81e6391efb7a209827ea3394036ec84f62ea1c8a3308e07bf1a9d78915
MD5 810da2067ef0915301b1028df7d20fbd
BLAKE2b-256 ca89d5e7f25ef5c8c5cbd886e63d2b3cf2a9cb176ba2faa63c053cec62a6965c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34db262c487cbc73a1a392d7fac151aba6bf9d0f0dbd5cb3843a35a4306ae65e
MD5 018c69f06ecf975527163e538abd483f
BLAKE2b-256 7b9a68ab9aaa2b94162fc3666d801658ece1a055b976a596c6d1c9a4de0904be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp39-cp39-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 5c1a54e73599530a94262291303f291a20b8d6cb15d38af8c2a64e271be66e08
MD5 4398390bb829113654618cd2b245c71d
BLAKE2b-256 3dab28a3c6ead30b08629462684e530af82e3d9f72d80ebf1863d98cdb2976c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ae078d6e6ad9c837a3fe4f244ba0283fa894dc0e224b62b2a6259e3ccb560bf7
MD5 8d28751b7a1fc4190fc2305f4e5fc208
BLAKE2b-256 e49f95ed994fa61281ac76f9dc2053e48961c33b738ededcd0639d4871b5fddb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2a52ef5821058e8a605bd5f661242c5b063906c26588607df31a5c9670a96e7e
MD5 c9910263978d4cfb0163cb7ad4cbabed
BLAKE2b-256 62f38834c96d9afe333839a3bc5d5ab2980c2d605a7cd98078c6e564e0abec3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 807c7d6c4e8d6196cc5d17f5a363d43e83c3c04187af20a82437b94539135b4c
MD5 16a8d971869e7c76307eb63a40c996fc
BLAKE2b-256 21cf79ca592bcf4fa1cbc65795c7ecaf3261ee04a37c56b18299746b7d51e6d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4cea480538547bdb01007d2d09b952b0bfc7444710f5ce590dec930e5bc4152a
MD5 8b3f47ad0cbf2eaa91c82530f1d090e4
BLAKE2b-256 2e01a33412163cfd5c4811c8fe9f416767662c254786a7a542f1cd28de16e038

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ece03e145b22c4caaf83c967a9fea8be8136c5df501fedb79e872bd4fe873230
MD5 7bef326926e26c42a4c925c05823a938
BLAKE2b-256 246daa0ad8bcdeb3393dd2edd87a139cb764a3bf7b9dd78d667ca1b8521b069f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d608963ecd8af2f89ddf8a8f65afaefb6aa663ddaf0e84c809b1f7aa9a61b719
MD5 d8e6905a9117a238d1090bd510fd169c
BLAKE2b-256 a8ebd3456d1eb9f782679fae91a926fcaeedea4e68c56819eea61439dcd827b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.5.0.dev4-cp38-cp38-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 f3550c778af42a60b2b0d9365830073087812a16c62e9a3f504da2a8d3db7bd6
MD5 4fe378fe2faeb4f99d5b4fe5633aced7
BLAKE2b-256 b8d51318361b390a7d53adeafcd9808e7edbfb2de30cbc3987e6dbc2be9b838a

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