Skip to main content

Python Game Development

Project description

pygame

AppVeyorBuild PyPiVersion PyPiLicense Python3 GithubCommits LGTMAlerts LGTMGradePython LGTMGradeC

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

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.1.tar.gz (10.1 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.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pygame-2.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame-2.1.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (21.2 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame-2.1.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (18.5 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame-2.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (8.7 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

pygame-2.1.1-pp36-pypy36_pp73-win32.whl (8.1 MB view details)

Uploaded PyPyWindows x86

pygame-2.1.1-cp310-cp310-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.10Windows x86-64

pygame-2.1.1-cp310-cp310-win32.whl (8.1 MB view details)

Uploaded CPython 3.10Windows x86

pygame-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame-2.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (21.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pygame-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygame-2.1.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (21.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

pygame-2.1.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (18.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

pygame-2.1.1-cp310-cp310-macosx_11_0_arm64.whl (8.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygame-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygame-2.1.1-cp39-cp39-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.9Windows x86-64

pygame-2.1.1-cp39-cp39-win32.whl (8.1 MB view details)

Uploaded CPython 3.9Windows x86

pygame-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygame-2.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (21.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pygame-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pygame-2.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (21.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

pygame-2.1.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (18.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

pygame-2.1.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

pygame-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (16.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

pygame-2.1.1-cp39-cp39-macosx_11_0_arm64.whl (8.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygame-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygame-2.1.1-cp38-cp38-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.8Windows x86-64

pygame-2.1.1-cp38-cp38-win32.whl (8.1 MB view details)

Uploaded CPython 3.8Windows x86

pygame-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygame-2.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (21.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pygame-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pygame-2.1.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (21.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

pygame-2.1.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (18.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

pygame-2.1.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

pygame-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (16.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

pygame-2.1.1-cp38-cp38-macosx_11_0_arm64.whl (8.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygame-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pygame-2.1.1-cp37-cp37m-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.7mWindows x86-64

pygame-2.1.1-cp37-cp37m-win32.whl (8.1 MB view details)

Uploaded CPython 3.7mWindows x86

pygame-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pygame-2.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (21.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pygame-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pygame-2.1.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (21.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

pygame-2.1.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (18.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

pygame-2.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

pygame-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (16.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

pygame-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pygame-2.1.1-cp36-cp36m-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.6mWindows x86-64

pygame-2.1.1-cp36-cp36m-win32.whl (8.1 MB view details)

Uploaded CPython 3.6mWindows x86

pygame-2.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pygame-2.1.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (21.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

pygame-2.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (20.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

pygame-2.1.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (21.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

pygame-2.1.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (18.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

pygame-2.1.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (16.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

pygame-2.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (16.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ i686

pygame-2.1.1-cp36-cp36m-macosx_10_9_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pygame-2.1.1.tar.gz
  • Upload date:
  • Size: 10.1 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.1.tar.gz
Algorithm Hash digest
SHA256 b95951b65f3ba95c41a5c7ee2b89e2841bd648bb5ba9269d56a187bf1dd2a95b
MD5 21eb47b7252dda57800421e14b946453
BLAKE2b-256 54e217d24e8b4e86abed9593b28f449e6009155292ed32f66de8a49fed9967ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97b6e45f1ec5e8b705fce9ff05aa2995d82953c07b02a25ec496bd4aa81ee4ee
MD5 59d9e729422e0264531fa64b8f2555a8
BLAKE2b-256 44fc2cc5fbed23af24d5f2949687bc29631fa766fffff500321bff8b181075c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 160739557caeca6c00df30b474e17f63fbfd1e492ae48880298ef696a89ec40d
MD5 573f312f7990909397dfc0426c1a189d
BLAKE2b-256 1e207637c94a9e5f0f575317e08ffa0318785464e58eeff335eabc05bfdf873e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b210310ceb091ac2dadc857acac698eda60d319a3deafbc85725a3afa15ce380
MD5 a5c8799bbc3035979b00e43d2d633098
BLAKE2b-256 7203c896e773c3db0793e41ec4102f93386c803815a1af568ce8356e1223d38a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 666e6aed1cadc4b4020be0548f104cdf82779522790d2f310a2106d06219fc16
MD5 554ddf6a8cc3780e1f1e8950b0db823b
BLAKE2b-256 9c301982a5a1b778a4c61ff0039e2984c356a95e18b6d5a1b4512151efda5721

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.7 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.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4989393674eb2e356f96a5b537bd69c3811a9acda6990f7ddc50651beb29379
MD5 96b0db4874a66f061fce58beb394126b
BLAKE2b-256 89fded184ab403c6161b0c91837b79217ff0e8a1a18e8ca1dd440c154433c012

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.3 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 PyPy/7.3.2

File hashes

Hashes for pygame-2.1.1-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 cfa7bcf2667cba3dbda1aab8175abfc5a5af6f8562c0422c64514c8fb612cc10
MD5 6051b0c797e6f2ede83da052ce2b217e
BLAKE2b-256 fedc20388dbd26927f386123e5628b01f09f9dc62d6907cf851ff5ecf1d0127e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pygame-2.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f35e38b48bb93f71b67e3c0f647126e7b58e6b9d968e7262393be1c55fb20bc8
MD5 8f703a907817ab78c361ddc5135cf31b
BLAKE2b-256 52341a1959170ea7077b8a4dea7f08d267ff709b41bcb7a64a0489810e766b05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for pygame-2.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 81ce904d3fa565bb17f57367bca0cb069b302ecd560d16089ebd8944c224e647
MD5 3b5b5a81c01138b6722a8d10f9ae0511
BLAKE2b-256 501ec86b8912829bab835bddc33256ab362ff94556f048194ed5754464970e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 938fd48319979f9cc2daa46d8b8e9051f81aa2a8c02c7c7dcf87a7d4775db862
MD5 881fd345665bba5e58f24c69d1416613
BLAKE2b-256 9bd04ee34e73407936e137f85001e3a31eaba44f24d7b7137e7b4994ffe6b5ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 21.1 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.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14fa5eca24f37911313fc57e3f1c1b86242502a104c3ad35e25fe8b58034aeba
MD5 cb298e02d1e6bcefdf846d44946fe092
BLAKE2b-256 a4a25d14aeafbc4b5c1dce59bb6cb2053a7397e515df43ea1a83f836eea8d842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8fdfbe86987249c72bf26b6ecfb7b4919902ba8d7efb56be4af006472d13daa7
MD5 7c19f076ac21823b5820abb3befe422f
BLAKE2b-256 76ffbb02f023c77ebaeeddce8207411af48a4e58a114aabffde7ac42eb8861e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1ca47aa9e339eee0ff3751815080bff6df5cf7aea550fd00e7ba8e732bddd3e1
MD5 71fea538e409cd51fb64e82423973ce1
BLAKE2b-256 cfce2b9b76e17fe698c4ae71797fe848b3e6e079b338ce6b9ff526d8b923c2b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 18.6 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.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 730434a31cc1ff58dec7847d881d9456279018ab9ad99de545d186a4bc4cc1b8
MD5 a44cc21427fb88639728c3ea152ec3d2
BLAKE2b-256 cbfea18fb19e3f7ca8e272abd02e8e10368008bb8720a0094079aa246e1bd7f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 8.4 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.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff7efa144f5e18528bbf3c422b15b26aaaa014eb7714fbc0026ff9c5ff13b4fe
MD5 b495a9c65360cf659a91348bcd00c482
BLAKE2b-256 9ed6e0b8d4e9cf0ae80ae50f01bcd23368cf13589a6e4eb1795629f1f4450cba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.9 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.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 195cafc170f5e897594af6bfddebfb9b7bae0a5a42f9c13d0d31fd2e2541ab20
MD5 01bb194144ebeaaddba02775171d9972
BLAKE2b-256 6ac437a578b31e2df96eb2bbf46c2e0faddcf700ff3979bfc9969a50307ac184

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0

File hashes

Hashes for pygame-2.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 158e324852faf0d2e85c435f214ebf7007775db5bfb5ccbfd6aebb1c84ad3a8e
MD5 0271975f1645de3e9fe8e062d3c288e9
BLAKE2b-256 fc2d496c79fd9874f4eb63ea597671788f0c7ef0dc33b686b91b9d7f4fc889b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0

File hashes

Hashes for pygame-2.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f8643b563c3fe252a65152830eed60116aefabfa1d87cbeda13c601611b7f714
MD5 ad0c7509492e963248d61a383adcf2d7
BLAKE2b-256 0f8ecc093f0a09b224b44f0d77d111aac49c8fcba05565cb8cad56b0eb580060

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 21.8 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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ea73fa4c35b0ea944ae73e556387b657a21c7acf7e6c3269b8a3f201cbd9b33
MD5 30393c97d88b1d2bbcd63b2687a73eef
BLAKE2b-256 71786b7bc79cc68e9871ddd38d039a2ace4d660993909817bdc2b735c50c2ccb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 21.1 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.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70b2d531e94cf8f0912ae9c2fbef1399d0dab004430f6a6a93bdb6ecfa1059b4
MD5 821aa24689e871769f9666dbce18d40c
BLAKE2b-256 8a3152deb67c93cbb2fb56b9b7b75f59be2a6b15f57737dc4cac8ab9de208ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23f1aaab6ac9430066948f5846f376af0f83133b03f6203435ee92b40548f1b8
MD5 01b24e6251a8e416dc34bd5dfdc7edb9
BLAKE2b-256 1911644f7869380847d80c3f341ae0ea1fb11deedf87fc7496527dd36bd17eff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 21.2 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.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f4160095aa62cf2557aa84573ff7757c4992b273ca0c58bd4ca71056aafab795
MD5 2ca077566a71f16c1e2cee4f4181252d
BLAKE2b-256 eb5dde56c135f5ea75a114a5ea900111d834d108355ea4e8134bc29f43feb869

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 18.6 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.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cced22e03b9318615f0210aff453b87a1e47cfc329867bc4a11cb5a5ed57e051
MD5 00b8140bf5ab862056090f82add20dfa
BLAKE2b-256 a4ba6b2a45c62136b2bf6ff6e29f43120befd6673ff24d9832780f2dd53a3717

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.9 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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4f7b1e69e29516e3510d6b401375f187fbc41c51b07c43c28ae4fadbd7d6063c
MD5 ac7a9fd56322ce4c5ac1268ecccebe2d
BLAKE2b-256 2ef854f0b0c865ca6f831b1f5bf826e05c8b21736a0e999e0f10bae22bcc34c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 16.0 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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3dc22ae251aed4a8307693156a205a317a425ed82ece77778f3091de335c44a7
MD5 5849f3b3957ee12dba52eb1477e831cf
BLAKE2b-256 b2cd813ca5b1f048fe04be6d9e49c6ca952ce4f9d1eaf27fa45c61aa5d51cfd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 8.4 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.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83ff8a22ac8d7e38166959ff973aab2110e54c8f75401e088ad99cc3b70b27dc
MD5 501ef77a0ca0a46df1308e410e2dad13
BLAKE2b-256 41b5d198321ec126b0fc661564f1e895d643e81e7d237288c8a3b42d919377c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.9 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.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c3822b4cbd8c737e754b5628be9314789a9d19e0adf9721c3ad0c9094bbde791
MD5 d02899467d4cc3134ac933dd397dcddd
BLAKE2b-256 c45d8e1b7f564f876691a573663ffacb16263949762f2c9e38cbb5f4a44bf31c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for pygame-2.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cd9fe62e145fd682acabf0e8940d1c1e665f03ac6c712016deb193fa93951475
MD5 cbaa52d90d79445d62707cd3fc8479f6
BLAKE2b-256 3827fe63eb9c6ff6ff58f32b2179cead37aa713b478062b4cde626e3bad05274

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0

File hashes

Hashes for pygame-2.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fde881e45bd37b64cb56c30a9ad9d3f721f4bb0a4b3f5f8684574029637ce315
MD5 ce6bc60b76e94de1c7600cad07247104
BLAKE2b-256 006171309f9463c0b2815d86db053fe5520e00b116d219de34579401eb124931

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 21.8 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.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93f5bf3fb04b279e6987248e341583d79be990e4ac0de316551da9363a723f01
MD5 0c147d033667e34bc2e2514ae1490a5d
BLAKE2b-256 368c14332c66d05c7484870adc7065362deba9c9fa3ad9fd63a0736f21a9fab5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 21.1 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.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 010d2e331d56568dd12daff944db91e4eda29e21df8d08e7a7920674adea685a
MD5 9a8f5d87b0a165aad053494c0458d9a0
BLAKE2b-256 a39bf10ce34b2c927302920074b9921ee4dfa3feaaa15d0248faef4706f46daa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 653d8beea3e4080532befb3ddbf9c83816507079d2857bba4e9f2a4166c04c5d
MD5 4a1929d4c85597c060804548735fb1c8
BLAKE2b-256 d46097eeb2a04512558a61c019668d423d3efa11e5bde929add27c6d6641e9a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
  • Upload date:
  • Size: 21.2 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.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 31181bf44b164b5f9315fdfbefd06377cf629e4fda902a1c95b7df9bba4c153e
MD5 e393ac022c0754fb1eb6af63386d07d8
BLAKE2b-256 a1799b8e28589fb82843e4f2ae0fa4b9eb0f82d9876209ad6083115f177c826e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 18.6 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.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ec55d3e54eb2f93bd238388e826b94c9ec5f2676c796f87f775b728cd91bedce
MD5 749ab592cf7911fd5463ad9ee1b01e94
BLAKE2b-256 65d9d636763ee80c8d9c9bad0028360d7e05f51c53a3dfdc46e945ed0b5b4489

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.9 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.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 846023dcc8847140a128fccd9c93169e521858f327e240226fb9674c5f9e7219
MD5 34e7257273a6852f25bec3023f088965
BLAKE2b-256 a38d8c3347dda0e19aabdbaf94c4af954965ed27bba121cbcdbc258db167f382

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 16.0 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.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ef4ea27e45f6d94d9f48ee484447d3a88ee172a1af4fbe8a5f1b61e14b5fc333
MD5 8c17d21cc995814a8256cc27c7931b92
BLAKE2b-256 df26d3cad3835095568c018ac9220d6ab946392f801eb2d5abb1367ba2e987f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 8.3 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.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5191d06ad3f356c17a130e99a01fb31169a3353dfb9f81a39a31be31de24dc6a
MD5 be372b3d8a8c2d33a3bd5eaf5698a6d5
BLAKE2b-256 a6199857b3b63a96865f77264a53e324494df72ebfaf7f4a2b2efa9a518edff9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.9 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.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4ca8948f7e2cbf94b9da295d95058c06915cc5f07cff832ec11469376f409a9
MD5 19d09b9c18206628fd430e10b679d3e3
BLAKE2b-256 43f919a7fd6d5df2de6891ec4d146358ffc89f90603a932938b9eb2d582e4258

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9f81c8dc217dfd978c0b67a415f8dc451c09dfaef82afc5545eacf63eaacd2c5
MD5 f7b462a3d1964a3a8a366a81e59f9bb0
BLAKE2b-256 95889cb055657a1dca3c585dc0d35bda22560d83045fbd277f7b1bcd4c70d6b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 27844e37042f18395ecd53f7830adc3fe69aba5d27b28f5e38d4a37447a07ce2
MD5 64b845e90050c61d742d14858d417a30
BLAKE2b-256 90c5593f39fedcc835c595dba99a19fe807d957f468bd667b3d7355d3d962ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb5a6b8def29cb73bdd64c0fddc50da6411ad162edf9847e5aeadb00d663c00a
MD5 2bc874f10b2252d56238d090b82496f0
BLAKE2b-256 1d2c452a495441e536f6cb16dafd010d48908aea589d74b16cdc8f3bbca7e31f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 21.0 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.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97470250af792d07c5c8b6c605d7a5b59d16a55376d5b128c725217398a844a1
MD5 1911956902a185239aeab821dd49653b
BLAKE2b-256 1ae033e1fccbcfd62666cd76ee9411b06c58abbf42ff6704a34a6400c612aa9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5feee135ea937490a0346c8e509575240ee4d9c7b00fd44fbf8e7732cb68fef
MD5 c97eb45ab2bced056764fc3c8d404f10
BLAKE2b-256 832f4aeb419581761db54ee092d8f1e8419258e2b91684a1e4dbe0d9dab09466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4622241d72a2f78a06d28678c291ab70cd72ff077898f3e77f8baf94334213d9
MD5 df3947618841bcf355d2783e262e5f29
BLAKE2b-256 85784ae60b28ce3cf0330e62e86eeef8150916918f4c5de4038b0723de71e006

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 18.6 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.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8ca13cece9086dc898a68ff0780b6e4c74b77e341765f5903f3755d1748fcb42
MD5 2726e3131520e8a1fdcf51efccc421c3
BLAKE2b-256 89e4105ba9bd0fcd19af1692a86278079e8a1cff49721c67f98cdbe05e58c20e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.9 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.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 810c7b72562ac2a298d6db837d91d4b9c1cbbbe2429dacd5b6f5d822679f99c5
MD5 a5c4305392bde03d6aedc7a02eecaad4
BLAKE2b-256 ee2c245bec98a906f8eeda85aabd976470cdf7abbf2308d68abd286e1504008b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 16.0 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.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b67f61149628a8f04beb89ccae8c0d5fba464fc316179a6a149154f3aa94d5b1
MD5 b9e6836c331ef332b6736e2373348650
BLAKE2b-256 89ac4e0947bafef216b3c34cb5ce715638a809aba6da2b376ca22f1d07317400

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.9 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.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ab792f2eafed8e219afe3aa3f4d88181216ea3f613ca76b67a137abe94452e5d
MD5 38c6de18d81ddf50f9a7563ca384304b
BLAKE2b-256 3e6796358ef8ea812725752902d309aa40fd2e6ab92f01b939a6b4975b782af6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 42ca676b0a448df6091cadc334c402eb2a6c1266aaa43c60ad09d681331ff5eb
MD5 cee86d127b984db6aef53ae5b15f62b2
BLAKE2b-256 057a835c5260cffb50d4b93fbbfe3af3a8760726bc20626bdf97d53469bb29e2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pygame-2.1.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b1681ff121f604b074f0f3e23b6f21970c35f465a9addb0d757c29ff608ae3ad
MD5 1fe93182052327c76fec2b1c07765cc7
BLAKE2b-256 ed78accd0629aa84f45b17d3d659fab6554b9f787014921734ba5e4e3bba0d7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8976642c1861219cca8a2acf501dbfda69f67ae480b0fcaf99a954556d26788a
MD5 2ede95dfea81ed53854ed01938465b28
BLAKE2b-256 172f2954af460cb2831387502620de980653d23a79180b50b7e3d4fdef647233

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 21.0 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.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c05f79d64bad1a5880c98aa26bf2578f2e68c75ce8b9200f15f16e087dd99b7
MD5 878a886a263d40b817a7df188676d76b
BLAKE2b-256 f7d6772c22785f54a656aa971625010efac3de3340ac5dfed4cdc919491b4c8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b89c959699d7cb3b3b58221d2e34ef7ea9aca77d77431914054b21993b296cd
MD5 04c467ced177e340b4d8863889150b4e
BLAKE2b-256 bd9c144ccbafbdb712f8ffcf16dc8a18efb3f3b0cad4fb6a601d071fc233c0f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 51d3e6716296f48f386fe969ae9faeaf98d4f8470f16af11ab3054744f018d15
MD5 72e48ac7bc41f30786a6af912df5cd15
BLAKE2b-256 cfa2f0d7d2129d82b67cc689f251ffd62d5dc3db8542145f297693452849aae1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 18.6 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.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d291a7b0316c14f90aa5196ef349368787cf1836fe0864e718c6ff6e3b7d1a60
MD5 ec6da66cc75e6d7d63bbe00936d6ab37
BLAKE2b-256 038c7b99077a1a5d1d09bd7f0961e2e699f0b09282f727cb52e0e606d0114fe0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 16.9 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.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bc38148bbea7c503eb2064a6407159b837536291305a6ee2863dde639a69bdbe
MD5 be12b5422370e0124891b9dfd9cacfb2
BLAKE2b-256 340e619f897252a99915eee36fde939706746a0ac39c49da251002dd9db8940f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 16.0 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.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e278c124d23b681a5dfe8ae0143d7c88e8cc32d424c821f4878c1baa9b60cca
MD5 c15bcbe58543fd7a41fef73759ed04a7
BLAKE2b-256 14f3287d708e75a24186f23151e7b4dbcf2be5e48d996150b998caf9d007ed11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.9 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.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17dbe55fade4d3f4d267ad24042b0af76c98c995b30d4bf45f2f953dd032e5fd
MD5 c7e90e9f142784b5272d86c7a9fb2439
BLAKE2b-256 a3125d35c8246c5589dfb09a9e238d1805b316fb4c99bcf75c6f30042f9e5f0c

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