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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lib0308-0.1.0.tar.gz.
File metadata
- Download URL: lib0308-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a4d5ff3e9c003e3d46a415f484217e59f6faf22b39fe609867f4e966a9f6c39
|
|
| MD5 |
6bf78d7f37e2646b83d0a8032d5ad2ae
|
|
| BLAKE2b-256 |
97fcc7c37f144f2515135021e74589a2979160676db3c141e01fbb650ce044f4
|
File details
Details for the file lib0308-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lib0308-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b44eda36f7f5f78980d7085a726ab06a065a584b1e06d8482bfd34b01f91ec1
|
|
| MD5 |
47a07c47f3bcf5a3fe29c5f7fef949bc
|
|
| BLAKE2b-256 |
d542a2cca25b49886ad51674952231a4652a555bd78df557ca090f6afba6235a
|