This python script works together with PIL to compute and render rasterized circles. It can also output ASCII-art representations of said circles.
Also included is a script that can make concentric circles that are colored relative to their radii. Here's what that looks like:
import mpca
c = mpca.RasterCircle(7)
c.printASCII()
Pixels generated for radius 7.
ASCII Art representation set.
[][][]
[][] [][]
[][] [][]
[] []
[] []
[] []
[] []
[] []
[] []
[] []
[] []
[] []
[][] [][]
[][] [][]
[][][]