No project description provided
Project description
Hideo 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 hideocardgames
Usage
Add players, deal cards, etc.
### High-Low
```python
from hideocardgames.high_low import HighLow
game = HighLow()
game.start_game()
# Draw cards, compare cards, etc.
Blackjack
from hideocardgames.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
hideocardgames-0.1.0.tar.gz
(4.7 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 hideocardgames-0.1.0.tar.gz.
File metadata
- Download URL: hideocardgames-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d5ffc79b937ae90fc3c8dd4843921c6afb37adeed6dd8ca6761ff41810a3451
|
|
| MD5 |
b7659e5a725076af58010cae74d26c80
|
|
| BLAKE2b-256 |
1dd8a8783b2a6259cc1d654b810233c2bf580aff5c5969e937ecd47c2ca3534c
|
File details
Details for the file hideocardgames-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hideocardgames-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
464b54090775387a33f95a4777172d9bf7b28b543543c8cdc57fe4370849511d
|
|
| MD5 |
5635b78209ef6ce2de584d9d4ceb646d
|
|
| BLAKE2b-256 |
0ef52e9f6c9af5fc4598206563f6921400c60d19027ec447fd9f6bfbc3339b50
|