Skip to main content

Python Game Development

Project description

TravisBuild 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_tff, 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 >= 2.7 or PyPy >= 6.0.0 (and pypy3)

  • SDL >= 1.2.15

  • SDL_mixer >= 1.2.13

  • SDL_image >= 1.2.12

  • SDL_tff >= 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.

Project details


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

Uploaded Source

Built Distributions

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

pygame-2.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl (13.2 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame-2.0.1-pp37-pypy37_pp73-manylinux2010_i686.whl (12.2 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame-2.0.1-pp37-pypy37_pp73-macosx_10_9_intel.whl (6.8 MB view details)

Uploaded PyPymacOS 10.9+ Intel (x86-64, i386)

pygame-2.0.1-pp36-pypy36_pp73-win32.whl (4.8 MB view details)

Uploaded PyPyWindows x86

pygame-2.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl (13.2 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame-2.0.1-pp36-pypy36_pp73-manylinux2010_i686.whl (12.2 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame-2.0.1-pp36-pypy36_pp73-macosx_10_9_intel.whl (6.8 MB view details)

Uploaded PyPymacOS 10.9+ Intel (x86-64, i386)

pygame-2.0.1-pp27-pypy_73-win32.whl (4.8 MB view details)

Uploaded PyPyWindows x86

pygame-2.0.1-pp27-pypy_73-manylinux2010_x86_64.whl (13.2 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pygame-2.0.1-pp27-pypy_73-manylinux2010_i686.whl (12.2 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

pygame-2.0.1-cp39-cp39-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.9Windows x86-64

pygame-2.0.1-cp39-cp39-win32.whl (4.8 MB view details)

Uploaded CPython 3.9Windows x86

pygame-2.0.1-cp39-cp39-manylinux1_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.9

pygame-2.0.1-cp39-cp39-manylinux1_i686.whl (11.0 MB view details)

Uploaded CPython 3.9

pygame-2.0.1-cp39-cp39-macosx_10_9_intel.whl (6.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ Intel (x86-64, i386)

pygame-2.0.1-cp38-cp38-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.8Windows x86-64

pygame-2.0.1-cp38-cp38-win32.whl (4.8 MB view details)

Uploaded CPython 3.8Windows x86

pygame-2.0.1-cp38-cp38-manylinux1_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.8

pygame-2.0.1-cp38-cp38-manylinux1_i686.whl (11.0 MB view details)

Uploaded CPython 3.8

pygame-2.0.1-cp38-cp38-macosx_10_9_intel.whl (6.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ Intel (x86-64, i386)

pygame-2.0.1-cp37-cp37m-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

pygame-2.0.1-cp37-cp37m-win32.whl (4.8 MB view details)

Uploaded CPython 3.7mWindows x86

pygame-2.0.1-cp37-cp37m-manylinux1_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.7m

pygame-2.0.1-cp37-cp37m-manylinux1_i686.whl (11.0 MB view details)

Uploaded CPython 3.7m

pygame-2.0.1-cp37-cp37m-macosx_10_9_intel.whl (6.9 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ Intel (x86-64, i386)

pygame-2.0.1-cp36-cp36m-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.6mWindows x86-64

pygame-2.0.1-cp36-cp36m-win32.whl (4.8 MB view details)

Uploaded CPython 3.6mWindows x86

pygame-2.0.1-cp36-cp36m-manylinux1_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.6m

pygame-2.0.1-cp36-cp36m-manylinux1_i686.whl (11.0 MB view details)

Uploaded CPython 3.6m

pygame-2.0.1-cp36-cp36m-macosx_10_9_intel.whl (6.9 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ Intel (x86-64, i386)

pygame-2.0.1-cp35-cp35m-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.5mWindows x86-64

pygame-2.0.1-cp35-cp35m-win32.whl (4.8 MB view details)

Uploaded CPython 3.5mWindows x86

pygame-2.0.1-cp35-cp35m-manylinux1_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.5m

pygame-2.0.1-cp35-cp35m-manylinux1_i686.whl (11.0 MB view details)

Uploaded CPython 3.5m

pygame-2.0.1-cp35-cp35m-macosx_10_9_intel.whl (6.9 MB view details)

Uploaded CPython 3.5mmacOS 10.9+ Intel (x86-64, i386)

pygame-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl (11.7 MB view details)

Uploaded CPython 2.7mu

pygame-2.0.1-cp27-cp27mu-manylinux1_i686.whl (11.0 MB view details)

Uploaded CPython 2.7mu

pygame-2.0.1-cp27-cp27m-win_amd64.whl (5.1 MB view details)

Uploaded CPython 2.7mWindows x86-64

pygame-2.0.1-cp27-cp27m-win32.whl (4.8 MB view details)

Uploaded CPython 2.7mWindows x86

pygame-2.0.1-cp27-cp27m-macosx_10_9_intel.whl (6.9 MB view details)

Uploaded CPython 2.7mmacOS 10.9+ Intel (x86-64, i386)

File details

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

File metadata

  • Download URL: pygame-2.0.1.tar.gz
  • Upload date:
  • Size: 5.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for pygame-2.0.1.tar.gz
Algorithm Hash digest
SHA256 8b1e7b63f47aafcdd8849933b206778747ef1802bd3d526aca45ed77141e4001
MD5 6353c0eb2367f70b8c8d07d3decc1e46
BLAKE2b-256 c7b806e02c7cca7aec915839927a9aa19f749ac17a3d2bb2610b945d2de0aa96

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b812285d23b5644c643a6ae30553a772f935f47f61826660b108b8727936384b
MD5 efc628c20cec01270193937a9ab4c80e
BLAKE2b-256 e1abc7c0bf51843a18cee43bab27d2989001fd4b011b4e5fbc6f8472b40144b4

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp37-pypy37_pp73-manylinux2010_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-pp37-pypy37_pp73-manylinux2010_i686.whl
  • Upload date:
  • Size: 12.2 MB
  • Tags: PyPy, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-pp37-pypy37_pp73-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a4e35d89b6754941e82df1ce980a1c370943d3c076938d94ed1e48165dd6a11b
MD5 cff36cd7ed7dc723982ad12a68c3aa9c
BLAKE2b-256 e0a5da335a7ca97ab3c05dae2757b2ca1d4bce3ffd02e1d68a2fae4f539711a4

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp37-pypy37_pp73-macosx_10_9_intel.whl.

File metadata

  • Download URL: pygame-2.0.1-pp37-pypy37_pp73-macosx_10_9_intel.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: PyPy, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.5

File hashes

Hashes for pygame-2.0.1-pp37-pypy37_pp73-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 9f48277de1daa83fd58a722b2e3423201b5eb39842227f32702fb78e4bba5a71
MD5 ea5c64fef7dd5ebd2d7b67f5c138fb7c
BLAKE2b-256 84936e4b422e0aff90f6079095051e51b0d9bd92ba3c9043f66aee24ac9d98d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 PyPy/7.3.2

File hashes

Hashes for pygame-2.0.1-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 9de559462aaa68c40bb7625dcd587584b4eb85c4208528dc97b9ee7254945294
MD5 3358ea4c0659534a96548b5f641ac29c
BLAKE2b-256 55ec3a83ba15e91607db9ec2944baddb3de40b39db2ecf180203b26dc84d1509

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2d9b0a66034fed390ee367a549435853502c9d4fe82ac0fa3a520f0ad5648e6e
MD5 87e8fb877a80cc4e0bfaebd273084b68
BLAKE2b-256 b0c35c94f895e261984f4d55d77c8405dda554f8d30bbe2142f5b39fcc0c86fe

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp36-pypy36_pp73-manylinux2010_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-pp36-pypy36_pp73-manylinux2010_i686.whl
  • Upload date:
  • Size: 12.2 MB
  • Tags: PyPy, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-pp36-pypy36_pp73-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5afc34f0af0cec09a20b6bb09090054fac5169ab01909e01b06e7e0752ab0153
MD5 f84cbf95394326af7fc2e96dba908873
BLAKE2b-256 a108f3f4ff37d664df674aaf827be5f4ab8b262942462c0b959cb75fbf743084

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp36-pypy36_pp73-macosx_10_9_intel.whl.

File metadata

  • Download URL: pygame-2.0.1-pp36-pypy36_pp73-macosx_10_9_intel.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: PyPy, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.5

File hashes

Hashes for pygame-2.0.1-pp36-pypy36_pp73-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 10ca736eecedadf492ba1191f9fa3a5e6f30db2b9f8882b3ee7706d5a89c14e0
MD5 db82b85670b8a55cf96a1c265cd4b9bd
BLAKE2b-256 27ad12eeaa53fa3dc1d3fa5db7efade3ad13630414b9662186d27069edeb00f5

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp27-pypy_73-win32.whl.

File metadata

  • Download URL: pygame-2.0.1-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 PyPy/7.3.2

File hashes

Hashes for pygame-2.0.1-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 7ea518d8eeb072c77c16977cdee3c59d9fffa750ed9c7c9c533ba520b6b08af7
MD5 68039b253805561b918fe90309173133
BLAKE2b-256 c3e2770f55781dd23cd80556ba9b1f972707e716b7201801071878bd4c95cea8

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp27-pypy_73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-pp27-pypy_73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-pp27-pypy_73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c188ce4bf1544f2758e8b651f4349a0f3dc441e09d8ab7c4863db1ae8f084a32
MD5 62fb0d33437ab95ccd721b51a382b1f5
BLAKE2b-256 c2937293a97a3d58bb034199430e28373bb262c685a0e7eb74b60e26f516af0a

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-pp27-pypy_73-manylinux2010_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-pp27-pypy_73-manylinux2010_i686.whl
  • Upload date:
  • Size: 12.2 MB
  • Tags: PyPy, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-pp27-pypy_73-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5f057e5aa4c383fcf18560dcae2c5593e37e3fc941083a0a00a17f7cf25ee522
MD5 3e6095e3bcd33ab80da784d2232eb022
BLAKE2b-256 2b1eb6042a9eeb207493121875c5787a0f805f61fd1669f16e1d3254f503105a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pygame-2.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 07ed57062be4bb9741f57dab1751d95574c091c9958ed7e39cdb246d50903283
MD5 25c35f93597bd8395ae6dc9d94b5daf5
BLAKE2b-256 b5082359a882a9f6bcbedd4ba778960127cd7e412a2ef341ffc981ad805c5329

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pygame-2.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 107d5f82f471baee4b9522a691cb320dd52dbf329ed7a0e9ab25f75cd3caf890
MD5 2ddb7ee83e61b9b8350e809e68b771ce
BLAKE2b-256 a8734ea6093f47b3190de5f0ed2e96756a5eaff511004eea08e5c4539ae21d86

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d8059084ce54b2c3d7b2c8bacd5f6490db849b2d2d6e7368c160b08504c87e73
MD5 a2e0473042bb44142c76611252b44eed
BLAKE2b-256 5e77de70cf51dc3426354a9a96ac01375af957053bfda7a9eef565bb4639872e

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fd6acd09d2a0fd3f616b18f977f399ed3dd95e2d6754f115837f026d19d62e10
MD5 a04dd4ac653f19a7d767d70dad3fdbb1
BLAKE2b-256 b8b004ad7333fc130d00ee927d33ea306533368e67f70e76d5669687f53d1905

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp39-cp39-macosx_10_9_intel.whl.

File metadata

  • Download URL: pygame-2.0.1-cp39-cp39-macosx_10_9_intel.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.9, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pygame-2.0.1-cp39-cp39-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 ed80b40da839d60f4c03915bb3638e3c96ea8c30e689d0cc309b7597d82cc217
MD5 3d8dc4095f11da5c4359cfdb3fdd7d17
BLAKE2b-256 12896ae0aaceab0fd4ef0f8799295df02df78fba465216634cac446cac20cdeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pygame-2.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 898874521a9be1f9dbc5b036a9755803287c2664e335afd3e10963f7f4ccb853
MD5 893b2e17fd678c7e35323ef05ba85355
BLAKE2b-256 9671a3e59059842a0b48b1d62b6fca18869e4997ce2da3de8f798ebd90d11a94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0

File hashes

Hashes for pygame-2.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4d3135a1f8c76c3fff1ef8b7a51e4c6523748e9bdbd7bca6daa69790ce0e798a
MD5 a46b511677f26ef18d005edd1908459c
BLAKE2b-256 26611a2bb43670082603e91f28a14686c670d08833f2998a6d73ebe7a0e558aa

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3c2676b4fd278d632037eacd3b0524ce1a592c048e8e5eb5830475f83585cb3a
MD5 45a76086fa9fe7d1aeb67211a0545e3c
BLAKE2b-256 5988d93d7e6f06960c64bc8d9d3e810a8c6133f96511d0cf4e3129d19eced4aa

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 845385caf99f8d941607791c60e560d24b4a35c70eef0b01c30cfde0b913ff92
MD5 73c6ac33c74f1814f7409f0872a3ecea
BLAKE2b-256 52aff28598070f0bc255bcf7a9dd3eaea8945f3640695e18c86b625a634e1916

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp38-cp38-macosx_10_9_intel.whl.

File metadata

  • Download URL: pygame-2.0.1-cp38-cp38-macosx_10_9_intel.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.8, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pygame-2.0.1-cp38-cp38-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 30eb5c7adb0b3362024cec2c461be6978fbfc99c3bca974e438b1b540cd09438
MD5 bc64df0976ab7dadde26b38d083e4723
BLAKE2b-256 3a4069eebf7145055f51cc90145e547da2b68c454b61ae5df6648fec6a259b2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.5

File hashes

Hashes for pygame-2.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3b31d088129977885f72037c55cfa1140e9bcf3468e68b46141f6cc2b33d456b
MD5 e420899defd6c1d1617a4bbc24b64b65
BLAKE2b-256 9a9974ff08a397530af1e48640a5394af2e3df4fd4f720e221a3e45637485337

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.5

File hashes

Hashes for pygame-2.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4f41252dfa1e8bb95f2ea51fba710827dde9820a535623d002a65621bafe7e3f
MD5 477c25e3c88342f4abd1039fbadb7058
BLAKE2b-256 42f9c79d16d40b63f3224c191a1bb3c256e035a548240997007efbb96dfa3e32

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9fd0691c4fe58b932674bb6a91d2808790e8269c3183ef16052f13e1c602ac00
MD5 dcc85af80dc5d4ba5dc0b043311eef96
BLAKE2b-256 4b9ec400554dd1d0e562bd4379f35ad5023c68fc120003a58991405850f56f95

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e72cdc97a49509ca2298350c2c3a0ac26bc8e943ce003a7d245df42e91439d5d
MD5 84067a55b2498c64cf2b46cdfa91b309
BLAKE2b-256 c7d6ef120bfa1a011d518953917c9c3e6af2014e6ca36f18adf28344b71f7003

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp37-cp37m-macosx_10_9_intel.whl.

File metadata

  • Download URL: pygame-2.0.1-cp37-cp37m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.7m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pygame-2.0.1-cp37-cp37m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 ece424c83a575c2e0ba25815871458d3bbade46d76b7997236fb51a0251229ab
MD5 d9e9a817a183351fdf5aa04160b1729a
BLAKE2b-256 06e427001c0e26068981cd97cf2cc3617e96ec87424c950eba0890b03f15fe29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.8

File hashes

Hashes for pygame-2.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 81510ffb1c31a3827c6be047b1926d81caf36dc734564ca0e14903d6bce60c6f
MD5 3c3e5211b7b85c75a6610c8b3ea439be
BLAKE2b-256 d8a51f35b7e7b9f68ba237f5d81e3793257da966c614ea9ce628ee7c058f0372

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.8

File hashes

Hashes for pygame-2.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 328d70d40bc9a6defb9f330f5e7f3d0726af1e7c2308ebca582e69480db2950d
MD5 f082572b44aaab8187cd923fb11732b3
BLAKE2b-256 d1e7e4a1e2b4848e0de6d98eb0979a9e4948a6951746fad4dba4d15817bec565

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 19357c826ab94f9ae5b4ec5cb752cc806cfc29ea32cf7bdaacb65fa2615607e8
MD5 f2e54837bc0f4b493055a915b2aa706c
BLAKE2b-256 01da4ff439558641a26dd29b04c25947e6c0ace041f56b2aa2ef1134edab06b8

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 eab18df58dcc8512f1b694f7218146828d7e3dd3f4e73bfd6942a11810293fd5
MD5 c0300ffcaf88c710dd7077d5b86c9376
BLAKE2b-256 0e9d2a14eb9630f65da5eb323d7f2bc57a6a4dc2d0bef41de31830ee529bd17d

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp36-cp36m-macosx_10_9_intel.whl.

File metadata

  • Download URL: pygame-2.0.1-cp36-cp36m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.6m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pygame-2.0.1-cp36-cp36m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 44f3ff8224d7cb998642400371c685005c8316b55e87794cbf1f6407b88ec424
MD5 f456b8f119d07839648dd5a84f8ed4ff
BLAKE2b-256 d0f98463d50b0369921f9b2ff7c1bf671a683e0a9a3a6c048edf3cbec85b8545

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.4

File hashes

Hashes for pygame-2.0.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 bf833c853a0568738ee5d88e1345c17bf3e8db626c36fb895327a35bb1827b0b
MD5 8baf00c6d43acde10aa5e203b129106e
BLAKE2b-256 d9821b1054e5524ebb4b73a68f777ddde4c8619515186667e28a7aca0a0842ce

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pygame-2.0.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.4

File hashes

Hashes for pygame-2.0.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 72625dc949c6d08ba7ce7c37a33163bb498d90ca0d7e626db3cfbf486df4db1d
MD5 abdd04bc7a47ebc0bb530bb5bf1be4d9
BLAKE2b-256 1161efdda7a0188758bc09269d5a3577409304902c37ff9b74f131b786d34516

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 11.8 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3270cbcff40ca2b5622a145346298a33285c91b6d50097e0b85123d9a2bc7c9b
MD5 e692c03658bdf320a1a78cf7d8a0752a
BLAKE2b-256 65d96472be34975cf2081ed8153c81fa3c9683a9ba4cfe8c787516d2b06532ee

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5aeeb6659a7fe7760a78e449566553ae8c949ae29dd907a8eb4171fa0a274c16
MD5 a7ad7018187715af3e1a6a52b3cef864
BLAKE2b-256 d0d0e4f832b56004080008a1fe15b1b5aa249e105a83e9fe646ffb964a362129

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp35-cp35m-macosx_10_9_intel.whl.

File metadata

  • Download URL: pygame-2.0.1-cp35-cp35m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.5m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pygame-2.0.1-cp35-cp35m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 9aead3f2eed90260136b201f398965900c5335c974bb7b47c381d98e39284018
MD5 d297daa599b0c00b94616c75e439cb0e
BLAKE2b-256 3da75ccbd1f6f6de4402d0afba549005531c15bd866a69c2c57fc56b2610d1ea

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: pygame-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 11.7 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ad230911d61f448c09886d3c92b2eae44ca7530babe9c48e74e02a0622ce2d34
MD5 d857d4ec0678d3ca9495d3d5874c3481
BLAKE2b-256 d2114212b97ea025aca55e2284e9c7d8cb87cfaddb4e89f5eb613c81017246c1

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: pygame-2.0.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6

File hashes

Hashes for pygame-2.0.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 21475405bcdeb20b8a796a3da6704ebb816e06b29749dd64ff619e80816b7932
MD5 17db4bfbb43aefb3aa6e92d210d3d058
BLAKE2b-256 3070c4182763ed9da0eee745d37b7892a4e00e0b68f34bec92ccecdab6dc83c1

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: pygame-2.0.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/2.7.17

File hashes

Hashes for pygame-2.0.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 fd5ee0f42d59a290c049f91894e0739f62c2908e7edc028ffb847a105e68bfc3
MD5 0a12f43f23bc1af5b2c03a8188d748b1
BLAKE2b-256 5671dd6d5784f2e11a4b6db28bf159506d775294b27d7af506cf7b8ea8434a86

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: pygame-2.0.1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/2.7.17

File hashes

Hashes for pygame-2.0.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 0571dde0277483f5060c8ee43cbfd8df5776b12505e3948eee241c8ce9b93371
MD5 181807fb49bd4e309c788bda4709cdce
BLAKE2b-256 da5ff20394f6ac8eda1a05ba2d9421383b6cbf78840e77575ad04074d690bef2

See more details on using hashes here.

File details

Details for the file pygame-2.0.1-cp27-cp27m-macosx_10_9_intel.whl.

File metadata

  • Download URL: pygame-2.0.1-cp27-cp27m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 2.7m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pygame-2.0.1-cp27-cp27m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 49c2f58559c1fbf4ba258e4b141578ccb0e83da3d4f823894f6171a8f0d594ed
MD5 85cfac779a7235506b9dd04c2b0bf17d
BLAKE2b-256 8703f64bcc5e6dd926fab25c3b8661b46c787518dcbea7770048cd784e8e758e

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