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

Uploaded Source

Built Distributions

pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-win_amd64.whl (11.7 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-macosx_10_11_x86_64.whl (13.6 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-win_amd64.whl (11.7 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-macosx_10_11_x86_64.whl (13.6 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-win_amd64.whl (11.7 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-macosx_10_11_x86_64.whl (13.6 MB view details)

Uploaded PyPy macOS 10.11+ x86-64

pygame_ce-2.4.0.dev4-cp312-cp312-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

pygame_ce-2.4.0.dev4-cp312-cp312-win32.whl (11.3 MB view details)

Uploaded CPython 3.12 Windows x86

pygame_ce-2.4.0.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pygame_ce-2.4.0.dev4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (17.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pygame_ce-2.4.0.dev4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pygame_ce-2.4.0.dev4-cp312-cp312-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pygame_ce-2.4.0.dev4-cp312-cp312-macosx_10_11_x86_64.whl (13.8 MB view details)

Uploaded CPython 3.12 macOS 10.11+ x86-64

pygame_ce-2.4.0.dev4-cp311-cp311-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

pygame_ce-2.4.0.dev4-cp311-cp311-win32.whl (11.3 MB view details)

Uploaded CPython 3.11 Windows x86

pygame_ce-2.4.0.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pygame_ce-2.4.0.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (17.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pygame_ce-2.4.0.dev4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pygame_ce-2.4.0.dev4-cp311-cp311-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pygame_ce-2.4.0.dev4-cp311-cp311-macosx_10_11_x86_64.whl (13.8 MB view details)

Uploaded CPython 3.11 macOS 10.11+ x86-64

pygame_ce-2.4.0.dev4-cp310-cp310-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

pygame_ce-2.4.0.dev4-cp310-cp310-win32.whl (11.3 MB view details)

Uploaded CPython 3.10 Windows x86

pygame_ce-2.4.0.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pygame_ce-2.4.0.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (16.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pygame_ce-2.4.0.dev4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pygame_ce-2.4.0.dev4-cp310-cp310-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pygame_ce-2.4.0.dev4-cp310-cp310-macosx_10_11_x86_64.whl (13.8 MB view details)

Uploaded CPython 3.10 macOS 10.11+ x86-64

pygame_ce-2.4.0.dev4-cp39-cp39-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

pygame_ce-2.4.0.dev4-cp39-cp39-win32.whl (11.3 MB view details)

Uploaded CPython 3.9 Windows x86

pygame_ce-2.4.0.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pygame_ce-2.4.0.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (16.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pygame_ce-2.4.0.dev4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pygame_ce-2.4.0.dev4-cp39-cp39-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pygame_ce-2.4.0.dev4-cp39-cp39-macosx_10_11_x86_64.whl (13.8 MB view details)

Uploaded CPython 3.9 macOS 10.11+ x86-64

pygame_ce-2.4.0.dev4-cp38-cp38-win_amd64.whl (11.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

pygame_ce-2.4.0.dev4-cp38-cp38-win32.whl (11.3 MB view details)

Uploaded CPython 3.8 Windows x86

pygame_ce-2.4.0.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pygame_ce-2.4.0.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (16.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pygame_ce-2.4.0.dev4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pygame_ce-2.4.0.dev4-cp38-cp38-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pygame_ce-2.4.0.dev4-cp38-cp38-macosx_10_11_x86_64.whl (13.8 MB view details)

Uploaded CPython 3.8 macOS 10.11+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pygame-ce-2.4.0.dev4.tar.gz
Algorithm Hash digest
SHA256 2e66b5dab98c19f9cd1adade9f6e1f30ab93a22db44a2e445bbcf7ee07e8587d
MD5 0f42f40cab698d6e549f689f0113af29
BLAKE2b-256 34f8e22622368360b74024c9131df9ff458ecfc91051e39d4d437b618163a1a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 503d86100e10c6fd3b757bb6bed3caefe64d775c00475b66182e50fc30e063ba
MD5 a32ae648a5d8c682ca8a8c8309fb1380
BLAKE2b-256 deadac8a4fc7ffe9cfcbabe006804b5ed7c7dfdd730c85b670a63fd910d12e74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc30bdfb36d3f485a347f442f828721aedce9597c416e12f535c939ed2a606f0
MD5 cc449976c0f24a44bbd4eaa0c9dc9ac6
BLAKE2b-256 af01beae5ad40b73e63bc5eee61105c6aa3e2c03128f64641eb33ca7620f2ccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2327c76be9bbcb2000dc10fbaaa027af34797ff3717220fcee5c1d97b770096f
MD5 774dc2614785b1e441dd50987d692be4
BLAKE2b-256 8d5b9e5eb815c7020d6b8a9dffdff598a410b59a6bd9fcc225853b650efa988f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c9bf97fa711ad846ebf38523352daf18ca289ff023c65be17a38f8ae812ee39
MD5 09aa6b0432d7627d8b92f89a3b3fc7e2
BLAKE2b-256 75678dbaac6f46c4c4dae41d86235a9ccfa19df07dd8f212b7e932f065d9b1de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp310-pypy310_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 88e497ebe0244ce32585f46838b64fad8367f9278ca926d05daae1e1884c4888
MD5 56efe11153b7aa3dc1ec209bacfd2142
BLAKE2b-256 187b0b5e22dd36df599df3a5635e7342383c1a3f3ad74270cc576c2a8e69f594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 56a1d3560901f549023e9fa96154421cdbb9701519570cc9538284acc58d6187
MD5 4e9306e64cc55c79491f232912989eff
BLAKE2b-256 ca1e755d9fddfd15a0a737c86dbf0ee34a2f59d797340339185a182b015ceeb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5a8d492628b9612dcc72cd3166e21a7c5606f7cbfece474de32d09f4e39f2fa
MD5 a6796a3dda1f8d6891de820b57bf9ad3
BLAKE2b-256 b296ee55f95fed6a6c099e3a47bdda868e5b82256cef5967fa874725de6fd8f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 86afd1d5b0171a4882aac28dbe21506b755d6fe35241e6f723908ea1811903f1
MD5 48a53e582cd365037f4959232dd3f2f6
BLAKE2b-256 34d45ed5ddfcb84686fdda7837a959d0a4e229b06e349d6a07f25ee3f7d11ddf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77c1d64ae259c4ae1411a0a5d12d0202413d104ab36eec6490d3fa6651302e7e
MD5 d46c93bd4670a885cfbae03a15488f0d
BLAKE2b-256 c0f8a8af04b9cbbd946d9daf5126ca0c53b5369f3cc43eb561c2557a064600ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp39-pypy39_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 6147f2b9dde88662eb35131f1c4ff1145181225d1fee7998895c9aeb28453e19
MD5 a257dae44eeba0ce11fc21c5890dde80
BLAKE2b-256 4f4dd234951e65fc6e588a2dcfdd71813f9a1723e23d5ea74c1490ba78c0825f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 673af7696c04f2a0411753205ab32487b5d6daa5acef3d14c7d32c3b13ee1e54
MD5 9ce0186e855abcba903d810282cbb45b
BLAKE2b-256 c841c6adf698dd775600f6600bc7fd74b8e941ea2eadcfab8dc5467449a84e00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8f97580ca759dfe03572a5f3da9d5c42649957e0e32d6e02767ddb1d53b3172
MD5 c11d1c797fd7fa6750ce88aa39f5f017
BLAKE2b-256 0a77a9feede89bf9e3e05ce5180afcb3a5b88f31c08197a71d53b386a87a547c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0855c41e13e07177d208d7b904f091c194a42716b48091d2a3b1aaaf1f73d21e
MD5 119cb69591b701053e3e4ad31018b15e
BLAKE2b-256 a1a034d8fbe58ef1ef8a8f39f4e9d5111f162087f1dd82ed46aeb6a8bb3a2088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe32aa64421a84185f2d2c95d1853428490caa4a6f9e38dbd08faa9d60866496
MD5 86861c7706f2d5796ddadf687d88c585
BLAKE2b-256 526dc99a50801e4f48a6ed072386e62ae80975ecf4cd289fb3362f4da6bc1f60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-pp38-pypy38_pp73-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 04bc0f4303140e8c6e62c830cd7ac661b00df273549b7ed9f446819b8cf9fd5f
MD5 bbc16935390b8d1f8b4b855e4d3f9cae
BLAKE2b-256 5733fe37d036c4405dbb56139f4bd039773848503192f075ff83f4777238e138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3781d02a56e066e320a03f78f19f67457505aaed8ee9fc374c28626b857534a2
MD5 3ddca8e8becabb2da7e5747aeb606006
BLAKE2b-256 2c1eda604ba921e1f1d2fd3ece165b57c493eb81c39db40c65d3244cf862d759

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 676bfe69358f6f46023f24863e00de4ce0ea425cc801c3325990670030ee7d42
MD5 d112877a1ccac4942204d62c26f94054
BLAKE2b-256 f2559f6b72a8d2d087f3fbfdc0beb6a73c4f3c96cdc12e4e28742466f7627062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3628409659f8b26271ecb6cad76058590304d4c664ac640a0e6cf9c14e0e16a2
MD5 b2f65df25ac47748b0cfb8293128c02a
BLAKE2b-256 aa76cdb4a8a51eed9c22b4e629b0d5b3b2ba0a7fb013ef16ae66516af1a1a3d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c4fb37412cc19843ca6e6b7a891bd4ac55aba5afe6c91d690d01531d8f18021
MD5 213845c5d6e226dd0dd7ff2f956a1a32
BLAKE2b-256 cb3f1d6e9610494d7ab37e763bc7aba3b8d884bbfc7d4356f2c10533179ddf39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 472872dab1fc03750c8bce84e33b57dfebb9f3ddbccd476a66f0780b36b1f500
MD5 8cb4a9a4c059acaba03295969f8dd2d1
BLAKE2b-256 a449eca7851ef9f35acd75c1aa67dff7a606e7e671d5f519dc46309e946131ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 535d815dea38f0facf084bd5cec2faf89c31e469ed0ea64ffa6eaf91d6be2727
MD5 a0079c0ec0b6ef094fb8d3a23a274f6e
BLAKE2b-256 be668543b20e67dd4d2cb4f56439118abf19d6fa112a5fd2707410c6cb29de0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp312-cp312-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 9b975da8aeaec5431dce43923516123da4dc8718d29a5d2cf14f879fd0aeedbc
MD5 9758c5d31d2002395103dc3202b43773
BLAKE2b-256 5bb9e5333c1dc17d331b79e45b20e3b8101b59c0e52f355c49c6582f0e3d8e4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0c4339091839469885ee5aedc4372028a94c3fd0b8d9b866f2d605306aaf9423
MD5 c0cab8c77734ed0bbe4ea40d2f0ce753
BLAKE2b-256 18d75715c5ae49c110b2c722b8e568a9c28a00c62ed629662c7686e9178a7e1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ab330612dfa4d522840d3a3df3de2f4622648969aa980d9f6b1f12ced8f514cd
MD5 ae3dfa5a6cf260df3193fa3a34be1c7d
BLAKE2b-256 5bc8c856256479650edb291c66d6fedce1fd73256828f877e3694a337dca1373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40f287c0f4697bf02bef0c17a7b1757e1983d62c58b398fac0d73ed0a6494ad5
MD5 4dc43b875696b21ec24c8f2d7d179b03
BLAKE2b-256 34f84bf436b551532cc3d50416f8f41911e069d591d6f117e9cd65287717f3a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5e193ce304377c24102e471bb6381b011ae4978a573f50a12cacf818a08f77a
MD5 09f314212e4cb6973f0a21879c612873
BLAKE2b-256 99af74b0163c02f06e8ff495681a5c60accfadb60870b09e2806876a778a76a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27f9279a5c0ce197433938d5237e933969b570354d25bc110d9fbeaad4b81407
MD5 181db17f5723809a2842b6f67063f5db
BLAKE2b-256 8978cb33d8feca58d58399ae94c37c9abf8f189d234f5700dff7c0ed6844c215

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cdb07a5257a91ee42a0ab9070571518c87a54fe1bc1c56bf374da6776d3ffab
MD5 492e65d60388a7a1031d9e7a5153ca7b
BLAKE2b-256 23bb74aeae1d9ba9174861a3d48d60acea83564dd4cbc4fba84e129666431acc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp311-cp311-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 b667adab3d557687e15f9374c6d9368a440cfb8ae02e6c8b7bcc099ccbcb162c
MD5 eb82f4107f8ec6a3313560769a9d3fa3
BLAKE2b-256 e2ec2ecf054a27735b5e8a8416ceca8cc1520776425c4c620b414837aa1f7420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 55fb17bca1075c3e67201ce9200b59e9db3b835f663549d159f632c90cd2af0c
MD5 1e89978273d9b229a2c0b50155d8697b
BLAKE2b-256 23d7e8cc6aecd4c20e604effa9f94c9fb7d47fd3772025c23dc735ab5aabb324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 867315c05fd9a10b768b5f762c564882a6e41508404f2cf46058727e01a1ec6b
MD5 713e7eee603b197958cc3f01927c2691
BLAKE2b-256 0d2ee91ad60a914915d3a337feef51b274b46bdf1a00b09ee96fde73e044345c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b618c0f261a081ddae20736895dd13d69eba4b0246942496a953390c80c2ead
MD5 81c54c2a441201fa0d96bca9173cf48c
BLAKE2b-256 f7dd8380663a260d481b792494be7b495b3a20445a0d3bb0f54b7ef6f2070a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c291967d1554862e28b030c7eecbc657c2f142c41d6a07dd3e85c853818cc704
MD5 fbd039c7ccc0107c34b728cd9fcd3373
BLAKE2b-256 fa4c583ee5162942a2a79b27540cb972963f4f8ccc325b757141aec375f2de8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc02c997f4e48066d3515a65bb621d415176d742dc8bada2ec06bd8464b3abd5
MD5 ba471c91df177c936ba3224d9a477f45
BLAKE2b-256 23c99d04c2a17f6543f898326367be40e31d89c426ac2253e59ea18ebea61003

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bee37164b96e9cf0e33e1127f2c7fb2ed5bf394174a2ad5d7b00df7aca93586
MD5 a82e2b6d03ec3a7344653673f071402b
BLAKE2b-256 7dd29fe82d798916aee706a6f825909bc0abf9661135c0578ce88b77b8f86494

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp310-cp310-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 020a6342f076c7292c5e7e62d49a1f525cac331cd02fbb54ce2562fc7ccb5372
MD5 5efd1defae1fd1540e325e8afeae02ce
BLAKE2b-256 9b6bc9a962b5d61451c719157aea64b72d61b1fb169d68d1f1e03a03117b085a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e55d496304f3bda02d91299fc86379de9886f1e9a9807306da0461a0f67e283a
MD5 ce7ac333ac1335b3168bd3b1d47ed543
BLAKE2b-256 1f538c4fa3264a735bf4f2f02b701dd241ac573d845d5b9bb2601587ed4a9373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a38e58e95f87ede97efd02e17c75564b0b782c13e054980dd0ca0d2c341b8caa
MD5 a623d7f525efcf6bd80de5d1de8390f7
BLAKE2b-256 5b0fd4fa3d9276a0d4d65d6d6a5aac1e12053d904dace89a0465cd9e554c4e78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 472ef1900654fca5ca7a990a0e374f84b6f80431d57a71628de2098939d30c6d
MD5 ece70007071bcf38665b9036252af07b
BLAKE2b-256 2f10f1c88e4bc01ad2a8b06d91a133bf6c0681b2e8d9954c1ec0e37819cdce85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 593c0edca2b43ec8e27c5c3ee3b54efc3968bec5507f6c50df8a2f8da7690daf
MD5 6366bdafc50eb58a34617cc15ad6fc2d
BLAKE2b-256 53f75b5d24a15237fe73bc7b5f3d0f9d534dd465e637ce03ac1ebe04151441e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a33ab4dc6047881ad99df12d80ce5934636b868513c81103cd18318f1683bc5f
MD5 20291648140e9c085ac578f1265986d7
BLAKE2b-256 d0d0699df89983fc1e980a9dc43c8a9a7431dff3757e9bfa33908c37757b7918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 623e64254fa830bcb501b73ec73ce983488ce6d151e209bbb209542b94c4d8e7
MD5 c08e1ef85752ede272aa5e979f7e58e5
BLAKE2b-256 f578aece111966ac592db922aba507dc42f12cbae0ae5bdb13d0a18374af0bcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp39-cp39-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 860acebc9a90160b2c53db26d82d4db701c6f6a5b88fccb5124596667ffe65b2
MD5 526afd7659c77d89e65f3363acd8faee
BLAKE2b-256 f563729e68a1e8678c60dbcd15ee805909f078d3e2759800a63fe910e435f53e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5f5ef3e353c302357856393ca87ceae15f09d22de3193e2b93294626a580cda7
MD5 525b61c51bd23302ced0da5dbed53356
BLAKE2b-256 1c90f6f336ee98beb7860fe1905f8651512ee15df77a7f4adcb458c1a21e3195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 546a3704c98321e30bf84f7d5097b20fc2641992ce877b948674d2c9facef11c
MD5 2261539ea36da9133259903847b9506c
BLAKE2b-256 b498ac7f76dc4badbdbc3def958e14f3c5268fd5de96db246d241b23f5796f17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e29746d68056e703c47b96eefd45cbc1b50c4b325f75146b094f012f676ee802
MD5 32512b49f312b32cbee65ff30aef1bbd
BLAKE2b-256 716b3035f07fec8dd28f25b384b19f7ceffc6115d04c268ccc5f8d3f7fe183f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a98f9890d57e7d29c8f1894b2d07b7fbdaaeeca98855f25c2a659fe89a53e2bd
MD5 afcc8603549a019f9ff3a620b70fa669
BLAKE2b-256 335b0a89dea8f6206f3ed5a1063589f0728bdf1d61fceb2c91db06ef9669e844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb44695b47f346a7bbb89e8434acf5ad56979759ccfb5bc65efac6aab20b5110
MD5 b12c44e45ce98279d060c7818d3957c0
BLAKE2b-256 fb1b8e47ed089b75c03321d8bd39fb45d35f119e263631ba98c28a6f9271c5a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 383feeecb8c21e3c43f250f50a47e079649c764584f1f9188e3b9beb4d3ae3ec
MD5 1b9b7f58cfdba2004ae66fd73a9e0105
BLAKE2b-256 53395dfc9896ab4af8d0b29cbb1cf07b7e9166ad0aec507d0c9978d5be437338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.4.0.dev4-cp38-cp38-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 9f578c2dfc824b88177d493ddc6358427d1da5c342b07572b68ba1cc6f8c4bff
MD5 3b4009b531d379a00bcf93480f5a6382
BLAKE2b-256 f289792aa2f1ba8acd18d6d8c1ca0d8db49857402daa96b1c6c8509de9211a59

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