January 17, 2006; last revised May 2, 2006
Copyright © 2006 by Allan M. Stavely. All rights reserved.
Table of Contents
This is a program to generate playing cards for home-made card games. In Section 2 we define classes and methods for generating such cards; this code might have other applications, such as generating tickets for a performance, or flash cards for arithmetic or foreign-language drill. In Section 3 we show an example of generating cards for a simple kind of rummy-like game.
The programming language is Python.