pydecklib
A deck of cards
Installation
$ pip install pydecklib
Usage
pydecklib can be used to use a deck of cards in a game context.
from pydecklib.deck import Deck
deck = Deck()
deck.shuffle()
card = deck.draw()
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
pydecklib was created by amaurylekens. It is licensed under the terms of the MIT license.
Credits
pydecklib was created with cookiecutter and the py-pkgs-cookiecutter template.
Release files for pydecklib 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydecklib-0.1.1.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pydecklib-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:10.2 kB
Release files / pydecklib-0.1.1.tar.gz
| Download URL | pydecklib-0.1.1.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ccc807021fc1a3a62e590e1bb4531ff2b1cd6d22954fc22623fac94d42ae58c
|
|
BLAKE2b-256 checksum How to use checksums |
f7b80ad2f185d697799fe9f0b1401d315cabb94cf65455f0dc11fcbac24fe2d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.9.18 Darwin/21.3.0
|
Release files / pydecklib-0.1.1-py3-none-any.whl
| Download URL | pydecklib-0.1.1-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9ca751434812326b2c2c9d012abec9cb39ff0fbae9480b0f72938e4de2dbaecd
|
|
BLAKE2b-256 checksum How to use checksums |
5ce166616259127ee4ca1a7a27c52e9390262e84cb3b858af6d37745c6a3b1a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.9.18 Darwin/21.3.0
|