SkillAgentSearch skills...

Unicards

♠ A Python module for converting strings into unicode playing cards ♣

Install / Use

/learn @lmacken/Unicards
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

♣ unicards

.. image:: https://api.travis-ci.org/lmacken/unicards.png?branch=master :target: http://travis-ci.org/lmacken/unicards .. image:: https://coveralls.io/repos/lmacken/unicards/badge.png?branch=master :target: https://coveralls.io/r/lmacken/unicards .. image:: https://img.shields.io/pypi/v/unicards.svg :target: https://crate.io/packages/unicards .. image:: https://img.shields.io/pypi/dm/unicards.svg :target: https://crate.io/packages/unicards

A Python module for converting strings into unicode playing cards <https://en.wikipedia.org/wiki/Unicode_Playing_Card_Block>_.

.. image:: http://lewk.org/img/unicards-4color.png

♠ 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' unicard('b') 🂠

♥ License

Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>_

Related Skills

View on GitHub
GitHub Stars50
CategoryDevelopment
Updated2mo ago
Forks11

Languages

Python

Security Score

95/100

Audited on Jan 25, 2026

No findings