Skip to main content

Python Game Development

Project description

pygame

AppVeyorBuild LaunchpadBuild PyPiVersion PyPiLicense Python2 Python3 GithubCommits LGTMAlerts LGTMGradePython LGTMGradeC Coverity

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.

We need your help to make pygame the best it can be! New contributors are welcome.

Installation

pip install pygame

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.

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 --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.6 or PyPy3

  • SDL >= 2.0.0

  • SDL_mixer >= 2.0.0

  • SDL_image >= 2.0.0

  • 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

This version

2.1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygame-2.1.0.tar.gz (5.8 MB view details)

Uploaded Source

Built Distributions

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

pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (17.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.6 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (15.0 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame-2.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (5.1 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame-2.1.0-pp36-pypy36_pp73-win32.whl (4.4 MB view details)

Uploaded PyPyWindows x86

pygame-2.1.0-cp310-cp310-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.10Windows x86-64

pygame-2.1.0-cp310-cp310-win32.whl (4.5 MB view details)

Uploaded CPython 3.10Windows x86

pygame-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame-2.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pygame-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygame-2.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

pygame-2.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (15.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

pygame-2.1.0-cp310-cp310-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygame-2.1.0-cp310-cp310-macosx_10_9_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygame-2.1.0-cp39-cp39-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.9Windows x86-64

pygame-2.1.0-cp39-cp39-win32.whl (4.5 MB view details)

Uploaded CPython 3.9Windows x86

pygame-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygame-2.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pygame-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pygame-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

pygame-2.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (15.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

pygame-2.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

pygame-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

pygame-2.1.0-cp39-cp39-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygame-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygame-2.1.0-cp38-cp38-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.8Windows x86-64

pygame-2.1.0-cp38-cp38-win32.whl (4.5 MB view details)

Uploaded CPython 3.8Windows x86

pygame-2.1.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-2.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pygame-2.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pygame-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

pygame-2.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (15.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

pygame-2.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

pygame-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

pygame-2.1.0-cp38-cp38-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygame-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pygame-2.1.0-cp37-cp37m-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.7mWindows x86-64

pygame-2.1.0-cp37-cp37m-win32.whl (4.5 MB view details)

Uploaded CPython 3.7mWindows x86

pygame-2.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pygame-2.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pygame-2.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pygame-2.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

pygame-2.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (15.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

pygame-2.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

pygame-2.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

pygame-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pygame-2.1.0-cp36-cp36m-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.6mWindows x86-64

pygame-2.1.0-cp36-cp36m-win32.whl (4.5 MB view details)

Uploaded CPython 3.6mWindows x86

pygame-2.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pygame-2.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (17.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

pygame-2.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

pygame-2.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

pygame-2.1.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (15.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

pygame-2.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

pygame-2.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (12.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ i686

pygame-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file pygame-2.1.0.tar.gz.

File metadata

  • Download URL: pygame-2.1.0.tar.gz
  • Upload date:
  • Size: 5.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0.tar.gz
Algorithm Hash digest
SHA256 232e51104db0e573221660d172af8e6fc2c0fda183c5dbf2aa52170f29aa9ec9
MD5 8100cc98210aac39b6c6af1d36cb58a6
BLAKE2b-256 7cc057f9709e2e542a6af8fe4623627a74329869cdc21f03486f521c7b90fc57

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ab5aba8677d135b94c4714e8256efdfffefc164f354a4d05b846588caf43b99
MD5 39a36b248b98ffb673a72af14531351e
BLAKE2b-256 0ce8e085540432af6a52a0fc94911b0a9a39ec99e6751a4b23b84e12bf39d3f0

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0227728f2ef751fac43b89f4bcc5c65ce39c855b2a3391ddf2e6024dd667e6bd
MD5 fe75fee7b078adbc05eac146c46ff67e
BLAKE2b-256 be39593060da6ee62f823e39f4a3e9441f98ec1e4197637322bcbddf2b5fb233

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7281366b4ebd7f16eac8ec6a6e2adb4c729beda178ea82637d9981e93dd40c9b
MD5 4c39ca6df5a0ecec5a51b85c30095490
BLAKE2b-256 b831913f4b6c4f0a082184b5aeb0fcf5d940c6e1b487ae4dcf8c439c9fe808c3

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 88a2dabe617e6173003b65762c636947719da3e2d881a4ea47298e8d70886386
MD5 2cfbe4253b7b34267d67de0b735d5efb
BLAKE2b-256 e828794c77a17556198a3d32dd4b1636a6e57b784e51ec61da31a2cb5d4e8d9c

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 646e871ff5ab7f933cde5ea2bff7b6cd74d7369f43e84a291baebe00bb9a8f6f
MD5 c38ead41312b569154b3e49fe39d9335
BLAKE2b-256 efc313f32fa747549546ecda69ce44594b3b3c6b4b8feb120cd934d97874f2bd

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: pygame-2.1.0-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 PyPy/7.3.2

File hashes

Hashes for pygame-2.1.0-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 b0e405fdde643f14d60c2dd140f110a5a38f588396a8b61a1a86374f25cba589
MD5 5cc659300ef7fb1bd7995b771e112d25
BLAKE2b-256 d999a15d138e9981acea150834cb570cc0f3b57a952e1fdba1aafd8f11b06241

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pygame-2.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9a81d057a7dea95850e44118f141a892fde93c938ccb08fbc5dd7f1a26c2f1fe
MD5 947e30e8607afc54dd607af65966c0a7
BLAKE2b-256 e0ce1215d864989d25cb7b234759ce6a760813dffe2e707df7f8e3e748538ba0

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pygame-2.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pygame-2.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e9368c105a8bccc8adfe7fd7fa5220d2b6c03979a3a57a8178c42f6fa9914ebc
MD5 ef69a31011a5cd13e2897c5c757eb5c8
BLAKE2b-256 931a0ef02e516ca7a317678cf739f911f47fc8afb0ff0765541488e94de1edd5

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 847b4bc22edb1d77c992b5d56b19e1ab52e14687adb8bc3ed12a8a98fbd7e1ff
MD5 5097e6970ccd103619a223c58cd39eda
BLAKE2b-256 9240519bb2082bf80ec1df9db6be714d07d49a9ac4096bfe04e9b5408884d0f5

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a305dcf44f03a8dd7baefb97dc24949d7e719fd686cd3211121639aec4ce464
MD5 9215142d882716b4bc7ee4065c0bf65e
BLAKE2b-256 b6e029e21b8430527228d42a79fcb71e202993ec1c6f6b979755fa18a489e804

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5c62fbdb30082f7e1dcfa253da48e7b4be7342d275b34b2efa51f6cffc5942b
MD5 f93d2ca2d8f13625d7712eed6db08d85
BLAKE2b-256 a80b64af978fc3d2ab4b319b3ec5f57c79e43ae143edb67154dfef4c5d88dd0a

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 02a26b3be6cc478f18f4efa506ee5a585f68350857ac5e68e187301e943e3d6d
MD5 7ad21291f44811e1744a2b71275c5149
BLAKE2b-256 5e855b93939204e0c99f12a7da5649fa9761caa623b77c36d2c97b8a58667bec

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 15.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6efa3fa472acb97c784224b59a89e80da6231f0dbf54df8442ffa3352c0534d6
MD5 4926491adf7dd9e9fd3c898b78c87231
BLAKE2b-256 40c53e18ab106bfc450f9c8a9a072e09e79d7db133976944a9fd4b1fd162eb3a

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0842458b49257ab539b7b6622a242cabcddcb61178b8ae074aaceb890be75b6
MD5 a58014a2bae50c1a9f9822556fba9019
BLAKE2b-256 a1e79dbe30eeb2555c48e32f0aade233a495067483ab9de5d06967452c903199

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c84a93e6d33dafce9e25080ac557342333e15ef7e378ba84cb6181c52a8fd663
MD5 57e1aa34f802e154c4b55b1f691b8c8c
BLAKE2b-256 c60da34cfb8ecd37224b027884fd09488a458745dc9ce0b8743b05ec3d832c07

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0

File hashes

Hashes for pygame-2.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 86c66b917afc6330a91ac8c7169c36c77ec536578d1d7724644d41f904e2d146
MD5 d4312a9576c11e42a3b2ae8d0112fe2c
BLAKE2b-256 e645ec8c973dab547cb8673de40ab9bc3d1c3003feb98804cc9dc2c871893d4f

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0

File hashes

Hashes for pygame-2.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 64ec45215c2cfc4051bb0f58d26aee3b50a39b1b0a2e6fe8417bb352a6443aad
MD5 4cce7f88c57d370a1b6f24830b2fe97a
BLAKE2b-256 451e68ae4f5d63d6c027bbc3db84ebd4e2e9fc0e86dc8cdfb0e024c5b4214f7e

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4061ac4e81bb36ec8f0a7027582c1c4dd32a939882e008165627103cb0b3985
MD5 43e5fafbc1fea112d2d03ed0c9a9e78a
BLAKE2b-256 f1bbc7e3f36c94c7d81a2f4b9dd86f48464e72fd6d2b05b34bca50c802069dcb

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f628f9f26c8dadf72fabc9ae0ce5fe7f60d76be71a3407abc756b4d1fd030fa0
MD5 332ab0ca00a791d45a6540a464b58a20
BLAKE2b-256 5c4b7a9fb6be0e7ec582ae510e48ee02fa686f5b744b5669bbbd0c6456d940c7

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5eb3dede55d005adea8504f8c9230b9dc2c84c1c728efe93a9718fa1af824dc8
MD5 9e79ee83b2f826f251a95bdb2a45480b
BLAKE2b-256 e27c72ee23d902b1e51c58d1b782afeb3f8e8714427e5d26128895a5307cea36

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b545634f96132af1d31dcb873cf03a9c4a5654ae39d9ee126db0b2eba2806788
MD5 cfc6fe16113af83e50b22edc620170c9
BLAKE2b-256 8590a95b51b1999d99c08ec552ce3f13ade57e841ca3c97a9deed788b3d2a096

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 15.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f8379052cfbc278b11e31bc97f2e7f5998959c50837c4d54f4e424a541e0c5d9
MD5 c5563f80099984adc2c46f07a77c7091
BLAKE2b-256 6932ce6046bf720f3e0bfb6f7df9a10049fa6df3bbb8e0318133027ee6fe0b92

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a0ab3e4763e0cebf08c55154f4167cdae3683674604a71e1437123225f2a9b36
MD5 5475a8306e3702bc9dcc9f8470d163bb
BLAKE2b-256 6df4ac0fb5a5f8c90853554ba3809342db1ccba4a897a87bc410a0fa3ef42d80

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fad7b5351931cb68d19d7ecc0b21021fe23237d8fba8c455b5af4a79e1c7c536
MD5 69909a1cdbc3852e4d37208226319e2d
BLAKE2b-256 25b31d9791286e99cd346b7eb551bda4a2e8676474c5213feaa218fa9304740f

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb55368d455ab9518b97febd33a8d417988397b019c9408993be034e0b5a7db6
MD5 b7bd17e30998ddd3c4fe988998a43b2f
BLAKE2b-256 b2a394ff4ae7320ffd334677ec0c983904563d66db8e9493320b83df72c1bfc1

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 472b81ba6b61ffe5879ac3d0da2e5cb235e0e4da471ad4038f013a7710ab53ab
MD5 133a2fc32d6164549b71d3a68315a8d9
BLAKE2b-256 ae3574bef8799283df9389d974d68bcd47284213aacfb26f495ec96ddcb2b981

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for pygame-2.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 692fe4498c353d663d45d05354fb47c9f6bf324d10b53844b9ed7f60e6c8cefa
MD5 fbb294ef42697d13b3ed1b9fe6b542b5
BLAKE2b-256 f14ba210cd989fc3a96f40ff170171213b0dc9c36fd123e880d64a428ef07d27

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for pygame-2.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e533f4bf9dc1a91cfd608b9bfb028c6a92383e731c502660933f0f9b812045a6
MD5 690e4c6132fb67d5d2eb041406ab76d3
BLAKE2b-256 64e4a466b1e9d1a4e1c8a2f74bd863c9e4288be532e629f914a1b616701974f9

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 18.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4eff1db92d53dc2e49ed832dd6c76530e1e2b5954eef091f6af41b41d2d5c3ac
MD5 9e7f861e9db55e346d1c2787a22a50f1
BLAKE2b-256 baa36888bb6d57678a6acf754dfed589cb0dbe85086bce607dd580ab4b50cad9

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70a11eec9bae6e8970c5bc4b3d0908eb2c42d4bd4ed488e41e49774b7cb41f57
MD5 c9795448acc68ef87c6080d693ffc377
BLAKE2b-256 2f3f5eef35197c386d45427ccf03143979efe6a2c8f4e291b0ccb7ccef48db96

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3804476fab6ec7230aa817ee5c3b378ba956321fdd5f91f51c97452c588869d2
MD5 4e2c3f650e6f1f002d3b47657f7e59cb
BLAKE2b-256 26ad7cfeebc02abbca07d49d01e5d44360e3ebcdf567413b9cb94b7d710853f4

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2bfefabe78bda7a1bfba253cbe2131038402ce2b32e4218feeba6431fe429abb
MD5 1956b9fd26ed9b04c05b36c8ee1e9d49
BLAKE2b-256 142b0ab0c4b1b5ceae1f812843b4969c4195272f1b0512a9836a5030a49dd4d7

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 15.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3d5a76fa826202182d989e8399fca0c3c163fbb4f8ece773e77955a7a62cbed3
MD5 3d56db1ebfa77c8e54257289a785574a
BLAKE2b-256 66c05b295e969108f6e7598724f1f537ee6c252b842c395d7f2ca7fe1931af22

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 15d4e42214f93d8c60120e16b690ad03da7f0b3b66f75db8966bccf8c66c4690
MD5 37b12a6df488d18ba5926ba41bf40e4c
BLAKE2b-256 9faabd348556ebe838b76f877d11a5cdb9daa5cb4a17cefa8c473803aae4ec38

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c1eb91198fc47c2e4fdc19c544b5d94534a70fd877f5c342228feb05e9fc4bef
MD5 55dadc84354f5efc63cb66467a5c99fd
BLAKE2b-256 8b876834ccded252315b5cfb311f4d5f0c819ee92a7e2afcb3c00cd24f1312f3

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0e96c0f68f6bb88da216765920c6dbc55ae83e70435d8ebac87d271fc058646
MD5 57e98f4b0dd8086c3581ec898d3f639c
BLAKE2b-256 bb2b3a985e749a5edad9864e5522508125ad482ce053358df19123c34b66fbcb

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 85844714f82a5379100825473b1a7b24192b4a944aed3128da9386e26adc3bed
MD5 c7f18ed0dd56fc8814c5b2ef6835650a
BLAKE2b-256 1fc2af681240021f6ffa7081b99abe2db23cadf1069f1545aedd004acc13ea78

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4f73058569573af12c8181e032745f11d85f0799510965d938b1f16c7f13afcb
MD5 8085f108c3b530e09ea91acd50c9f441
BLAKE2b-256 c563088176af7c2cb2c195d3238bbfe17a159d991c3c3428c427ebfb6c1724e5

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pygame-2.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9b2ad10ffaa226ca40ae229143b0a118426aff42e2459b626d355846c59a765d
MD5 28336f324418e2c77bf0af6d17a62d59
BLAKE2b-256 3b2238c76bb5d1fc0160b8917bbcafb5b3393c337311da677e250561757639c3

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 987c0d5fcd7737c31b35df06f78932c48eeff2c97473001e224fdebd3292b2db
MD5 8fbf30622f1791b02145ddf5f8668e18
BLAKE2b-256 848ac4f219d3424d00c1e90046431ee5934ed824e32556a4b02d38e16acc2fac

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 add546fcbf8954f00647f5e7d595ab9389f6a7542a99fc5dca514e14fd799773
MD5 22e035b947413e1715a45665db4f1465
BLAKE2b-256 169a33c0bfcb6b2e7e9c929cf40515fdefab2a7185fbf794eaaff13a4830e09b

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba5bf655c892bbf4a9bafb4fcbc4c71023cc9a65f0cae0f3eba09a11018a858e
MD5 4dbbe69336687a9f353a9eb8e293befc
BLAKE2b-256 4b23ddf5d4c81d4cb122cd939f30c5ae104d729987be99df624dff6fed2c8157

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 38b5a43ab02c162501e62b857ff2cb128076b0786dd4e1d8bea63db8326f9da1
MD5 1e3f6e0620eedb4e4c337f32f49dbdad
BLAKE2b-256 4dae1cdb4395fd9942e185fac3879fbe1d0f0c968bddb7b9cf73650f550a6b7a

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 15.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 32cb64627c2eb5c4c067ffe614e08ccb8987d096100d225e070dddce05725b63
MD5 91a25e4eb1b9e47bac0ba2de015cc3d1
BLAKE2b-256 51fc131c172bd0dda1c2c1383fdde9cd26ea1747c09c417bb7dea38cb77bf31c

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 59a5461ef317e4d233d1bb5ce63311ccad3e911a652bda159d3922351050158c
MD5 f62c02aae69c1dfd2a6e3fc351f61d07
BLAKE2b-256 58629842e7d8f978a8b101e295d731673fadfdb24c702f1b4cc06000f051847e

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 594234050b50b57c538842155dc3095c9d4f994266325adb4dd008aee526157f
MD5 200136f829312d91b6720c71da9cb2da
BLAKE2b-256 fe55c13605c51e32ba6d30acdd7182c76c52e36373d0f2054649ed7b7fc1f689

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d2f80b501aacd74a660d4422793ea1cd4e209bee385aac18d0a07bd671511ee
MD5 9df2528dddcbe9a5a60f18a17f1d87cb
BLAKE2b-256 108014425d161d41bdfeaabe2c81a89104fb9c43cd4844d7b9c21be9e4005712

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b400edd7391972e75b4243113089d6ea10b032e1306e8721efabb36d33c2d0f2
MD5 c93cdf0e9a3b45e9c99366e711e1a11b
BLAKE2b-256 5500e1c292b37f762d1f19f2ceba0d55344c10806d5042c1c04264d29703ec32

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pygame-2.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c6ee571995527e779b46cafee7ebef2dceb1a9c375143828e019293ff0efa167
MD5 059bc4593f528dcd214f30e9e99ae426
BLAKE2b-256 9f307c290f9014263de55c3705ef90e964cca8f6480dbf7ed3894684b59562d5

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdd488daa4ad33748d5ea806e311bfe01b9cc506def5288400072fcd66d226cf
MD5 3807b35b5662d4e73ddb79fb75963838
BLAKE2b-256 a8e82b190aabd524c96de5f8d96bc76b3a2fdc97d48616b44963c70e8c4e319f

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d36d530a8994c5bb8889816981f82b7942d8ec7651ca1d922d01302c1feecd2
MD5 91e41de2f766b3f79aa4b34b46df097e
BLAKE2b-256 1b4734fbf6f5ad1e6bfa4c61640d15054b3bd8a8a3fe832160055cf9b2e307f6

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c28c6f764aa03a0245db12346f1da327c6f49bcc20e53aefec6eed57e4fbe1ce
MD5 9e357c6049fee2ef97ed1ef055cb3eff
BLAKE2b-256 19f421630df0a3eedf7e5611ba3ef3214b95247b2e1d99dd9e1b9d0573124db7

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 53c6fa767e3eef52d403eda5d032e48b6040ccce03fbd64af2f71843168118da
MD5 3bb4f49697debba0f5ce726fa5fde65a
BLAKE2b-256 4e164ad030421b6445e03ae680bd61692db46cf904505602cac3e41424537dfd

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 15.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5a3edc8211d0cf39d1e4d7ded1a0727c53aeb21205963f184199521708bbb05c
MD5 5cc1b7c75547b3604d9843e357ef7b5f
BLAKE2b-256 67a16df502d1f0e72373c2a33ace76f35ef989f7edb2a53eb68e8f829cd55d39

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 13.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 49e5fb589a86169aa95b83d3429ee034799792374e13dbc0da83091d86365a4b
MD5 9b22de1d17166348371277da5d7b3ac5
BLAKE2b-256 81d372f46b8e50aebabf60481c8b4c1f10b1bb765216b6cd2fc34e04f5983234

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 12.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9284e76923777c21b8bea19d8528be9cd62d0915139ed3c3cde6c43f849466f5
MD5 bea5c8ded782376490bded15d48da7ee
BLAKE2b-256 d293c6a942ee442aab829b70c581e7aa978abf7c98c015ffffa4fd909f8c1e83

See more details on using hashes here.

File details

Details for the file pygame-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pygame-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.12

File hashes

Hashes for pygame-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ada3d33e7e6907d5c3bf771dc58c47ee6994a1e28fed55e4f8f8b817367beb8f
MD5 e685d468ff2ded1b0819d92e4e9bd5ce
BLAKE2b-256 490d5c181d3e7a2e6ea853a4cabca84ee4c9f8615f1d5b40d257db9ed81e69ee

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