Deal PySol FC Cards
Project description
Deal PySol FC Cards
The pysol-cards python modules allow the python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals.
Free software: Expat license
Documentation: pydoc
Example:
from pysol_cards.cards import CardRenderer from pysol_cards.deal_game import Game from pysol_cards.random_base import RandomBase ms24_str = Game( game_id="freecell", game_num=24, which_deals=RandomBase.DEALS_MS, max_rank=13 ).calc_layout_string( CardRenderer(print_ts=True) ) print(ms24_str, end='')
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
pysol_cards-0.12.0.tar.gz
(21.3 kB
view details)
File details
Details for the file pysol_cards-0.12.0.tar.gz
.
File metadata
- Download URL: pysol_cards-0.12.0.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c79baa3a48cf26f3ee6ff836b723f3a92f6cebf12d500dcaf504591a6fdbdda |
|
MD5 | 6631b2882d47e6a079c8b83ccec698bc |
|
BLAKE2b-256 | 844845c9b781ab0f226fc83228728df2f6762a09f3450bed709a7863997b45bd |