Explorar el Código

Alternating upper- and lower-case letters

to add variety to symbol size and shape
master
Noëlle Anthony hace 6 años
padre
commit
cd64faf9be
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      stitchify.py

+ 2
- 2
stitchify.py Ver fichero

@@ -15,7 +15,7 @@
"""

__author__ = "Noëlle Anthony"
__version__ = "0.3.1"
__version__ = "0.3.2"

import sys
from PIL import Image, ImageDraw
@@ -30,7 +30,7 @@ def main(img_name):

symbols = defaultdict(str)
symbols["transparent"] = " "
characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
characters = "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz"
symbol_counts = defaultdict(int)
# l = 0
lines = []

Cargando…
Cancelar
Guardar