Skip to content
Alex edited this page Jul 3, 2014 · 2 revisions

About

PyDealer is a simple Python package for constructing a Deck instance, of 52 common playing cards. Each card is a separate Card instance, with a name, value, suit, and abbreviation. Could possibly be used as the backend for a command prompt/console, card-based game, or even to a graphical game as well, I suppose.

Attention

If you are going to make a pull request, please do so on the dev branch. Thank you. And make sure you are working on the latest version of the dev branch.

Clone this wiki locally