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.2.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.2-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.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pygame-2.1.2-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.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (18.5 MB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded PyPyWindows x86

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pygame-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygame-2.1.2-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.2-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.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (8.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

pygame-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygame-2.1.2-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.2-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.2-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.2-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.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (8.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

pygame-2.1.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-cp38-cp38-macosx_11_0_arm64.whl (8.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

pygame-2.1.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

pygame-2.1.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: pygame-2.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 d6d0eca28f886f0477cd0721ac688189155a587f2bb8eae740e52ca56c3ad23c
MD5 8467a125e9075fa701f082806d228366
BLAKE2b-256 9a5067767e5586a45e7e7b02e6f0e07853f8fcb81b54c66db6278f1a1344491f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fddec8829e96424800c806582d73a5173b7d48946cccf7d035839ca09850db8
MD5 ded209692186cfedfdd482075b5908ed
BLAKE2b-256 dbd51fb7bddcdf455a6c55361f9aa9a2ae827bfb013ff9318e3b5093d811c0cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7fdb93b4282962c9a2ebf1af994ee698be823dd913218ed97a5f2fb372b10b66
MD5 d8b185254662321e309f0df50b2f8975
BLAKE2b-256 15e785cf21ae1797f333c0d2e4f402976a0736b79b150e223daf6a9da168676a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5c7600bf307de1ca1dca0cc7840e34604d5b0b0a5a5dad345c3fa62b054b886d
MD5 0cdff7608a2171846d150bbed18c08cd
BLAKE2b-256 ffb548646947fe59fcb184385fb1ae70b45ea23f03ce66cf585aa57fb75a8732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fc30e834f65b893d1b4c230070183bf98e6b70c41c1511687e8436a33d5ce49d
MD5 26214383b98077acec6d01a84b8a66af
BLAKE2b-256 87f090ef01eda2ceefc61bdfcbe0123ad6f5e3f2ddb64d31644bb878dcbb2a4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff961c3280d6ee5f4163f4772f963d7a4dbe42e36c6dd54b79ad436c1f046e5d
MD5 1d0b8d79d773822547d5e72f52b2164e
BLAKE2b-256 6b53354f4782496c4716d54ba1f54003a8e3643a161d44f0ed81a02f52c8b85e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 636f51f56615d67459b11918206bb4da30cd7d7042027bf997c218ccd6c77902
MD5 450ce4844bf3e8926b14a3681a03c993
BLAKE2b-256 941706d31e15c52850f8fa92654dd69641144f9e86cc0628bce6eb5715404366

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9649419254d3282dae41f23837de4108b17bc62187c3acd8af2ae3801b765cbd
MD5 c5ce00b3dec2b95703f06393fc27ca12
BLAKE2b-256 33633358b79ac62cc67e4051add2f3da13f15c92050c7acc1b73538b7bf32d95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c99b95e62cdda29c2e60235d7763447c168a6a877403e6f9ca5b2e2bb297c2ce
MD5 abf520e5ccc9933caeb6918c55cb05bc
BLAKE2b-256 db6624bab23d7a823208c849c48c8a4149b1412483bf7d8527d9bc9552357f50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 754c2906f2ef47173a14493e1de116b2a56a2c8e1764f1202ba844d080248a5b
MD5 114024edd645549a5ffbac2911460751
BLAKE2b-256 56560f26c8f73306f68dcc6577d58af04e3014b756aaf2effb9e73e7930707c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e4b4cd440d50a9f8551b8989e856aab175593af07eb825cad22fd2f8f6f2ffce
MD5 31449aea6cc71a9e919b96ad7c263c49
BLAKE2b-256 79ca16120612af4bb9514b0221281448214a8b7989d44db243c90b088871c5ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db2f40d5a75fd9cdda473c58b0d8b294da6e0179f00bb3b1fc2f7f29cac09bea
MD5 a138dd1c8cca4b865e210242e8e51739
BLAKE2b-256 205e78fb214bf1d10656cad0dec838a8778213e6e4decbe732b72705caabfa86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7889dce887ec83c9a0bef8d9eb3669d8863fdaf37c45bacec707d8ad90b24a38
MD5 ef35cbcae731223c134162747cf2ec22
BLAKE2b-256 59b268e2b70d52453dc42a4ad8197cebefd3a26555f9280de6a692cfdeb7d284

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a0ccf8e3dce7ca67d523a6020b7e3dbf4b26797a9a8db5cc4c7b5ef20fb64701
MD5 bf6782a684aebf83df531b3d19bc5ce9
BLAKE2b-256 1d141a2b58897c2a70a8ae74e031791cf55fd545b110e1be84268fd743aa9670

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc4444d61d48c5546df5137cdf81554887ddb6e2ef1be7f51eb77ea3b6bdd56f
MD5 954d1637395373eb159ffd1844d1f72e
BLAKE2b-256 c86a93d43e82143571120d839a10c33d3caacf855f9b1e93e43cc34bc3368ab8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f149e182d0eeef15d8a9b4c9dad1b87dc6eba3a99bd3c44a777a3a2b053a3dca
MD5 f7592d6ac641eb54732272a4a77551b9
BLAKE2b-256 ee30fe8211b50c3d476a123509967c34c41c4505264c3fd0e76d4fc65e33be5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5d0c14152d0ca8ef5fbcc5ed9981462bdf59a9ae85a291e62d8a8d0b7e5cbe43
MD5 685b5f00ab2cc79aa2e79e59a70255b5
BLAKE2b-256 e9113f8bfcfd5a6e69660e8b3002377d2b556c78d8d7c62174cd5d584ad3f232

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5e88b0d4338b94960686f59396f23f7f684fed4859fcc3b9f40286d72c1c61af
MD5 96715327db9fa7d7e528dfa67fa2c7ac
BLAKE2b-256 40063d6db91834439422965351d358aed526d27fb772b8675cb44f8c9f7b8fc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 21.9 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.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e06ae8e1c830f1b9c36a2bc6bb11de840232e95b78e2c349c6ed803a303be19
MD5 ef2251cbd24928a1318d2bc63cb6f951
BLAKE2b-256 f850b66e54176f785ce6a812f63f870995b345110698e22dda214d5087dc506e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ecda8dd4583982bb65f9c682f244a5e94524dcf628379766227e9ed97201a49
MD5 e8d1220947cbd2e70c02b6ceb0820af9
BLAKE2b-256 446cb7312af9df6461ec1715c690e780034ea82c19951f83d8530dfb95f10563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2d3c50ee9847b743db6cd7b1bb17a94c2c2abc16679d70f5e745cabdf19e655
MD5 c845bbcbc81331d254a2b6ce86a8c8f2
BLAKE2b-256 db2697acecde2228aac7ec254bb4075a3bde97fc5d8742f28104bd1f97a503ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fc2e5db54491e8f27785fc5204c96f540d3557dcf5b0a9a857b6594d6b32561b
MD5 09460493078fe7ca54f6037e34dc79e2
BLAKE2b-256 65b096dd7c82b7db2869b6e2fc1aa69906016b95e09957a648b41fa7e1d0dcd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 119dee20c372c85dc47b717119534d15a60c64ceab8b0eb09278866d10486afe
MD5 ec95f12363744cd62c6f28d6bf6cbf1b
BLAKE2b-256 3c8d57f72faaea56d0d6538c56728909029811671c7f71998eabc6181af8ef83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0427c103f741234336e5606d2fad86f5403c1a3d1dc55c309fbff3c984f0c9ae
MD5 cc406e6ec7a227f7ac87d86f93f7fcc8
BLAKE2b-256 772f56e5b2dfea6ee1d0120885e9c3bf4df710c263f406217e7826f65a5d7c55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c5ea87da5fe4b6164c3854f3b0c9146811dbad0dd7fa74297683dfacc485ae1c
MD5 f4eda824ed3945abfddc9b68466f45d5
BLAKE2b-256 dbf227aa8193b7b99afc0247564c97e85d149308bff284e17a6345a5f0347c67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dad6bf3fdd3752d7519422f3732be779b98fe7c87d32c3efe2fdffdcbeebb6ca
MD5 a6ee902dfa885170df6c839db2bc3a4d
BLAKE2b-256 25caa119794d139fde6fd5e728301844adfd8771535647268337fcb27e568b39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 660c80c0b2e80f1f801715583b759fb4c7bc0c11eb3b534e89c9fc4bfbc38acd
MD5 91850c82d2a4e54bf5312217b8eaabb5
BLAKE2b-256 fff046fb05ec41021a68c1bbadae61c7f9a02d04dcdeb6b33deb1b31dc275f4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9d7b021b8dde5d528363e474bc18bd6f79a9666eef89fb4859bcb8f0a536c9de
MD5 85a1de07d3482f045d080b2bd33a7be6
BLAKE2b-256 428aa8c6d99971f57111d6a0e6200c310fcfbda56c94aa86b53e6c586dd267ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4aa3ae32320cc704d63e185864e44f6265c2a6e52c9384afe152cc3d51b3a2ef
MD5 7d12d9f3e586abf8602b35b2448f2d3d
BLAKE2b-256 e8227598526fdf76c4715202a28855d72a8a867386a3552c7bc438956a3f4291

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97a74ba186deee68318a52637012ef6abf5be6282c659e1d1ba6ad08cf35ec85
MD5 f6f0b1f95c2a7364cb532a1dbc9e559b
BLAKE2b-256 a53cbfe802949ce0156678db84de0f8a6f29a23562d8abb430a4d1622114dde4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24254c4244f0d9bdc904f5d3f38e86757ca4c6aa0e44a6d55ef5e016bc7274d6
MD5 6a675c61b4ab42d0a3f9dd8272e399d6
BLAKE2b-256 5ef638e76872423c95fa46b250fe300e216b62595d748598fea77ac5c02d0540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3bb0674aa789848ddc264bfc60c54965bf3bb659c141de4f600e379acc9b944c
MD5 1e8e184edbb3d7aaa48ea5abf1a624c3
BLAKE2b-256 fc8760ab97957abc321842207d6642fec91b39c05023967fc42134c7a1957371

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1219a963941bd53aa754e8449364c142004fe706c33a9c22ff2a76521a82d078
MD5 76a4e86b4f1963e365084166f45ce24b
BLAKE2b-256 089db18d0019e92ce4146026234beaeec13545b881fd5e7da6b7e3d8a50c34d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ca5ef1315fa67c241a657ab077be44f230c05740c95f0b46409457dceefdc7e5
MD5 83f2ec1168e3d47c9d919a04e5f9a27e
BLAKE2b-256 a37e5e88a7d9560ac0b438c9c3abb5564c426ab299eea94727b38e19dd06fd9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ea36f4f93524554a35cac2359df63b50af6556ed866830aa1f07f0d8580280ea
MD5 3b7e2e2d4d6933da2e39a1334b468029
BLAKE2b-256 283a083ba63961253490d6b48ac8b717411b8717c68a90d3eaf3d0b1ff6f1702

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0e97d38308c441942577fea7fcd1326308bc56d6be6c024218e94d075d322e0f
MD5 2aaa9b3b757e3b3a1ffd4d12bfcf1e8f
BLAKE2b-256 dc660e281ee9d6a7fe368728b57152c00178db288066cc8a12496a360f9278fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8632f6b2ddb90f6f3950744bd65d5ef15af615e3034057fa30ff836f48a7179
MD5 e749e58efb621cc2d3f9cce624d145d3
BLAKE2b-256 607babc7c113968ccf34141592e3f6552baff35c30e2d5ca3920fc55115fb2fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2405414d8c572668e04739875661e030a0c588e197fa95463fe301c3d0a0510b
MD5 d60c408a4870fa3a290bc185317ed531
BLAKE2b-256 a68514749df9aae13d62923f1b005560151509960e36ee69caf4021abb9a254d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 93c4cbfc942dd00410eaa9e84252129f9f9993f37f683006d7b49ab245342254
MD5 1c60a5a9f49e417e8d78c8afdf748f86
BLAKE2b-256 3c715a3881f927a2b3905956a6664320580b70ebfac82acab2dfa7a7f8df5de1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 20676da24e3e3e6b9fc4eecc7ba09d77ef46c3a83a028763ba1d222476c2e3fb
MD5 1fd1a32d4836eee2a8197cf607e63522
BLAKE2b-256 cc182c7ba52b97d773c9fc6d40c8733432b243cee9b9bc639404dfa8fe391217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a56a811d8821f7b9a594e3d0e0dd8bd39b25e3eea8963d5963263b90fd2ea5c2
MD5 5408b7faa4bbffbad1c1086451d33627
BLAKE2b-256 32cec40213f819148f7afaa39102fb68be5037fe0fc88e45d8fc5aa8bac64492

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e627300a66a90651fb39e41601d447b1fdbbfffca3f08ef0278d6cc0436b2160
MD5 973f7b42fa0c1d1b0c059d96f33b4a15
BLAKE2b-256 dc8773e21e3f4dec57326903465dc7db131464b89130547e52d254b639736961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d6452419e01a0f848aed0597f69fd10a4c2a7750c15d1b0607f86090a39dcf3
MD5 ac4ed2cf7047e879d597fd7e63d83319
BLAKE2b-256 cdcd2993edf1ad508de949e11f75ea591e86f301e50d89604e54efb039429032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5ebbefb8b576572c8fc97a3321d37dc2b4afea6b6e3877a67f7158d8c2c4cefe
MD5 892ac2ff083d10fdd8d900a18d284a17
BLAKE2b-256 47e2338b2645c39c888ea58101064e688bd9ac6af5590e887c2dd8b7ca54a02a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3c8d6637ff75351e581327efefa9d04eeb0f257b533392b6cc6b15ceca4f7c5e
MD5 b47c8175060bd608edc42f32e87d528d
BLAKE2b-256 2c36436f444bc2fdb5f582c29f5e4de12bb04457e3f59193d0e8a90d91f61871

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8e87716114e97322fb177e223d889a4be369a0f73212f4f8507fe0cd43253b23
MD5 44d92a3fddd0108e7cc9f22dc606c644
BLAKE2b-256 e5c613c4bacbfd5f846d3b8b5e8a1e03c7e3cc5a2468d634bd4881c32b025cfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 24b4f7f30fa2b3d092b60be6fcc725fb91d569fc87a9bcc91614ee8b0c005726
MD5 8bc4f7aff831b44e97e1f435188139a8
BLAKE2b-256 e36e897b1f77edad3ab8d60d6bb6400f958c2efea55895f78b6deed98a77aa63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07ca9f683075aea9bd977af9f09a720ebf747343d3ea8103e4f1735283b02330
MD5 f848a71d9d535ee8d602e7fe853bf1d5
BLAKE2b-256 b38b387c9d91a210102abc47adc50d63614734f9f50d82c24685144fe9a6f989

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e18c9466131378421d00fc40b637425229238d506a073d9c537b230b355a25d6
MD5 cb7f3d3c2942b5dee7b31cbe1ecb040b
BLAKE2b-256 4c0d23f786eb611652b0125fcf334a0c21324922a756e6d954c50ecddfc8d4bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 50d9a21edd551669862c27c9272747401b20b1939abaacb842c08ea1cdd1c04d
MD5 816865c0c51af5fea902d38bbeb43c13
BLAKE2b-256 1535ccae084a84e1b93482568afc4483b77bd982b3af5ebd510971a4b8264332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9ce7f3d8af14d7e04eb7eb41c5e5313c43508c252bb2b9eb53e51fc87ada9fd
MD5 b8881e97edbf99e170e0580ea49b99ce
BLAKE2b-256 3faf820341a929ac42dea6804ef7898bddc0b085dda7f483b17674d855c7fead

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fcc9586e17875c0cdf8764597955f9daa979098fd4f80be07ed68276ac225480
MD5 b39230fec1592cc29c736b6df8578f24
BLAKE2b-256 d0afe49558f188b90b6522945e117f60232886648aaa0448031d57deb0dc4676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd528dbb91eca16f7522c975d0f9e94b95f6b5024c82c3247dc0383d242d33c6
MD5 ef6b186ab9beceb1628a2ed07136cb39
BLAKE2b-256 e8871c9184aa476a1d851d217346e6833c3f374312fb3fabe8a335728261b772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygame-2.1.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e7a8e18677e0064b7a422f6653a622652d932826a27e50f279d55a8b122a1a83
MD5 d66d8bf79bd4a9789ab4bd8921777069
BLAKE2b-256 1afd9dc844f67546fde3653799b6bb5072ea424d1976c41ad641d8839766a800

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e1bb25986db77a48f632469c6bc61baf7508ce945aa6161c02180d4ee5ac5b8d
MD5 730aa7066f50cf5a3376724da8e185f7
BLAKE2b-256 c407a4ab7a1bdf090fad2f3a81b08c39c9c729ccab30ea82545a93e140ed9040

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 40e4d8d65985bb467d9c5a1305fb53fd6820c61d764979600becab973339676f
MD5 0078725e99bc202fd97bfc2e9ebab0af
BLAKE2b-256 99f1ca2b6ae5dc15975b4dff8cb8f47c7f9ff43c8b76e51f192711e517836290

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e09044e9e1aa8512d6a9c7ce5f94b881824bcfc401105f3c24f546dfc3bb4aa5
MD5 fb0ffb7e13733197addf36df9b752362
BLAKE2b-256 5973c15a7f805e1c0a453c1d0670dd7581ce96129e14585830278de93d07c5b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pygame-2.1.2-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.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dcc285ee1f1d0e2672cc52f880fd3f564b1505de710e817f692fbf64a72ca657
MD5 ce58ddbd315f6ff0451eb462a07b1b2b
BLAKE2b-256 9d1bd54073eca3e40c67845128858846bac95770024c559fc3b910c06b850c00

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