Skip to main content

No project description provided

Project description

lib0308 Library

A simple Python library to play various card games, including High-Low, and B lackjack.

Installation

Install the package using pip: pip install lib0308

Usage

Add players, deal cards, etc.

### High-Low
```python
from lib0308.high_low import HighLow
game = HighLow()
game.start_game()
# Draw cards, compare cards, etc.

Blackjack

from lib0308.blackjack import Blackjack
game = Blackjack()
game.start_game()
# Add players, deal cards, hit, stand, etc.

License

This project is licensed under the MIT License - see the LICENSE file for det ails.

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

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

Uploaded Source

Built Distribution

lib0308-0.1.0-py3-none-any.whl (7.2 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