No project description provided
Project description
S2L2 Card Games Library
A simple Python library to play various card games, including High-Low, and Blackjack.
Installation
Install the package using pip:
pip install s2l2cardgames
Usage
High-Low
from s2l2cardgames.high_low import HighLow
game = HighLow()
game.start_game()
# Draw cards, compare cards, etc.
Blackjack
from s2l2cardgames.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 details.
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
s2l2cardgames-0.1.0.tar.gz
(3.4 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 s2l2cardgames-0.1.0.tar.gz.
File metadata
- Download URL: s2l2cardgames-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e7db5565b38de643cfe70d360bab409e83f1ac67f531a72e35c472868402c5e
|
|
| MD5 |
2b317666d678906b0f908b14ee0871a2
|
|
| BLAKE2b-256 |
146b7d2aae87d7949000f3b11c6c1224d4ccec8716b96f6e7ac6cb20cd52661b
|
File details
Details for the file s2l2cardgames-0.1.0-py3-none-any.whl.
File metadata
- Download URL: s2l2cardgames-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
398b4258e2b7de123cf32be259ea580fab7bc4e246ad0906c5e5c51d606d6edf
|
|
| MD5 |
5073bf05c68af50043537918de6380ac
|
|
| BLAKE2b-256 |
cdb3b8bbcaebfe1eda62cac7e19a7fc47105d945b953bef7a087cbbbfea975ca
|