Skip to main content

Python Game Development

Project description

pygame

DocsStatus PyPiVersion PyPiLicense Python3 GithubCommits BlackFormatBadge

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.11

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.

Release history Release notifications | RSS feed

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pygame_ce-2.2.0-pp39-pypy39_pp73-win_amd64.whl (11.0 MB view details)

Uploaded PyPyWindows x86-64

pygame_ce-2.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame_ce-2.2.0-pp38-pypy38_pp73-win_amd64.whl (11.0 MB view details)

Uploaded PyPyWindows x86-64

pygame_ce-2.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame_ce-2.2.0-pp37-pypy37_pp73-win_amd64.whl (11.0 MB view details)

Uploaded PyPyWindows x86-64

pygame_ce-2.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (14.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (13.1 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame_ce-2.2.0-cp311-cp311-win_amd64.whl (11.1 MB view details)

Uploaded CPython 3.11Windows x86-64

pygame_ce-2.2.0-cp311-cp311-win32.whl (10.7 MB view details)

Uploaded CPython 3.11Windows x86

pygame_ce-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygame_ce-2.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (18.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pygame_ce-2.2.0-cp311-cp311-macosx_11_0_arm64.whl (12.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pygame_ce-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pygame_ce-2.2.0-cp310-cp310-win_amd64.whl (11.1 MB view details)

Uploaded CPython 3.10Windows x86-64

pygame_ce-2.2.0-cp310-cp310-win32.whl (10.7 MB view details)

Uploaded CPython 3.10Windows x86

pygame_ce-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame_ce-2.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (18.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pygame_ce-2.2.0-cp310-cp310-macosx_11_0_arm64.whl (12.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygame_ce-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygame_ce-2.2.0-cp39-cp39-win_amd64.whl (11.1 MB view details)

Uploaded CPython 3.9Windows x86-64

pygame_ce-2.2.0-cp39-cp39-win32.whl (10.8 MB view details)

Uploaded CPython 3.9Windows x86

pygame_ce-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygame_ce-2.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (18.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pygame_ce-2.2.0-cp39-cp39-macosx_11_0_arm64.whl (12.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygame_ce-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygame_ce-2.2.0-cp38-cp38-win_amd64.whl (11.1 MB view details)

Uploaded CPython 3.8Windows x86-64

pygame_ce-2.2.0-cp38-cp38-win32.whl (10.8 MB view details)

Uploaded CPython 3.8Windows x86

pygame_ce-2.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygame_ce-2.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (18.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pygame_ce-2.2.0-cp38-cp38-macosx_11_0_arm64.whl (12.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygame_ce-2.2.0-cp38-cp38-macosx_10_9_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pygame_ce-2.2.0-cp37-cp37m-win_amd64.whl (11.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

pygame_ce-2.2.0-cp37-cp37m-win32.whl (10.7 MB view details)

Uploaded CPython 3.7mWindows x86

pygame_ce-2.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pygame_ce-2.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (17.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pygame_ce-2.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file pygame-ce-2.2.0.tar.gz.

File metadata

  • Download URL: pygame-ce-2.2.0.tar.gz
  • Upload date:
  • Size: 13.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame-ce-2.2.0.tar.gz
Algorithm Hash digest
SHA256 5810bbf19797cbcb2eed3e9def1ae7d3d42e52372dec93f9980825fb3090a30e
MD5 6611e56ea640d26fefb4fb68a4f5370b
BLAKE2b-256 570cc5b9847f0f7c90890c60aa9b5293d4942c73f2e8fdc98749630e873743a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 95f0d6541f66f34a14571ca40f79fb4afc1fa4fd4b1b981a567a05651d92a5d4
MD5 f459ae16f9ec4f75a3495078dc5f46f8
BLAKE2b-256 1b0ca5d5e5b45bc109e743743ed0b99ed521e8cb874ebdb714e25dd451216c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05fbc2f6370531181360f18ea046b1eeb2505bdc4d1056d75cd0a49c10c5d44f
MD5 d99f097a84e950f7e87619be628744d6
BLAKE2b-256 a6c3438bb903600de6eabc8ed68f7e58969662aa71bf6f899a05d3c4980a08ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35a6d1df8afa0db0156a782b99d6b7f68f76ed0669e396a6c13a320d6b499439
MD5 28900c96ce30fc670ae721d380aa574e
BLAKE2b-256 6d94d555722ed3d607f57c84bad533c669676df279a1764f534c4c168554e8b4

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fef663ff056fd627f685fc1afb4f8d9961c30d1d989ff3b17354e70264b3f245
MD5 1393bace2fd4bc592c9c99dd94328efb
BLAKE2b-256 cd57ab344b751731ca066c4f64bb5f995bf9bd0f879011eb91172aed9e1a2da8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cfaedcc273cd6b422e9e5bd627cb1a2ba28ac4e82b94640bc3397070e9833ce8
MD5 4694984d756dc0671f31a121018fa73c
BLAKE2b-256 cab0d3a3cca788e703d8d5eedf14f270873f4b00359e59e54e3588002a5e0eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c56cacde99d3d638a6e47ce87160a2a02a704ad8e0f26d05a37a222cf39a82e
MD5 3d5f21e5dbfe27420a35864cdadf0b51
BLAKE2b-256 b48ebbaa57be581972895f1cb9c6cd5b435905fa11334d553c226d9666419055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd44ea9f73b56dbbd56d010e039c223fc44e5de4f6fa839a0cf7c83482bf3f40
MD5 baccd4b56b90f83cbfc1e05b5d09d159
BLAKE2b-256 cc8a0ec20123fe1b134451a52dcf4ea45067619d7340d52cbe70853d7bf06119

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c056a738c92ccc1cb30efb8c167fd05bef190b7eb3fa1c7e3b2a3397e6c8c415
MD5 272f635c5d8c3bcc1649e033b37d6abd
BLAKE2b-256 c057c4ebea69dc116d1016e76cf94d355657cb1db0b6a3383f9714ce40f266b9

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 89b23aa2481eb1c45c56be6b0d51956e026b145dcb6213311f2a713482a802ee
MD5 23aa10ca0074d9dc87caf9b69f8e5a4c
BLAKE2b-256 1543d0348a931d18ec3c8330fa70c22d00f41cdff4a2ffb5077e394a60f37229

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc94ecab40713a2fb44b611b830673c1fc9b8aab50321e81c213eca4fe1125fc
MD5 423a989e239b3381eb08494ecbf9d4dc
BLAKE2b-256 7176af802ae047e6a1e9c18c73c16cf3445cd244455849637a4066d5e02fe666

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 407449b7cbe174ef0a047f61ebc78eb04dd3d560aca44293ccfb806336e19484
MD5 95ffb9e739fc58b8c60d8e49bce19217
BLAKE2b-256 7e9f14c8abaf54f089c93cace910d67341a8c8214fd84d05f1a84faab4312a6e

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb9c8309a2b7a73db1ab5d4460bcf20f02c81d323a440c608cc99e978f9a0159
MD5 5d5e266b29e2a332a5532ab6e94e976f
BLAKE2b-256 0c9d633cb3c010fd4165a98cc8906113544ac71cab65e557812b1f9727947965

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 300cd766bae854fdba44271bf104d856c0efac34a47490556279aeb07a3fb07e
MD5 c6a6c63febea95fb0d3a9816c7f4f526
BLAKE2b-256 01504a440e8b1fb42d8e91d8726b4f8d1aa5a448911854096278e621099c084b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 10.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4d190fba752bf1be057d4d7538730a76d68241dcaa5d46e32fc342250413301e
MD5 b335e104d4151852728133c0fb20028e
BLAKE2b-256 93c4aa046801e26e9c3c7a02d5c16ee5487626855689687276d9833d222f452d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c00b2279a6ebd70ca69f01837ce0dfb017bd4a28833373a08dddbae91a4a52a8
MD5 ed75488756c333c7101b9a91a2c66cc0
BLAKE2b-256 b554624a45872fb19af33389cc54d1adc782cf103e353677afd2e8cf04a3c361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ca9e6eb9cec9913e4ca3bc37014ad8095c24046ff7c09d62816e280e6fce24c
MD5 bd8034626c5b770814ff10a9d0ecddd9
BLAKE2b-256 45e77235b405b04e8d083af0e92d67f6e29560d69eaf5298d8fa8a5a86da6548

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1eeeb2acff68b4d9f121e439352a8ca435f726993648469d7202b200e1d2c454
MD5 b92c669a88ed7837342d34eaabeb771d
BLAKE2b-256 db1105c103a3a82ccaebbded9a22eec5d6f3f1155ff64c433476a4eb55218805

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ba0f66b7346ec63ee8c5a21db354363ed35f84555b2c902f7ddcc52cb7928f2
MD5 c84f05b2be4acb4ea4fa349024644c8e
BLAKE2b-256 cf11fd1bae1fe1483a4cdfa1b6b5399b212f849447c5d5cda5692378cc4e850c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f6453cd5ac418de447dfaba6016cdc17a7b8574822a6570d9301b354b59c45f6
MD5 8ecfa1604c7a6560d3bab09d7fe00fe3
BLAKE2b-256 57e2b536921e0ab79b7da1c33ece701fa7e8441c4f99e4703af2c8523dca0b11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 10.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0650bfbcd4362a721fd35655a8d49c1bcb96cc811ccec6b28aebb970516be11a
MD5 7103ee55dd96ed8501dfc9c653d012c1
BLAKE2b-256 2f626d72a3836d955cb66e2998a423a01ce84ecfdf5d01e0c3e1b3fd8c3735ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a02373c7d48331a85b208047a41475b5fe5cfd2c48ca8fea06b805730ae9615
MD5 f1193d4990c1157a7070e30e6935e6a7
BLAKE2b-256 2f3fbd9b68b0191f9df0e74c6e1e5d1e862d2122ce08bb7e4d9d5eaf8a65dcea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bbd72d0859464614c69a4a984c0eb5fad1fea1e81a0fd6cf2d2f7bb3e4048b01
MD5 614f053fc20524577abb6e3836454f0a
BLAKE2b-256 b0d82f5cbe0f1e3649f11713451ff80e29b7c606ecad36d21993c9e7d6e061bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfe6f8df61f8190dd7c88ff8976c9cc48df8774eb40d8bf09c747a8d4011e7b0
MD5 58ab157c8628c2e5c3e005462bd1773a
BLAKE2b-256 60547219db18050730746ceec67639396c673d753c10472835903f14778f84e2

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 369f172999725b51e153c9ffd4df19697dda83efcfe4dd8ba2942b3af103105e
MD5 c18391434842eb7d88fbaccd52df5fb2
BLAKE2b-256 fc911cfced284a84d42b8d78c75bacebeccdcce318e95cf87e336a4d013ad825

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b5747773da98e992f5e0022d554e6eaf02cd61752a30c6c3ce4cfa61f99717e3
MD5 ead35e1fbc869e683007a36704bf84d8
BLAKE2b-256 f71dbfe85ea64d8ab8a3235c7926a44f156dfe0f7e8a1cff2399662230ab7ba2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8166f2d8cfab8b6bb94bc8be5d4052afa9567ae702e124607ef7bbd17a161ed7
MD5 57b5ea3afc6dd2d8531aca9a81dc435d
BLAKE2b-256 dc9ff0b7f3a9637548320d679daae234b3683dec8af8c0ac7d5726a320f947f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2aa53fc0b099fb9b506f484d2ba61b4c39c7114425db8f19499068ce20d2526
MD5 ad71c1d84e04608ffaf879937cab1c7e
BLAKE2b-256 5475efb77f0fff8e32fae63b459cc0dd2e72f9aa8eeffe56f621ba3783e1e0ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0414ca0da2cab257671e0e40995702687c09d54068102faf980620fee5dd3f49
MD5 b958e0c0dec5f007c80866cb5d9fd877
BLAKE2b-256 56590d56571c5db827cfa872e09ed13cb6f0cf98fd927da27fdc27c3662e6b67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 931a23ccd2db275178cdd6d822e4d9049c4f31ac71a12d4006102e84ecb9461d
MD5 c900d5b3e602d5e40f6b3d94675d79e6
BLAKE2b-256 84880cd3ca1baac02efb8fd57d90d5e2d89c80e05ecd345461f4a42af179f13b

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66c61d6dfd25bef20b5cd0fcfc6fe75e18c3ebdbe383619b1f265af05c4828ca
MD5 ed11dbd44982571c4fe00a8986f4e31e
BLAKE2b-256 ea78b66076b0d550784fddbe6f2425e00c23c080515dcadc7e9debe5cccff545

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 874156b8abb553a289815399635b7e50f65e19614b6c8234c671c547cd8534b0
MD5 5dc8bcc0640d7eb9f0b7d569c32f3688
BLAKE2b-256 3fb27d945b730b7a2c82b9cb1d10ab11109a509a12d2a981236dc5f002d086e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e0f2f85680213e38753b04aa9c621a94f424c1f5ebb2849270876421484bc0aa
MD5 274a4922d5fad2f3efa8cbf875d9ab00
BLAKE2b-256 e9b11868747f9732de256f7bc6334800c8b15a363879c08a8108c0b3739badf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19ca4e57caf93e8c1e4a1b4d0109f5a0ab3ccc27cfda7a7682a12ea8a36f8a13
MD5 ffd64d09ffc4f9d842e28665d322837c
BLAKE2b-256 c1df94a4f0dcd3db8a85cf6c993c497f8bf2e2b1359f8e26650790f535ea6f25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7edb98891789cdd9b65d26c1dd8dd9621e929492259c6e68ca54c3dfdfdde22b
MD5 7305f295536f68722980ee5a3842ea55
BLAKE2b-256 d94576bb85a8e333f2921094a415e652f531908b3fbd7272d1030810d8a360c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b15f9aaba489a480f4c35bd902683e4f3e7113c3f4c12939d27a784ff9d2d46
MD5 5142aed1828f3e5e415cc5bce0e0a579
BLAKE2b-256 460932fd42a40e9ee860c509ddf3c6d9663d0c3e7a362dd2a9701473b990b74f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d98fa2da161513c86e38521e7480bdaed5129a2b0f0405e690f08d524e4da472
MD5 c89519d52ca96590fead2aa2a3b32778
BLAKE2b-256 6533ed5eaba6aa9650958822f622912b54b0a51a41374a5534fcea6cc9342de0

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pygame_ce-2.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dab5607127e0e0ad9de44800a0d492d480398b3faa14f3f36ea16c1f77b44679
MD5 4a9652c7508d17007f6c5c26659f78e7
BLAKE2b-256 48446465cb80dbdc9d85b4600aee32cb0e480034b5b2de92dcc51bcbacde70fb

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pygame_ce-2.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 10.7 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for pygame_ce-2.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 37fb8efe8f83bdd48187a818c6129f206e86f706bce915c696f7e5b78fc507f2
MD5 aa757de69c00d9c4430942228cb712e0
BLAKE2b-256 9790389e356233a586d2493f85f3efc4c8620cf87eb76ae42753927bc182dcda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11974707088258793428c87ca3c973b3851008d2319879b3be29c340e3e6cb92
MD5 f51f993e6be9f7dfcfeba95b5c094215
BLAKE2b-256 cca6a987632a7eb279247078f72eb5b524287aade067b67aae9f008272e5fa3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a80add0c8ef34105f025aa9fedf527e8a7d7cf29639ebfae4318ecb11f46eaee
MD5 80517355fdacb3710f03c43695fb335f
BLAKE2b-256 05f43dd7e85a5d718296357cc206829439ec2de5c3aa358c1b13390bc1f05031

See more details on using hashes here.

File details

Details for the file pygame_ce-2.2.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6c4ce3e268c24b0023b6c6ed10ef3e661abcb2f545db0e882e0dfc5b9836e46
MD5 9382f932e36a74bbfdcc60b1294dd33e
BLAKE2b-256 c1ed6fbb8813603ac3fa43d5125c9a115a70ca127fda723b5c5548d5c8258564

See more details on using hashes here.

Supported by

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