Convert strings into unicode playing cards
Project description
A Python module for converting strings into unicode playing cards
๐ก ๐ข ๐ฃ ๐ค ๐ฅ ๐ฆ ๐ง ๐จ ๐ฉ ๐ช ๐ซ ๐ฌ ๐ญ ๐ฎ ๐ฑ ๐ฒ ๐ณ ๐ด ๐ต ๐ถ ๐ท ๐ธ ๐น ๐บ ๐ป ๐ผ ๐ฝ ๐พ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐
โ Installation
pip install unicards
โฆ API
>>> from unicards import unicard >>> print(unicard('As')) ๐ก >>> print(unicard('Jd')) ๐ >>> print(unicard('Tc')) ๐ >>> print(unicard('2h')) ๐ฒ >>> unicard('8d', color=True) u'\x1b[31m\U0001f0c8\x1b[39m'
โฅ License
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
unicards-0.3.tar.gz
(14.7 kB
view hashes)