Metadata-Version: 2.1
Name: blackjack21
Version: 3.1.0
Summary: A complete package for blackjack, with no players limit on a table, double down, and split features too.
Home-page: https://blackjack21.rtfd.io/en/latest/
Author: Rahul Nanwani
Author-email: rahulnanwani@icloud.com
License: MIT
Project-URL: Documentation, https://blackjack21.rtfd.io/en/latest/
Project-URL: Source, https://github.com/rahul-nanwani/blackjack21/
Project-URL: Tracker, https://github.com/rahul-nanwani/blackjack21/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
    <h1>blackjack21</h1>
    <hr>
    <img alt="PyPI" src="https://img.shields.io/pypi/v/blackjack21?&label=version&style=flat-square">
    <img alt="PyPI - Status" src="https://img.shields.io/pypi/status/blackjack21?style=flat-square">
    <img alt="PyPI - License" src="https://img.shields.io/pypi/l/blackjack21?style=flat-square">
    <hr>
</div>

A complete package for creating a multiplayer blackjack table.

## Features

-  No limit of Tables count.
-  No limit of players per table.
-  No limit of decks of cards being used for the table
-  Hit, Stand, Double Down, Split.

## Installation

```Shell
pip install blackjack21
```

Full documentation available at: [blackjack21.rtfd.io/en/latest/](https://blackjack21.rtfd.io/en/latest/)

### Examples:

- [Basic Example](https://github.com/rahul-nanwani/blackjack21/blob/master/examples/basic_example.md)
- [Advanced Example](https://github.com/rahul-nanwani/blackjack21/blob/master/examples/advanced_example.md)
