Skip to main content

A Python card shoe library for creating card shoes with multiple decks for blackjack and casino usage.

Project description

A Python card shoe library for creating card shoes with multiple decks for blackjack and casino usage.

Example usage:

from card_shoe import CardShoe

shoe = CardShoe()  # 1 deck
print(shoe.draw_card())
# will print a random card drawn
print(shoe.draw_card())
# will print a different card drawn

shoe = CardShoe(7)  # 7 decks for blackjack
shoe.shuffle()
print(shoe.draw_card())
# will print a random card
print(shoe.draw_card())
# can print the same card due to multiple decks

Project details


Download files

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

Source Distribution

card_shoe-0.0.4.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

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

card_shoe-0.0.4-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file card_shoe-0.0.4.tar.gz.

File metadata

  • Download URL: card_shoe-0.0.4.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for card_shoe-0.0.4.tar.gz
Algorithm Hash digest
SHA256 015fdad366978235062d20b39959da957fdb1f967e80cbc8e6521c1f8e458ef3
MD5 9c4bce721e75a62bbd0a6091d74549be
BLAKE2b-256 13a98398d8cbcb09a9fd12e42545ce348d25cae4b70d43299866feb34c5f170e

See more details on using hashes here.

File details

Details for the file card_shoe-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: card_shoe-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for card_shoe-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 635998b6324c6aa31f4ea0cb3310af143f55ba591f074eb2910f10592de14763
MD5 8fba62a27ea97eaf46c4607695b99639
BLAKE2b-256 ffba4f79f444dbc74cb825f283b0cd5015df838c67b73cf10ce4f7edc7f8814e

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