Skip to content

Commit

Permalink
font : chinese_mafia font added #74
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 16, 2019
1 parent cd3aeba commit c614b5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions art/art_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@
"h4k3r",
"thin3",
"tiny2",
"upside_down"]
"upside_down",
"chinese_mafia"]

RANDOM_FILTERED_ARTS = [
"message2",
Expand Down Expand Up @@ -410,7 +411,8 @@
"h4k3r",
"thin3",
"tiny2",
"upside_down"]
"upside_down",
"chinese_mafia"]

DESCRIPTION = '''ASCII art is also known as "computer text art".
It involves the smart placement of typed special characters or
Expand Down Expand Up @@ -859,7 +861,8 @@
"h4k3r": [h4k3r_dic, False],
"thin3": [thin3_dic, False],
"tiny2": [tiny2_dic, False],
"upside_down": [upside_down_dic, False]
"upside_down": [upside_down_dic, False],
"chinese_mafia" : [chinese mafia_dic, False]
}

FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover
Expand Down
2 changes: 2 additions & 0 deletions art/text_dic3.py
Original file line number Diff line number Diff line change
Expand Up @@ -15771,3 +15771,5 @@
'8': '8',
'9': '9',
' ': ' '}

chinese mafia_dic = {'i': '工', 'r': '尺', 'H': '廾', '=': '=', '/': '/', 'D': '问', ')': ')', 'c': '꒟', 'B': '阝', 'O': '口', '[': '[', ' ': ' ', '2': '2', '9': '9', 'M': '冊', 's': '丂', 'h': '廾', 'K': 'ズ', '4': '4', ':': ':', 'j': '工', "'": "'", 'n': '刀', '|': '|', 'q': '디', 'b': '阝', '@': '@', 'Y': 'リ', 'l': '巜', 't': '丁', '(': '(', '}': '}', '*': '*', '-': '-', '5': '5', ']': ']', '^': '^', ',': ',', 'e': '乇', 'W': '山', '1': '1', '\\': '\\', '3': '3', 'g': '巨', '"': '"', 'o': '口', '+': '+', 'y': 'リ', '<': '<', 'P': '戶', '>': '>', '6': '6', 'w': '山', 'v': '√', '7': '7', 'd': '问', '!': '!', '$': '$', 'I': '工', '.': '.', 'T': '丁', 'F': '乍', 'X': '义', 'Q': '디', 'C': '꒟', '#': '#', 'V': '√', '{': '{', '_': '_', 'E': '乇', '~': '~', 'U': '나', '`': '`', 'Z': '乙', 'L': '巜', '8': '8', 'N': '刀', 'f': '乍', '0': '0', 'J': '工', 'k': 'ズ', 'z': '乙', '&': '&', 'A': '闩', 'R': '尺', 'm': '冊', '?': '?', '%': '%', 'S': '丂', 'u': '나', 'G': '巨', 'a': '闩', ';': ';', 'x': '义', 'p': '戶'}

0 comments on commit c614b5b

Please sign in to comment.