Skip to main content

A simple single-player blackjack simulator

Project description

kblackjack

A simple single-player blackjack simulator


Installing

You can install kblackjack using Python's pip module using either of the following commands:

$ git clone https://git.kasad.com/kblackjack.git
$ cd kblackjack
$ python -m pip install .

# or

$ python -m pip install git+https://git.kasad.com/kblackjack.git

Running

To run the blackjack simulator from the command line, either use the kblackjack console entry point or invoke the kblackjack package:

$ kblackjack

# or

$ python -m kblackjack

To run from within a Python script, use the kblackjack.run() function:

import kblackjack
kblackjack.run()

Contributing

Contributions can be sent in patch form to dev@kasad.com.
See git-send-email(1) or https://git-send-email.io for information on how to send patches.

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

kblackjack-0.1.0.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

kblackjack-0.1.0-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page