genetic-lisa icon indicating copy to clipboard operation
genetic-lisa copied to clipboard

Results 3 genetic-lisa issues
Sort by recently updated
recently updated
newest added

Hi, Trying to get this to work in Python 3.6 and its complaining about ``` 85 ---> 86 return Image.fromstring('RGBA', IMAGE_SIZE, draw.tostring()) 87 88 AttributeError: 'Draw' object has no attribute...

Hello, under what license is this project released under ? Thank-you,

I think that you should use height in the function generate_elipse (your are using width only right now): ```python def generate_ellipse(): x = random.randint(0, IMAGE_SIZE[0]) y = random.randint(0, IMAGE_SIZE[1]) width...