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 following any of these three methods.

From PyPI

This is by far the easiest method. It just takes one command:

$ python -m pip install eqnp

From source repository (automatically)

This will clone the repository and build the package automatically.

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

From source repository (manually)

This does the same steps as the last method, but allows more control.

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

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.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

kblackjack-0.1.1-py3-none-any.whl (6.7 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