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.

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

Uploaded Source

Built Distributions

pygame_ce-2.1.4-pp39-pypy39_pp73-win_amd64.whl (10.3 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.1.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (12.2 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pygame_ce-2.1.4-pp38-pypy38_pp73-win_amd64.whl (10.3 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.1.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (12.2 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pygame_ce-2.1.4-pp37-pypy37_pp73-win_amd64.whl (10.3 MB view details)

Uploaded PyPy Windows x86-64

pygame_ce-2.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (13.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pygame_ce-2.1.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (12.4 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

pygame_ce-2.1.4-cp311-cp311-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

pygame_ce-2.1.4-cp311-cp311-win32.whl (10.0 MB view details)

Uploaded CPython 3.11 Windows x86

pygame_ce-2.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (17.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pygame_ce-2.1.4-cp311-cp311-macosx_11_0_arm64.whl (11.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pygame_ce-2.1.4-cp311-cp311-macosx_10_9_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pygame_ce-2.1.4-cp310-cp310-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

pygame_ce-2.1.4-cp310-cp310-win32.whl (10.0 MB view details)

Uploaded CPython 3.10 Windows x86

pygame_ce-2.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (17.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pygame_ce-2.1.4-cp310-cp310-macosx_11_0_arm64.whl (11.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pygame_ce-2.1.4-cp310-cp310-macosx_10_9_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pygame_ce-2.1.4-cp39-cp39-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

pygame_ce-2.1.4-cp39-cp39-win32.whl (10.0 MB view details)

Uploaded CPython 3.9 Windows x86

pygame_ce-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pygame_ce-2.1.4-cp39-cp39-macosx_11_0_arm64.whl (11.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pygame_ce-2.1.4-cp39-cp39-macosx_10_9_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pygame_ce-2.1.4-cp38-cp38-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pygame_ce-2.1.4-cp38-cp38-win32.whl (10.0 MB view details)

Uploaded CPython 3.8 Windows x86

pygame_ce-2.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pygame_ce-2.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pygame_ce-2.1.4-cp38-cp38-macosx_11_0_arm64.whl (11.7 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pygame_ce-2.1.4-cp38-cp38-macosx_10_9_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pygame_ce-2.1.4-cp37-cp37m-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

pygame_ce-2.1.4-cp37-cp37m-win32.whl (10.0 MB view details)

Uploaded CPython 3.7m Windows x86

pygame_ce-2.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB view details)

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

pygame_ce-2.1.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (17.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pygame_ce-2.1.4-cp37-cp37m-macosx_10_9_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pygame-ce-2.1.4.tar.gz
  • Upload date:
  • Size: 12.8 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.1.4.tar.gz
Algorithm Hash digest
SHA256 17244d4ef049e053bbd14e801f1a4c2ec0a65c069a3cf6793b66c622e15077bc
MD5 940df6b216e74731f90b24a4f80550ee
BLAKE2b-256 22939e7640f46c46702641bfecd9ce0cbfb7d7366d7b638b77630006d273a45a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0867b1e6734c2f1328acf5271d9a39ea6d80c1076e4c2e11a43038e9f32da2f9
MD5 1d33a62cd9f5b1ea3d7fea049e2e8b39
BLAKE2b-256 1551e223422912620e0736a08e180c46a953feafb759d0bde324f169cd89e0cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 836cc5c7b9ec0af2065c27ff431ad44ecbcd9270b016609bb9f88affdce252c1
MD5 ecb45d526359245763436ac469bf5167
BLAKE2b-256 a3e2faa945b130f644996093faba7a74d579dc9683ec2756081a9ac76a2504c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01a5c9c010c607778c9a3d8a481d309367410c05eee86f836bfb18bac1754961
MD5 1b6836f04f99d71e230fc724860f6277
BLAKE2b-256 ddb0f3f6c41a061bf83d9b85d4c1fbeeb1d2573fc49c2a443de324ad8f53acf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 86b98a27c86f3ca9df7c23355d572d5cbd558d11ddb57215678085cc2819c126
MD5 bb74807a24b3c2ff8ad9388663c928a0
BLAKE2b-256 e07997132d9b08e4edbbb51cb1804650cf234a49effb6caf2c49c54824b711e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 913c11cb11dc1f234cb052bfcd17c4842336ded0603516e16c65b45ffbb5996e
MD5 f9e344cb71be54609a184a175b209217
BLAKE2b-256 9bff61e85320647f91e75fda1f2ed04e03d70bf107136613e56b32058ff6b641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66b2acba621b3b4b34b88adafa476a9a0b2c1732c1f9ce5522b940fe905076a5
MD5 bb3a3b228644454dd11ac7fa96db1c5f
BLAKE2b-256 c70b110cd40769b46cf73912ed42904b610657db5365fccd5c4a3ae3ebeb868c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ecf543afd5b416305381554d4cd2e624463b146033b3a2a20128cfb905feb9f
MD5 f78935da543f501bfff1d04b0e6bf6b0
BLAKE2b-256 aa2718b796b107b48eb10dffaa312f681862c6de43e1a4252798a4483efcf1ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d04e8177efbc120ceeb3f64b767d7033d8ba1d78cdfa33df80a39bd7a3e104e4
MD5 fc8ddd3c37bf67c12679411a116bf2ad
BLAKE2b-256 369db689769bad5fdde5887371c0122d1012aa96c842d739c1d42e78eea0b49e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7fde9dc5a2b13c41a4076e5d482ddc230f023d6d28b79466179481f1b89ae973
MD5 fa87a06e5117c36223ddac201ea83aa4
BLAKE2b-256 69af8bb00121ee9910914361cca76e0533c17b266bccb3fea64e8ecf84c23fd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38094f8aa2b40a03a06c190c3554fb9332968a35787c7346fec6a636854b9f39
MD5 6857e6aa59b5ef3d087584c1d81ea6d2
BLAKE2b-256 02eb077b3c7684975431a8703217d41607ae5f8a3673de81250ba7daee40786a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7951e046e17ec3e4e6338d73abfecbfc81d4aa8e5545f1a48a3f5f7785dc6b47
MD5 4e5bfa57b6873dc512bfabed3d10f149
BLAKE2b-256 201d513b1352f9719ec0d98e39d5c253b1570d98de332d46cddf2a2374f28ffc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 130b807ec9f5f9c72c7ce6b9c4f339c7c3c2a2540120fe8ab137ebf5c653704e
MD5 2271186a5e505d1c7abb617c6b4905d9
BLAKE2b-256 4c05712afe310a3dff0c99c97c0a7894d36992b7303d4d064b2a0bb108d215c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5fc2e7ed191c356410ea668db8f9b7ecb915c71db14b5ff0085ee242b35f14e5
MD5 a79ebe51047e50b5810220bf132f425a
BLAKE2b-256 1e4aae9471fc06329a164bf2b8b99b369cb27e94a8cce8db2c322585bd803670

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 10.0 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.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6d83b7ec9cd7229b58b47f3f7b3d3e5af7a77c47d2ef79196ee15ba4600fae72
MD5 d3d84c96f42dc66bd1b629309227c311
BLAKE2b-256 794df740ddb8ec4fd73e340831305ee9c5e597d63d4d36f059bda63b62ddc4f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 857b9dd8afd1872fd97877868c52bad8b6ba68658a25b61ea4cf3051527f59e0
MD5 afae5b6f8023abdc274ff8a27687a3d9
BLAKE2b-256 1ffb0a81de6073a96d9d6accd8d102d41c10bc59183f53fb16501b1da573ab56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 175bade04ff442f25f99c30c6728c7b7f32b44a79d9677a65a6d3a4d02cea4cd
MD5 000a42c997abd8b46f0362b1f64a3966
BLAKE2b-256 41b7b85183a6a5489979cf3f92ebe9682d0ef47f399ec0bd839cb4e0eddd6ab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 569b6b5f12519e093913d2d861524bc6e25ca75ec15ee8059316780ad7cb31a0
MD5 d0abc64805ee7d8799d357ae377825a2
BLAKE2b-256 1d5b0072420507f209c698ad8e139290e76257544eebfd25aa46099a1d38b08c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be50bdc04c82bf365c5632e0af8b949a0d8798621d007503af5ae7593a30cbeb
MD5 4d8a6bb0ac80086279aa19561b3be6c0
BLAKE2b-256 c0e8b49d1750f9430a7b4e6c0a64f2eebaf49ccf76abe8d570d6083b9c7aac0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a389ef3f0075a45a0e5a106ef5c77a6d3d169d3eb3e46e8b7048a488421a4489
MD5 6c723339702effc8762e20a8d4de0504
BLAKE2b-256 624245ba2d57b9dd4c449ef235e01705d30a1840e36bb338035802e870a16066

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 10.0 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.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dca16d326289aedc08f76ac964bb56846e5316c3b6ccec74150eeada60c38a7a
MD5 70da283a627b814c02c1af782e0c48e6
BLAKE2b-256 789d428704e7075ceb64b7b9972e93de1f0140d5bd00ee12c88b72b05452c293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed35b4949181df423ce96868b5abbe8d673dfc29c5bd47268504d1a3ea8a8874
MD5 5e21f49004f28f558d4209cdb848f3c1
BLAKE2b-256 6a5267f357212614462e638355c35eb338c46b8d641f374cfd4e830750b610a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 489fa4aa92e871090850b8ca7e8ad628c780cebdf9ce3a0dcc51741880f6953c
MD5 c56f63189393ffc5338ef6f9645e1be8
BLAKE2b-256 68218b980f3770313c4a55da8b3d8d42875f96f4bca003eeb5e0562815be2d44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 410688945383a3b38d50ed5b73143bf3319492be3ba2cfb5fdff093a91906b2a
MD5 fb09c54d86705d50f1a41e9a4b81a211
BLAKE2b-256 a2a896d3386add8fe7d064b2ed7a6d9ccc7cbded95c83ad441c90f09d1e7fc5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3918aa0e68262fe6271d42e040136cfb2aafd2df162bb0afeeb0169ecfe8fced
MD5 34309db8fd161e35d906d1c8f3c9dbef
BLAKE2b-256 3c2e173be42d082e320414812a1c84e2cbe34d85ce616443a091155abfa4276d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.4 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.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4b030d991e861ae2551192c30bdba05dadea6194e5e3d85ea7f711dcdc3bad46
MD5 2d65bf73aeda340cc772650dcbcf828a
BLAKE2b-256 d6875ea4642659a3602253a116f04623da6fed7063a2411ce4fe3c2fe3ffb567

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 10.0 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.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3382fe9dc26829561c6d18de4a9ad9959c644839a421301ed3802cd6f320ecd4
MD5 d96b03f6f0a064d20fe06c1cce1c6368
BLAKE2b-256 4093ba7aa9f3f7e6f298d83abc6d761876689c3b8c195fab085e570512e8d05d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 516c12b5e1cdc92fdb9e35f516f45989048f26b1e793e03f0d527077f8ac73ef
MD5 234cec7ae785034c401358df39167246
BLAKE2b-256 6765f1649cd1541f8000b1de2d766725a473d0bffdbae20d3a2d75457e84690f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 236d1f97bd41ee47021e75229b8684331fb0ec9614bc74aafad994fd6ab3d8c2
MD5 9b6659033a303377c635efaed8f49063
BLAKE2b-256 c5efe903d25d0cf74c61fb7982647a5f3638d3dd2fe5d851e1f9ee9536dd1cf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da8a2f935f84922aaadea28e9f6a062b754f13692c9a35163e92add67df638be
MD5 b57884d7b1e9a181b581bbc7953ee27a
BLAKE2b-256 c634785aa1abdeb962b5a5b0ab08508e862a554c74dd002da96ec11226026a6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 187d90177a9d8b3d9cb669dc0be3dbd5decf481bb1c95485cf2c97d641822b29
MD5 ceb516287d203173df410859cfddea48
BLAKE2b-256 393c729b99a0cb5c3321846a593996a5406c3a9440c6f65ebf24888d76d6007a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 10.4 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.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8e0c1c1b9c42ac355d178413ec2497b2dafa5e8ed8005d119b07a70f5ad766b4
MD5 27ac9bc245ef10cd8fb167b962b30412
BLAKE2b-256 0105e4189a0172b640a4c7031b6f57c97df0f2f1ec9ab4f084eb159b4a5655cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 10.0 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.1.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 89081be598bb09a804fce0b7707d70306d576e96f950a004e377ffbccf6dbf49
MD5 dad79468c0d427d83129105de47f6f3b
BLAKE2b-256 68f6bce55c1a7c00c8f2f6b838c5617c4adaed0b8403154639356abff0a5e9c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 415ee2667e0d452a4595c819ec2dfe1623ade9ea467cdc9e5bdc7934f99e5e13
MD5 cf4e555772e0ec7c148c5d38a13b4e37
BLAKE2b-256 1bfaea057011d7cc99d6027c1e21ee10df462827029da69b91221839b47ac830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 714e64dc2d5e06ed9168f7df3c476937e7d7e1e984b7e76c845fde77cc8aeea9
MD5 1d502ee224889f6e69e5a330c95ce606
BLAKE2b-256 ac68b1084dbae0ee7a4f3e5e9f3f8dc4b4b3b1fffe190cbdb7ee618f5bb4cbce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7aab2ff28aa600992c5ac1488ed04c00409bf5ff529ac05b520ba24f6b164e3d
MD5 5f2569c873da4a5796bbe0f6ea43bc6f
BLAKE2b-256 2200272504506aa0361cfc40c6e27d9c69054875806285d9868aba4b828a61bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2590777eb2b5a8c8e742274c4270ae9007d9945ea3fcd35144c70f97c8227af2
MD5 d0eae9c28847db2aae4a47d3c9957c5d
BLAKE2b-256 3bc5ad36a04c123dec5ecba4841bfd94c5868b683334d92b4b3617bbade37b7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 02859f65f1297c5c2324af898fba9ab11078270e4c1a7827242cb9ed5612ee80
MD5 b05066706a2d90c44c17863d742d282d
BLAKE2b-256 b94afcdedca3b4bdb5e1a06d6c090909b58e17f6e01c1caf5573c1a6e19e682e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame_ce-2.1.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 10.0 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.1.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 73328dab4ea69982a92cfdb104d895128e1ae0026797f9ab2b47b48c6bec8cbc
MD5 4e4e85e1459da984ddcc5844b35d9c8b
BLAKE2b-256 e34dd2c009e951ed2bb821136e6f1b051d7faee983034a453570c678449b6b98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 174be314f4548edc3ed33bfd049939b469499e63d0e322074775cece42bdc655
MD5 f0c1dbefbbcde92febabc3cba38c598a
BLAKE2b-256 f62595d6b5f556c9888eb600ba9390ba5cf98d88d78069b5cbc39116b0b87f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b3f94ee65a9b429e3c13366e964d010aa8cccfb257b854ef6b83710e9b39b63
MD5 7f686562ced82dc5cb200a84daa405a8
BLAKE2b-256 61df7615cd20f73c7b64824fac094e8f0d0b861a515d76551da74ffd38e91681

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.1.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ec99e268815dcb99237393eeb1edf5e64805247b610613436869a01cdf0eba4
MD5 91cd0eba95b83e8dad3aaae0dd246695
BLAKE2b-256 cb64a5b817010fbcd397f3b12e8e6dbc3b0331439b548a9cf6b01b3e176c09b6

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