Skip to main content

Python Game Development

Reason this release was yanked:

This development release is likely to be deleted in the future to save space on pypi. Please use a full release instead.

Project description

pygame

DocsStatus PyPiVersion PyPiLicense Python3 GithubCommits BlackFormatBadge

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

Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer library and several other popular libraries to abstract the most common functions, making writing these programs a more intuitive task.

This distribution is called ‘pygame - Community Edition’ (‘pygame-ce’ for short).

It is a fork of the upstream pygame project by its former core developers, and was created after impossible challenges prevented them from continuing development upstream. The new distribution aims to offer more frequent releases, continuous bugfixes and enhancements, and a more democratic governance model.

New contributors are welcome!

Installation

pip install pygame-ce

Help

If you are just getting started with pygame, you should be able to get started fairly quickly. Pygame comes with many tutorials and introductions. There is also full reference documentation for the entire library. Browse the documentation on the docs page. You can also browse the documentation locally by running python -m pygame.docs in your terminal. If the docs aren’t found locally, it’ll launch the online website instead.

The online documentation stays up to date with the development version of pygame on github. This may be a bit newer than the version of pygame you are using. To upgrade to the latest full release, run pip install pygame-ce --upgrade in your terminal.

Best of all, the examples directory has many playable small programs which can get you started playing with the code right away.

Building From Source

If you want to use features that are currently in development, or you want to contribute to pygame, you will need to build pygame locally from its source code, rather than pip installing it.

Installing from source is fairly automated. The most work will involve compiling and installing all the pygame dependencies. Once that is done, run the setup.py script which will attempt to auto-configure, build, and install pygame.

Much more information about installing and compiling is available on the Compilation wiki page.

Credits

Thanks to everyone who has helped contribute to this library. Special thanks are also in order.

  • Marcus Von Appen: many changes, and fixes, 1.7.1+ freebsd maintainer

  • Lenard Lindstrom: the 1.8+ windows maintainer, many changes, and fixes

  • Brian Fisher for svn auto builder, bug tracker and many contributions

  • Rene Dudfield: many changes, and fixes, 1.7+ release manager/maintainer

  • Phil Hassey for his work on the pygame.org website

  • DR0ID for his work on the sprite module

  • Richard Goedeken for his smoothscale function

  • Ulf Ekström for his pixel perfect collision detection code

  • Pete Shinners: original author

  • David Clark for filling the right-hand-man position

  • Ed Boraas and Francis Irving: Debian packages

  • Maxim Sobolev: FreeBSD packaging

  • Bob Ippolito: MacOS and OS X porting (much work!)

  • Jan Ekhol, Ray Kelm, and Peter Nicolai: putting up with early design ideas

  • Nat Pryce for starting our unit tests

  • Dan Richter for documentation work

  • TheCorruptor for his incredible logos and graphics

  • Nicholas Dudfield: many test improvements

  • Alex Folkner for pygame-ctypes

Thanks to those sending in patches and fixes: Niki Spahiev, Gordon Tyler, Nathaniel Pryce, Dave Wallace, John Popplewell, Michael Urman, Andrew Straw, Michael Hudson, Ole Martin Bjoerndalen, Herve Cauwelier, James Mazer, Lalo Martins, Timothy Stranex, Chad Lester, Matthias Spiller, Bo Jangeborg, Dmitry Borisov, Campbell Barton, Diego Essaya, Eyal Lotem, Regis Desgroppes, Emmanuel Hainry, Randy Kaelber Matthew L Daniel, Nirav Patel, Forrest Voight, Charlie Nolan, Frankie Robertson, John Krukoff, Lorenz Quack, Nick Irvine, Michael George, Saul Spatz, Thomas Ibbotson, Tom Rothamel, Evan Kroske, Cambell Barton.

And our bug hunters above and beyond: Angus, Guillaume Proux, Frank Raiser, Austin Henry, Kaweh Kazemi, Arturo Aldama, Mike Mulcheck, Michael Benfield, David Lau

There’s many more folks out there who’ve submitted helpful ideas, kept this project going, and basically made our life easier. Thanks!

Many thank you’s for people making documentation comments, and adding to the pygame.org wiki.

Also many thanks for people creating games and putting them on the pygame.org website for others to learn from and enjoy.

Lots of thanks to James Paige for hosting the pygame bugzilla.

Also a big thanks to Roger Dingledine and the crew at SEUL.ORG for our excellent hosting.

Dependencies

Pygame is obviously strongly dependent on SDL and Python. It also links to and embeds several other smaller libraries. The font module relies on SDL_ttf, which is dependent on freetype. The mixer (and mixer.music) modules depend on SDL_mixer. The image module depends on SDL_image, which also can use libjpeg and libpng. The transform module has an embedded version of SDL_rotozoom for its own rotozoom function. The surfarray module requires the Python NumPy package for its multidimensional numeric arrays. Dependency versions:

CPython

>= 3.7 (Or use PyPy3)

SDL

>= 2.0.8

SDL_mixer

>= 2.0.0

SDL_image

>= 2.0.2

SDL_ttf

>= 2.0.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.3.0.dev4.tar.gz (13.9 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.3.0.dev4-pp39-pypy39_pp73-win_amd64.whl (11.4 MB view details)

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.3.0.dev4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (13.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.3.0.dev4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (13.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-win_amd64.whl (11.4 MB view details)

Uploaded PyPyWindows x86-64

pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (15.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (13.5 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pygame_ce-2.3.0.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.0.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (19.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

pygame_ce-2.3.0.dev4-cp311-cp311-macosx_10_9_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pygame_ce-2.3.0.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.0.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (18.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10macOS 11.0+ ARM64

pygame_ce-2.3.0.dev4-cp310-cp310-macosx_10_9_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

pygame_ce-2.3.0.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.0.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (18.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9macOS 11.0+ ARM64

pygame_ce-2.3.0.dev4-cp39-cp39-macosx_10_9_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

pygame_ce-2.3.0.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygame_ce-2.3.0.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (19.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8macOS 11.0+ ARM64

pygame_ce-2.3.0.dev4-cp38-cp38-macosx_10_9_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

pygame_ce-2.3.0.dev4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pygame_ce-2.3.0.dev4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (18.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pygame_ce-2.3.0.dev4-cp37-cp37m-macosx_10_9_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pygame-ce-2.3.0.dev4.tar.gz
  • Upload date:
  • Size: 13.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for pygame-ce-2.3.0.dev4.tar.gz
Algorithm Hash digest
SHA256 69e57b07792c69f8e76a4ebf3b75cf8e71cba7fbc0bb68529c8239194b13449e
MD5 c5c4836891cbec24552918b18bc5960e
BLAKE2b-256 76581547091d645a4efb46bc6aece95aefea0382f951e70442bf49950830d2a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d7f79429ccc57d4a858cb71b8eb8403483c32d3bec8f5f8b1ea87fb1a02d82d5
MD5 f737b0500306563fecd0599361711b4d
BLAKE2b-256 4a91c248ca18e900293169275d9e2496fc8c28bc0d577a39b86c0b09436f69f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 526ca62d3f2e063b1630b68d854c854b516774353bf3105cb9d3e5fd11e3694a
MD5 e947f9eece8ac08e9de88186f2a529f2
BLAKE2b-256 0649dae1a38ef9155708053877ce72bfbbc1e194a216ae3a0e9f87bfe6a8b103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24db4a01916dd81e5a290fa40c20430cbcd793fcfee372943935eb698ed8a07f
MD5 d3351c8592c7956e23c89e0bc4006862
BLAKE2b-256 dae810c1b03ef5226cc2123c20ec9868a1c349985e0bf2b0c0c2a0d055e6da81

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 353b4b6a100cc38a671febc38931324b39871d123a8edd1944f7efc5a63d5215
MD5 5189a7a0ace0699ed9c061fe5a844e46
BLAKE2b-256 3f9252116c28a425364fcb0d9577e67d42ec87adc3d4944b3e9ded100a721413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f2fb6eae56fc032dbf09496951d77b6b4f59cf59b4de74208bd09dfe162e9658
MD5 f3163c5ce7962b72da663f92ab57c8de
BLAKE2b-256 88d5da7ad3cc317b4f3791d6e0bc06ec6e1d61269ab4b6065dd84f1cba18128d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c7f0668213508c49ee19572a507adfd9bd39c3bd69e988e47d9b519db89398f
MD5 f28b4951c3ddbe92a3e9faeb4f834647
BLAKE2b-256 dc8e30fd56c9e4d419be3ce7e76280200b954367f2e3decb550b13917bf3cd42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f6376a5d905629a6ecd59fe8007db22d32b142ef97cc5b72cb928d2f59f3041
MD5 7a16f278d7bf0e0ee04621463746e5a3
BLAKE2b-256 29f76e8a37f41b7e1fb50fc762d08ea477a583a4c5c5b0915da0b7135b3cd89e

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e066c73b5fd12164abff21395755fa5890f49c1c929bdfb6f6864d8b0d92277e
MD5 bffeffc79737c2e2407d2ebb439a050c
BLAKE2b-256 86e368200f951ff73337a83ab79c3eea2e33e50935981301669125132b80f13f

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c4918dface5f900fef62c45342be44ca06540887e31b81ed341c1c0b18e7db31
MD5 4dae3ca8a2ba4d532b4649f22efc65d3
BLAKE2b-256 a0753e24825c5f61227e6d29d6d787ece385127d62624c228f1f7a839bea579c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d87e68360a0d7fb2d9450e860c838eb2d55cb866c5549ea55bcb3de292567b9f
MD5 8f3f150cae3320567c98a39b12189ce3
BLAKE2b-256 53949c452f07601c122e7efc5d45816fbcd884b86a140c76ab6f0822f5242a18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0431635785c704141a07c46ba8d121e699b2ba4958d7594dfa597f2f24ddba82
MD5 5df208b5b857a133cee83ff777849897
BLAKE2b-256 96c8565df11c48c5eac9ea72716ca4504fbe20908fcc7c26d94046fe2dd37ccf

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53a7f96799ca13d0bbd11aa0c8390d517d8e3d850d0e86a8c337b8a1ec858e86
MD5 336ca23bc32ad0cca622ab4161605867
BLAKE2b-256 793c5648f452d1309a33ddff02e29d33f55aa590328fb0eea16a9f836feec5ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5c0ce3cf0a9ba0ffcc98c80b0c53440ccd4bb04078ced5aa15379103f907bb40
MD5 05dd6b5283f432306ee50fa6752cafe2
BLAKE2b-256 dbf5241b1edb31320f6842904ce04d446df8825daf253ead53eaaefeb1355ac9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 55bb248568bf471c8b2473c796772fd80811708c97a7ddf408937a0039e53dac
MD5 075003a1ca84e0fd53cfe528d66a0d10
BLAKE2b-256 8ea6713c4eafe31c837646db81ffd02c65fffbe1dadac6ae667d3dc2b2373e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8ccf2e206df9a2f7416213a5cf89e8e76e5d67fab25a01082340f26f341329f
MD5 8506486a3e97810dd2cff13f1192b6e0
BLAKE2b-256 01ce282956bddc7bfce5221b11cb6721cddc0d2065746080bf2d3ff1d889089c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a57d938532bce8506ef1638a78fd54f43f7a190522da8d1c3dc286ffd8b1db7
MD5 bf9331fdde031e9532c6bdd5a923cfea
BLAKE2b-256 1983a9d43ed63a4ab14527a99dc45ce95825d36d85bdddbeca6c8dec8c924d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9447d1b193a7d17501d5df4dd8aee4aa9a0fc8d345bedd94b77e1c6cb48cceff
MD5 59a4cfcb560bd776ee56f2552b9171c1
BLAKE2b-256 09c999c85e3f9f2b61a91e90939701ac278080335e5562320f1c7013157228bd

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8231fe3f8c588546f76537775fa53ee10ee91480218ff10dec5f4ff1d524abce
MD5 67bff19b29207b8cca7bd4424f7da0fa
BLAKE2b-256 8091a0a5c788d5c906e1a4cac7fb374961ebe8fca00374a29f734764ab4300dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b996a13880e3099a2a04aa36be9b2b15b6de32af2dca30c224b14907d46e57bb
MD5 0bbe77d757b68dae0ca969b1037a2a15
BLAKE2b-256 f4ddd1d72b6049a5a1e4b0c6d3283483b00b1c98357f992f58d6fcfa64f167a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0a5ed8f1cbdd99104e1d7d3cff6f04febedaf2706095093990b8b5bd588f90c1
MD5 6c6a1710ca6786eef0d0445ded8d3b87
BLAKE2b-256 47db11f52f0a693e8de1dfbdbae02f17d00d0d6eaa81638acaec2ab6b6a448d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75f5649219e977774307c831688e27f854526b82629dd21d15c0babe45b7b83d
MD5 4ac36d4dfc019dfd07200bbc5b990d20
BLAKE2b-256 0e8e86f81ebe0eddee6f570b0dc78daa80ff220aae5e525960635b933a8659ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fc62aac3dfcb33a298375decfffa99e35212129059aae0e5effc509d584b164
MD5 fa754a516a1427d412e0170a1064baeb
BLAKE2b-256 e033528791458bbdd4fb6d97883a61a1f0e1276f0b311f346921cf04584ff9d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5492540fc1b2b93c453f5efb6e7f97abad3ab7d3e674e2b971f361c57d3a35f
MD5 002185e9fb41a793908dfedb20a4b46a
BLAKE2b-256 cae0c86c64e6b47905f66232da241ecd447acb3d2909b0e1e5258c7f369d3fcf

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db883e392c5ede3302749930d8d38218f929f5ca9fe9fd9781965bf317a803e4
MD5 f589d4434fbda94af154de632e3e0ec0
BLAKE2b-256 ede6eb16d029bbfd6ef02d0bf0a2f5dc7bef22414e901982928d033dd83052f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c2f9ce31acafa906a405d4ec7f74c7f79482c544139c7419b4aaf11872b873a4
MD5 ef8c7c53fab65a2b216dff33f2b77ea6
BLAKE2b-256 d16953ede6ffe70790104c9f706c8d8ceb7159d36f4966d5a228e22d727f3788

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c31d93741c9853d8e62edcd2044dfb7c18d08831a8068fd1619e2f9b75131d57
MD5 09a69376af1da5945cc8cdcecb90410e
BLAKE2b-256 ea7494af2b0f102f66b2a56eb9d78994da4f312896670640382e57720d65c442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 887b063aa79cc20368b331352985feb5700e05b2c77f2350d94a296801cec665
MD5 b11f71b19658b7ff38756dc01fda50be
BLAKE2b-256 d8923aeaa6f1e91c9071a14bec07b1e97f7cf0048c8a5fb6b559b8384e7f157e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 45a4c7f1c2ed29d9502056a2b850984330187025b203fe9e69a0c8d3534bcd4a
MD5 624841c2ffe4460e958d2043240384a0
BLAKE2b-256 ee0efb5b0ae20ae812345f2c7ebbb137df6e7a0cb1a7fe185dcd488be21fcd64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c13274aa8efdc0a3137d735cf500f174edb1d7c2b814ae73a505d307d24e0a28
MD5 93a2a6e810eb85b7f039726d99fc883a
BLAKE2b-256 19d760f5b4ec79e72ef4c02df3ffe250a401cc9f21b2c5749179f4a485c869b1

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e1b5e6f3c7c8c88e96daaff98e5a86a0d492b210b7e0c9f3f8a141f6fffbc99
MD5 a4356c3e9f15f57acd5f99154d629e80
BLAKE2b-256 e8dd066f141ec124618beb803411e553c7bc0431b540b3550328e987c6047a84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9227a958d69e928ca93659a224f6c2cb986034e3b2b104afc3e45578a686c848
MD5 15b6accf6d501c8090be79d6f24fb89e
BLAKE2b-256 0982ffbcb447a80779edefdef873ab22ccf6632b50dbd74bcb08ef2f9ebb7743

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 36693c1767748eed63a60c31db82171c5a783cd427514992aaeeb083192ef1f7
MD5 a50be3f5f1ac1a4f7348021ed520d1dc
BLAKE2b-256 0f960ef3ec7d5c71a5e5a2059b7e666f27ef7077a4ad391ffc449865bb3271f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd6ba0e0154b4e4b083238d6f009d881c00eaa9b653348c2069a85f26d48b4f9
MD5 5de5fe39070dd902e9fa6c855b1d445e
BLAKE2b-256 ecc969d42d74ccb49add7efd8e7daf2045f10845632d9a8904dd774582d8e967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50f83ba4f5c6512927199dbbc7fb4f692724990f04e4a7b71183d6ad51cc79b8
MD5 f228a53d693af496e1e0c63c188e23f5
BLAKE2b-256 909822016f8d2cf425b8f52bfcf30ed1302fbc83e22f912fedd2b8b8294da860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f2df2e3f206767d74a446b214a3687640cee6699cd6707464a616ef68dfc230
MD5 d434baff59ff8019a7160b4cedb2cb7e
BLAKE2b-256 86b4a4595cb6844d2465dea7a8f013488522a60cf01815e02687d4cc3e5a1dd4

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f81d0721993fe40ce9c784738be82ea1cce5e588b2b02a8e1d71cff0ce4d385e
MD5 081a98e5cee7f96fda38bb88b7842f1b
BLAKE2b-256 217ea93523df67636317bd4eebc671e8e79004cb36dc406b677ca7593cc22226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cd6bb150ad0fe264904bfdbfca47b8f4bd7025966235ced2131504a8e135fb3f
MD5 cc398765ae9ca5e9aea4fea18b3fb6d1
BLAKE2b-256 c3351fcd74eb61138951b3d9b6274e9ad1ab3472c5e542271ad88dfdb8186b56

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3559b484c02b2592b36be7bae2064838ea294a045e6acaac54431c5d0c8070bf
MD5 10f39e1595c75aa87849d7ff34d77586
BLAKE2b-256 3e123f6d1394223ed775b8e868c51e0ac4280d2286649db4f720e290cc53253a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51aa7c48ff7a5be0c9b0d54a332a2eb58058d7bd337f2d2674931f2b4dbcc1ef
MD5 d6e707a45ca8af982921a606f927e87e
BLAKE2b-256 81c5e3cbad11d258be26947a3186d34413271a9e09b6278b8fa750b773dc292e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3cef86eb203285afd0218104084ae65c70e0af6bf7a16649a3c041f382f9dae5
MD5 90dd9dd2fb9303e29ffbfd89ce924a81
BLAKE2b-256 ee917c6c487a8a4b24006dd9ac2b106bf9c1a52330c3a64c39013c55e36b71de

See more details on using hashes here.

File details

Details for the file pygame_ce-2.3.0.dev4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygame_ce-2.3.0.dev4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b8cb6d67cc9d50bcadd6101ed6dce212d36193440baba0242e55098f113ca64
MD5 ff4f1ec7e62fb7c37ab00bfdf310c427
BLAKE2b-256 98c0cbfe2de1d5feece8b273c5f35dd5fd2fcdb0c7d56f25e66ad9fdcc2e927c

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