From c614b5b4b81e9078c7c760dfa74787dc4085952a Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 18:28:44 +0330 Subject: [PATCH 01/50] font : chinese_mafia font added #74 --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 3aefb96e..99e9a8c0 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -274,7 +274,8 @@ "h4k3r", "thin3", "tiny2", - "upside_down"] + "upside_down", + "chinese_mafia"] RANDOM_FILTERED_ARTS = [ "message2", @@ -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 @@ -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 diff --git a/art/text_dic3.py b/art/text_dic3.py index 115f9094..6985d17b 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -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': '戶'} From f822adf0315d45840b8ac78cc302fb438d28a93f Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 18:33:32 +0330 Subject: [PATCH 02/50] font : sunday_cuddle font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 99e9a8c0..76735d28 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -275,7 +275,8 @@ "thin3", "tiny2", "upside_down", - "chinese_mafia"] + "chinese_mafia", + "sunday_cuddle"] RANDOM_FILTERED_ARTS = [ "message2", @@ -412,7 +413,8 @@ "thin3", "tiny2", "upside_down", - "chinese_mafia"] + "chinese_mafia", + "sunday_cuddle"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -862,7 +864,8 @@ "thin3": [thin3_dic, False], "tiny2": [tiny2_dic, False], "upside_down": [upside_down_dic, False], - "chinese_mafia" : [chinese mafia_dic, False] + "chinese_mafia" : [chinese mafia_dic, False], + "sunday_cuddle": [sunday_cuddle_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index 6985d17b..7c69e2f6 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15773,3 +15773,5 @@ ' ': ' '} 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': '戶'} + +sunday_cuddle_dic = {'$': '$', '|': '|', 'g': 'g', 'd': '∂', '*': '*', 'e': 'є', 'X': 'χ', 'j': 'ʝ', 't': 'т', '9': '9', '=': '=', '.': '.', 'L': 'ℓ', 'P': 'ρ', '>': '>', 'w': 'ω', 'n': 'и', 'm': 'м', '?': '?', '2': '2', 'Q': 'q', '_': '_', ')': ')', ' ': ' ', 'F': 'f', 'A': 'α', '0': '0', '}': '}', 'q': 'q', '[': '[', "'": "'", '1': '1', 'K': 'к', '\\': '\\', '4': '4', '8': '8', '@': '@', '`': '`', '5': '5', 'I': 'ι', '!': '!', 'R': 'я', '3': '3', '"': '"', 'Y': 'у', '^': '^', 'M': 'м', 'p': 'ρ', 's': 'ѕ', 'v': 'ν', 'y': 'у', 'u': 'υ', 'S': 'ѕ', '(': '(', 'r': 'я', '<': '<', '6': '6', 'H': 'н', 'D': '∂', 'k': 'к', 'N': 'и', 'o': 'σ', '%': '%', 'Z': 'z', 'c': '¢', '#': '#', '+': '+', 'l': 'ℓ', 'i': 'ι', '&': '&', '/': '/', '-': '-', ']': ']', 'C': '¢', 'E': 'є', 'x': 'χ', 'V': 'ν', ',': ',', 'h': 'н', 'O': 'σ', 'U': 'υ', 'z': 'z', 'J': 'ʝ', '7': '7', 'G': 'g', '{': '{', ':': ':', ';': ';', '~': '~', 'T': 'т', 'B': 'в', 'W': 'ω', 'b': 'в', 'a': 'α', 'f': 'f'} From 68a18b2662684d09368f71bb4ef26fe82fcf8fc9 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 18:38:41 +0330 Subject: [PATCH 03/50] font : native_lands font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 3 +++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 76735d28..0bd12202 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -276,7 +276,8 @@ "tiny2", "upside_down", "chinese_mafia", - "sunday_cuddle"] + "sunday_cuddle", + "native_lands"] RANDOM_FILTERED_ARTS = [ "message2", @@ -414,7 +415,8 @@ "tiny2", "upside_down", "chinese_mafia", - "sunday_cuddle"] + "sunday_cuddle", + "native_lands"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -865,7 +867,8 @@ "tiny2": [tiny2_dic, False], "upside_down": [upside_down_dic, False], "chinese_mafia" : [chinese mafia_dic, False], - "sunday_cuddle": [sunday_cuddle_dic, False] + "sunday_cuddle": [sunday_cuddle_dic, False], + "native_lands": [native_lands_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index 7c69e2f6..7595c2d4 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15775,3 +15775,6 @@ 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': '戶'} sunday_cuddle_dic = {'$': '$', '|': '|', 'g': 'g', 'd': '∂', '*': '*', 'e': 'є', 'X': 'χ', 'j': 'ʝ', 't': 'т', '9': '9', '=': '=', '.': '.', 'L': 'ℓ', 'P': 'ρ', '>': '>', 'w': 'ω', 'n': 'и', 'm': 'м', '?': '?', '2': '2', 'Q': 'q', '_': '_', ')': ')', ' ': ' ', 'F': 'f', 'A': 'α', '0': '0', '}': '}', 'q': 'q', '[': '[', "'": "'", '1': '1', 'K': 'к', '\\': '\\', '4': '4', '8': '8', '@': '@', '`': '`', '5': '5', 'I': 'ι', '!': '!', 'R': 'я', '3': '3', '"': '"', 'Y': 'у', '^': '^', 'M': 'м', 'p': 'ρ', 's': 'ѕ', 'v': 'ν', 'y': 'у', 'u': 'υ', 'S': 'ѕ', '(': '(', 'r': 'я', '<': '<', '6': '6', 'H': 'н', 'D': '∂', 'k': 'к', 'N': 'и', 'o': 'σ', '%': '%', 'Z': 'z', 'c': '¢', '#': '#', '+': '+', 'l': 'ℓ', 'i': 'ι', '&': '&', '/': '/', '-': '-', ']': ']', 'C': '¢', 'E': 'є', 'x': 'χ', 'V': 'ν', ',': ',', 'h': 'н', 'O': 'σ', 'U': 'υ', 'z': 'z', 'J': 'ʝ', '7': '7', 'G': 'g', '{': '{', ':': ':', ';': ';', '~': '~', 'T': 'т', 'B': 'в', 'W': 'ω', 'b': 'в', 'a': 'α', 'f': 'f'} + +native_lands_dic = {'r': 'ꋪ', 'V': 'ᐯ', 'X': 'ꊼ', '<': '<', 'N': 'ꈤ', 'R': 'ꋪ', 'T': 'Ƭ', 'E': 'ꍟ', 'y': 'ꌩ', 'w': 'ꅏ', '*': '*', 'D': 'ꀸ', '+': '+', 'a': 'ꍏ', 'J': 'ꀭ', '=': '=', '2': '2', '_': '_', '^': '^', ':': ':', 'q': 'ꆰ', "'": "'", '1': '1', '4': '4', '$': '$', 'K': 'ꀘ', '`': '`', 'F': 'Ŧ', 'i': 'ꀤ', '/': '/', 'u': 'ꀎ', '#': '#', '-': '-', ';': ';', '&': '&', '5': '5', 'd': 'ꀸ', '6': '6', 'f': 'Ŧ', 'B': 'ß', '9': '9', '|': '|', 'c': 'ꉓ', 'p': 'ᖘ', 'b': 'ß', 'U': 'ꀎ', 'm': 'ꎭ', '3': '3', 'I': 'ꀤ', '(': '(', 't': 'Ƭ', 'Z': 'ꁴ', '7': '7', ',': ',', 'z': 'ꁴ', 'x': 'ꊼ', ')': ')', 'M': 'ꎭ', 'C': 'ꉓ', '\\': '\\', 'H': 'ꃅ', '@': '@', '.': '.', '}': '}', '~': '~', 'h': 'ꃅ', ']': ']', '8': '8', 'O': 'ꂦ', 'Y': 'ꌩ', ' ': ' ', 'G': 'ꁅ', 'Q': 'ꆰ', 'P': 'ᖘ', 'e': 'ꍟ', '0': '0', '!': '!', '{': '{', 'g': 'ꁅ', 'A': 'ꍏ', 'v': 'ᐯ', 'k': 'ꀘ', 's': 'ꌗ', '?': '?', 'n': 'ꈤ', 'l': '꒒', 'j': 'ꀭ', 'o': 'ꂦ', '>': '>', '%': '%', 'L': '꒒', 'W': 'ꅏ', 'S': 'ꌗ', '"': '"', '[': '['} + From 92b736d2eeac9917d62c742f591079e078dfa97b Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 18:42:13 +0330 Subject: [PATCH 04/50] font : foreign_friends font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 0bd12202..878f9755 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -277,7 +277,8 @@ "upside_down", "chinese_mafia", "sunday_cuddle", - "native_lands"] + "native_lands", + "foreign_friends"] RANDOM_FILTERED_ARTS = [ "message2", @@ -416,7 +417,8 @@ "upside_down", "chinese_mafia", "sunday_cuddle", - "native_lands"] + "native_lands", + "foreign_friends"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -868,7 +870,8 @@ "upside_down": [upside_down_dic, False], "chinese_mafia" : [chinese mafia_dic, False], "sunday_cuddle": [sunday_cuddle_dic, False], - "native_lands": [native_lands_dic, False] + "native_lands": [native_lands_dic, False], + "foreign_friends": [foreign_friends_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index 7595c2d4..41c9793f 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15778,3 +15778,5 @@ native_lands_dic = {'r': 'ꋪ', 'V': 'ᐯ', 'X': 'ꊼ', '<': '<', 'N': 'ꈤ', 'R': 'ꋪ', 'T': 'Ƭ', 'E': 'ꍟ', 'y': 'ꌩ', 'w': 'ꅏ', '*': '*', 'D': 'ꀸ', '+': '+', 'a': 'ꍏ', 'J': 'ꀭ', '=': '=', '2': '2', '_': '_', '^': '^', ':': ':', 'q': 'ꆰ', "'": "'", '1': '1', '4': '4', '$': '$', 'K': 'ꀘ', '`': '`', 'F': 'Ŧ', 'i': 'ꀤ', '/': '/', 'u': 'ꀎ', '#': '#', '-': '-', ';': ';', '&': '&', '5': '5', 'd': 'ꀸ', '6': '6', 'f': 'Ŧ', 'B': 'ß', '9': '9', '|': '|', 'c': 'ꉓ', 'p': 'ᖘ', 'b': 'ß', 'U': 'ꀎ', 'm': 'ꎭ', '3': '3', 'I': 'ꀤ', '(': '(', 't': 'Ƭ', 'Z': 'ꁴ', '7': '7', ',': ',', 'z': 'ꁴ', 'x': 'ꊼ', ')': ')', 'M': 'ꎭ', 'C': 'ꉓ', '\\': '\\', 'H': 'ꃅ', '@': '@', '.': '.', '}': '}', '~': '~', 'h': 'ꃅ', ']': ']', '8': '8', 'O': 'ꂦ', 'Y': 'ꌩ', ' ': ' ', 'G': 'ꁅ', 'Q': 'ꆰ', 'P': 'ᖘ', 'e': 'ꍟ', '0': '0', '!': '!', '{': '{', 'g': 'ꁅ', 'A': 'ꍏ', 'v': 'ᐯ', 'k': 'ꀘ', 's': 'ꌗ', '?': '?', 'n': 'ꈤ', 'l': '꒒', 'j': 'ꀭ', 'o': 'ꂦ', '>': '>', '%': '%', 'L': '꒒', 'W': 'ꅏ', 'S': 'ꌗ', '"': '"', '[': '['} +foreign_friends_dic = {'2': '2', '=': '=', '!': '!', 'x': '×', 'F': 'ғ', ')': ')', 'm': 'ṃ', 'h': 'һ', 'i': 'ı', 'y': 'ʏ', 'u': 'ȗ', '4': '4', 'M': 'ṃ', 'K': 'ҡ', 'o': 'ȏ', 'v': 'ṿ', 'k': 'ҡ', '-': '-', 'Y': 'ʏ', '&': '&', '|': '|', 'L': 'ʟ', '%': '%', 'q': 'զ', 's': 'ṡ', 'g': 'ɢ', ';': ';', 'D': 'Ԁ', 'b': 'ɞ', '\\': '\\', 'V': 'ṿ', '0': '0', 'f': 'ғ', 'N': 'ṅ', ',': ',', '~': '~', 'E': 'є', ':': ':', 'R': 'я', 'z': 'ẓ', '}': '}', '_': '_', '?': '?', '+': '+', 'p': 'ƿ', '.': '.', 'A': 'ѧ', 'w': 'ẇ', '[': '[', 'U': 'ȗ', '`': '`', 'J': 'j', 't': 'ṭ', 'X': '×', '^': '^', '(': '(', 'r': 'я', 'j': 'j', 'B': 'ɞ', 'P': 'ƿ', '5': '5', '6': '6', '#': '#', 'c': 'ċ', 'H': 'һ', '9': '9', 'G': 'ɢ', '8': '8', 'Z': 'ẓ', 'W': 'ẇ', 'n': 'ṅ', '$': '$', 'd': 'Ԁ', 'I': 'ı', 'T': 'ṭ', 'O': 'ȏ', '{': '{', ']': ']', 'a': 'ѧ', '*': '*', 'S': 'ṡ', '>': '>', '"': '"', 'Q': 'զ', '3': '3', ' ': ' ', 'C': 'ċ', "'": "'", '1': '1', '<': '<', '7': '7', '/': '/', '@': '@', 'e': 'є', 'l': 'ʟ'} + From 4eba6b1f8fae1883f4b98ee2499c4beb78cb91bb Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 18:45:07 +0330 Subject: [PATCH 05/50] font : atlantic font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 878f9755..7c9cc6a4 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -278,7 +278,8 @@ "chinese_mafia", "sunday_cuddle", "native_lands", - "foreign_friends"] + "foreign_friends", + "atlantic"] RANDOM_FILTERED_ARTS = [ "message2", @@ -418,7 +419,8 @@ "chinese_mafia", "sunday_cuddle", "native_lands", - "foreign_friends"] + "foreign_friends", + "atlantic"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -871,7 +873,8 @@ "chinese_mafia" : [chinese mafia_dic, False], "sunday_cuddle": [sunday_cuddle_dic, False], "native_lands": [native_lands_dic, False], - "foreign_friends": [foreign_friends_dic, False] + "foreign_friends": [foreign_friends_dic, False], + "atlantic": [atlantic_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index 41c9793f..fb28fec3 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15780,3 +15780,5 @@ foreign_friends_dic = {'2': '2', '=': '=', '!': '!', 'x': '×', 'F': 'ғ', ')': ')', 'm': 'ṃ', 'h': 'һ', 'i': 'ı', 'y': 'ʏ', 'u': 'ȗ', '4': '4', 'M': 'ṃ', 'K': 'ҡ', 'o': 'ȏ', 'v': 'ṿ', 'k': 'ҡ', '-': '-', 'Y': 'ʏ', '&': '&', '|': '|', 'L': 'ʟ', '%': '%', 'q': 'զ', 's': 'ṡ', 'g': 'ɢ', ';': ';', 'D': 'Ԁ', 'b': 'ɞ', '\\': '\\', 'V': 'ṿ', '0': '0', 'f': 'ғ', 'N': 'ṅ', ',': ',', '~': '~', 'E': 'є', ':': ':', 'R': 'я', 'z': 'ẓ', '}': '}', '_': '_', '?': '?', '+': '+', 'p': 'ƿ', '.': '.', 'A': 'ѧ', 'w': 'ẇ', '[': '[', 'U': 'ȗ', '`': '`', 'J': 'j', 't': 'ṭ', 'X': '×', '^': '^', '(': '(', 'r': 'я', 'j': 'j', 'B': 'ɞ', 'P': 'ƿ', '5': '5', '6': '6', '#': '#', 'c': 'ċ', 'H': 'һ', '9': '9', 'G': 'ɢ', '8': '8', 'Z': 'ẓ', 'W': 'ẇ', 'n': 'ṅ', '$': '$', 'd': 'Ԁ', 'I': 'ı', 'T': 'ṭ', 'O': 'ȏ', '{': '{', ']': ']', 'a': 'ѧ', '*': '*', 'S': 'ṡ', '>': '>', '"': '"', 'Q': 'զ', '3': '3', ' ': ' ', 'C': 'ċ', "'": "'", '1': '1', '<': '<', '7': '7', '/': '/', '@': '@', 'e': 'є', 'l': 'ʟ'} +atlantic_dic = {'T': 'ϯ', ' ': ' ', 'H': 'հ', '`': '`', '^': '^', ';': ';', '}': '}', 'F': 'ƒ', '2': '2', 'K': 'Ƙ', '~': '~', 'g': 'ɡ', 'L': 'ʆ', '0': '0', 'b': 'ɓ', 'Z': 'Հ', ']': ']', 'V': 'ѵ', 'O': 'σ', 'Q': 'զ', 'a': 'α', '3': '3', '_': '_', 'G': 'ɡ', 'r': 'ɾ', '>': '>', 'f': 'ƒ', 'w': 'ϖ', 'M': 'ʍ', '1': '1', '+': '+', '?': '?', '\\': '\\', '9': '9', 'c': 'ɕ', 'J': 'յ', '&': '&', ':': ':', 'h': 'հ', '-': '-', 'U': 'մ', 'j': 'յ', '[': '[', '8': '8', ')': ')', 'I': 'ί', '@': '@', '(': '(', 'k': 'Ƙ', 'N': 'η', '*': '*', 'D': 'δ', 'n': 'η', '!': '!', '|': '|', 'u': 'մ', 'S': 'ς', 'P': 'Թ', '4': '4', '#': '#', 'R': 'ɾ', 't': 'ϯ', 'q': 'զ', '7': '7', '{': '{', 'v': 'ѵ', 'A': 'α', '/': '/', '.': '.', 'd': 'δ', '6': '6', 'o': 'σ', 'l': 'ʆ', 'E': 'ε', '<': '<', 'i': 'ί', '"': '"', 'W': 'ϖ', 's': 'ς', 'e': 'ε', 'y': 'ψ', "'": "'", '=': '=', ',': ',', 'x': 'x', 'X': 'x', 'B': 'ɓ', 'm': 'ʍ', '%': '%', 'p': 'Թ', '5': '5', '$': '$', 'z': 'Հ', 'C': 'ɕ', 'Y': 'ψ'} + From 4992901916c6e2ca52f3e49dbb1d7923b86a9b82 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 18:48:43 +0330 Subject: [PATCH 06/50] font : funky_fresh font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 7c9cc6a4..4ccfff4f 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -279,7 +279,8 @@ "sunday_cuddle", "native_lands", "foreign_friends", - "atlantic"] + "atlantic", + "funky_fresh"] RANDOM_FILTERED_ARTS = [ "message2", @@ -420,7 +421,8 @@ "sunday_cuddle", "native_lands", "foreign_friends", - "atlantic"] + "atlantic", + "funky_fresh"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -874,7 +876,8 @@ "sunday_cuddle": [sunday_cuddle_dic, False], "native_lands": [native_lands_dic, False], "foreign_friends": [foreign_friends_dic, False], - "atlantic": [atlantic_dic, False] + "atlantic": [atlantic_dic, False], + "funky_fresh": [funky_fresh_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index fb28fec3..0fd7c8c7 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15782,3 +15782,4 @@ atlantic_dic = {'T': 'ϯ', ' ': ' ', 'H': 'հ', '`': '`', '^': '^', ';': ';', '}': '}', 'F': 'ƒ', '2': '2', 'K': 'Ƙ', '~': '~', 'g': 'ɡ', 'L': 'ʆ', '0': '0', 'b': 'ɓ', 'Z': 'Հ', ']': ']', 'V': 'ѵ', 'O': 'σ', 'Q': 'զ', 'a': 'α', '3': '3', '_': '_', 'G': 'ɡ', 'r': 'ɾ', '>': '>', 'f': 'ƒ', 'w': 'ϖ', 'M': 'ʍ', '1': '1', '+': '+', '?': '?', '\\': '\\', '9': '9', 'c': 'ɕ', 'J': 'յ', '&': '&', ':': ':', 'h': 'հ', '-': '-', 'U': 'մ', 'j': 'յ', '[': '[', '8': '8', ')': ')', 'I': 'ί', '@': '@', '(': '(', 'k': 'Ƙ', 'N': 'η', '*': '*', 'D': 'δ', 'n': 'η', '!': '!', '|': '|', 'u': 'մ', 'S': 'ς', 'P': 'Թ', '4': '4', '#': '#', 'R': 'ɾ', 't': 'ϯ', 'q': 'զ', '7': '7', '{': '{', 'v': 'ѵ', 'A': 'α', '/': '/', '.': '.', 'd': 'δ', '6': '6', 'o': 'σ', 'l': 'ʆ', 'E': 'ε', '<': '<', 'i': 'ί', '"': '"', 'W': 'ϖ', 's': 'ς', 'e': 'ε', 'y': 'ψ', "'": "'", '=': '=', ',': ',', 'x': 'x', 'X': 'x', 'B': 'ɓ', 'm': 'ʍ', '%': '%', 'p': 'Թ', '5': '5', '$': '$', 'z': 'Հ', 'C': 'ɕ', 'Y': 'ψ'} +funky_fresh_dic = {'[': '[', '9': '9', '^': '^', 'z': 'ℨ', 'w': 'ω', 'N': 'ℵ', 'u': 'ṳ', '+': '+', 'i': '!', 'd': 'ᖱ', ':': ':', '?': '?', 'H': 'ℏ', 'y': '⑂', ']': ']', 'I': '!', '6': '6', '/': '/', '(': '(', '|': '|', 'm': 'Պ', '%': '%', 'j': '♩', '_': '_', '2': '2', 'W': 'ω', 'x': '✘', 'e': 'ḙ', '"': '"', 'a': 'ᾰ', 'L': 'ℓ', '&': '&', 'S': 'ṧ', '\\': '\\', 'J': '♩', '4': '4', '8': '8', '7': '7', ';': ';', '5': '5', 'q': 'ǭ', 'F': 'ḟ', 's': 'ṧ', '!': '!', '-': '-', '.': '.', ')': ')', '~': '~', '@': '@', 'b': '♭', 't': 'т', 'E': 'ḙ', 'O': '✺', '>': '>', 'Y': '⑂', 'l': 'ℓ', 'k': 'к', '*': '*', 'p': '℘', '`': '`', 'V': 'ṽ', 'c': 'ḉ', '0': '0', 'G': '❡', '3': '3', 'h': 'ℏ', 'Q': 'ǭ', 'K': 'к', 'A': 'ᾰ', 'M': 'Պ', ' ': ' ', 'n': 'ℵ', '1': '1', '=': '=', 'v': 'ṽ', 'B': '♭', '{': '{', 'f': 'ḟ', '$': '$', 'X': '✘', 'D': 'ᖱ', ',': ',', '#': '#', 'R': 'Ի', '<': '<', 'U': 'ṳ', 'g': '❡', 'T': 'т', 'r': 'Ի', "'": "'", 'C': 'ḉ', 'o': '✺', 'Z': 'ℨ', '}': '}', 'P': '℘'} \ No newline at end of file From f57b5dbe00eae5e96033eb5cfb5bd501e6c21ca1 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 18:53:52 +0330 Subject: [PATCH 07/50] font : greek_legends font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 4ccfff4f..31ebb5ce 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -280,7 +280,8 @@ "native_lands", "foreign_friends", "atlantic", - "funky_fresh"] + "funky_fresh", + "greek_legends"] RANDOM_FILTERED_ARTS = [ "message2", @@ -422,7 +423,8 @@ "native_lands", "foreign_friends", "atlantic", - "funky_fresh"] + "funky_fresh", + "greek_legends"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -877,7 +879,8 @@ "native_lands": [native_lands_dic, False], "foreign_friends": [foreign_friends_dic, False], "atlantic": [atlantic_dic, False], - "funky_fresh": [funky_fresh_dic, False] + "funky_fresh": [funky_fresh_dic, False], + "greek_legends": [greek_legends_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index 0fd7c8c7..519c2fbe 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15782,4 +15782,7 @@ atlantic_dic = {'T': 'ϯ', ' ': ' ', 'H': 'հ', '`': '`', '^': '^', ';': ';', '}': '}', 'F': 'ƒ', '2': '2', 'K': 'Ƙ', '~': '~', 'g': 'ɡ', 'L': 'ʆ', '0': '0', 'b': 'ɓ', 'Z': 'Հ', ']': ']', 'V': 'ѵ', 'O': 'σ', 'Q': 'զ', 'a': 'α', '3': '3', '_': '_', 'G': 'ɡ', 'r': 'ɾ', '>': '>', 'f': 'ƒ', 'w': 'ϖ', 'M': 'ʍ', '1': '1', '+': '+', '?': '?', '\\': '\\', '9': '9', 'c': 'ɕ', 'J': 'յ', '&': '&', ':': ':', 'h': 'հ', '-': '-', 'U': 'մ', 'j': 'յ', '[': '[', '8': '8', ')': ')', 'I': 'ί', '@': '@', '(': '(', 'k': 'Ƙ', 'N': 'η', '*': '*', 'D': 'δ', 'n': 'η', '!': '!', '|': '|', 'u': 'մ', 'S': 'ς', 'P': 'Թ', '4': '4', '#': '#', 'R': 'ɾ', 't': 'ϯ', 'q': 'զ', '7': '7', '{': '{', 'v': 'ѵ', 'A': 'α', '/': '/', '.': '.', 'd': 'δ', '6': '6', 'o': 'σ', 'l': 'ʆ', 'E': 'ε', '<': '<', 'i': 'ί', '"': '"', 'W': 'ϖ', 's': 'ς', 'e': 'ε', 'y': 'ψ', "'": "'", '=': '=', ',': ',', 'x': 'x', 'X': 'x', 'B': 'ɓ', 'm': 'ʍ', '%': '%', 'p': 'Թ', '5': '5', '$': '$', 'z': 'Հ', 'C': 'ɕ', 'Y': 'ψ'} -funky_fresh_dic = {'[': '[', '9': '9', '^': '^', 'z': 'ℨ', 'w': 'ω', 'N': 'ℵ', 'u': 'ṳ', '+': '+', 'i': '!', 'd': 'ᖱ', ':': ':', '?': '?', 'H': 'ℏ', 'y': '⑂', ']': ']', 'I': '!', '6': '6', '/': '/', '(': '(', '|': '|', 'm': 'Պ', '%': '%', 'j': '♩', '_': '_', '2': '2', 'W': 'ω', 'x': '✘', 'e': 'ḙ', '"': '"', 'a': 'ᾰ', 'L': 'ℓ', '&': '&', 'S': 'ṧ', '\\': '\\', 'J': '♩', '4': '4', '8': '8', '7': '7', ';': ';', '5': '5', 'q': 'ǭ', 'F': 'ḟ', 's': 'ṧ', '!': '!', '-': '-', '.': '.', ')': ')', '~': '~', '@': '@', 'b': '♭', 't': 'т', 'E': 'ḙ', 'O': '✺', '>': '>', 'Y': '⑂', 'l': 'ℓ', 'k': 'к', '*': '*', 'p': '℘', '`': '`', 'V': 'ṽ', 'c': 'ḉ', '0': '0', 'G': '❡', '3': '3', 'h': 'ℏ', 'Q': 'ǭ', 'K': 'к', 'A': 'ᾰ', 'M': 'Պ', ' ': ' ', 'n': 'ℵ', '1': '1', '=': '=', 'v': 'ṽ', 'B': '♭', '{': '{', 'f': 'ḟ', '$': '$', 'X': '✘', 'D': 'ᖱ', ',': ',', '#': '#', 'R': 'Ի', '<': '<', 'U': 'ṳ', 'g': '❡', 'T': 'т', 'r': 'Ի', "'": "'", 'C': 'ḉ', 'o': '✺', 'Z': 'ℨ', '}': '}', 'P': '℘'} \ No newline at end of file +funky_fresh_dic = {'[': '[', '9': '9', '^': '^', 'z': 'ℨ', 'w': 'ω', 'N': 'ℵ', 'u': 'ṳ', '+': '+', 'i': '!', 'd': 'ᖱ', ':': ':', '?': '?', 'H': 'ℏ', 'y': '⑂', ']': ']', 'I': '!', '6': '6', '/': '/', '(': '(', '|': '|', 'm': 'Պ', '%': '%', 'j': '♩', '_': '_', '2': '2', 'W': 'ω', 'x': '✘', 'e': 'ḙ', '"': '"', 'a': 'ᾰ', 'L': 'ℓ', '&': '&', 'S': 'ṧ', '\\': '\\', 'J': '♩', '4': '4', '8': '8', '7': '7', ';': ';', '5': '5', 'q': 'ǭ', 'F': 'ḟ', 's': 'ṧ', '!': '!', '-': '-', '.': '.', ')': ')', '~': '~', '@': '@', 'b': '♭', 't': 'т', 'E': 'ḙ', 'O': '✺', '>': '>', 'Y': '⑂', 'l': 'ℓ', 'k': 'к', '*': '*', 'p': '℘', '`': '`', 'V': 'ṽ', 'c': 'ḉ', '0': '0', 'G': '❡', '3': '3', 'h': 'ℏ', 'Q': 'ǭ', 'K': 'к', 'A': 'ᾰ', 'M': 'Պ', ' ': ' ', 'n': 'ℵ', '1': '1', '=': '=', 'v': 'ṽ', 'B': '♭', '{': '{', 'f': 'ḟ', '$': '$', 'X': '✘', 'D': 'ᖱ', ',': ',', '#': '#', 'R': 'Ի', '<': '<', 'U': 'ṳ', 'g': '❡', 'T': 'т', 'r': 'Ի', "'": "'", 'C': 'ḉ', 'o': '✺', 'Z': 'ℨ', '}': '}', 'P': '℘'} + +greek_legends_dic = {'7': '7', 'v': '∇', ',': ',', '^': '^', ' ': ' ', '>': '>', 'g': 'G', '3': '3', ';': ';', 'T': 'T', 'r': 'R', 'Z': 'Z', ':': ':', 'R': 'R', '&': '&', ')': ')', '1': '1', 'V': '∇', "'": "'", '*': '*', '<': '<', 't': 'T', 'P': 'P', 'l': 'L', 'p': 'P', 'q': 'Q', '[': '[', 'z': 'Z', 'O': 'Ω', 'S': 'S', '%': '%', 'k': 'Ҝ', 'M': 'M', '=': '=', '8': '8', '|': '|', 'c': 'C', 'D': 'D', 'E': 'Σ', '~': '~', 'I': 'I', 'w': 'Ш', 'C': 'C', 'Y': 'Ψ', 'W': 'Ш', 'Q': 'Q', '5': '5', '_': '_', '\\': '\\', '}': '}', 'i': 'I', ']': ']', 'H': 'H', 'b': 'β', '+': '+', 'N': 'Π', '$': '$', 'U': 'U', '2': '2', 'y': 'Ψ', '/': '/', '#': '#', 'd': 'D', 'm': 'M', '?': '?', 'f': 'Ғ', 'B': 'β', 'a': 'Δ', '"': '"', 'e': 'Σ', '`': '`', '!': '!', '4': '4', 'F': 'Ғ', 'u': 'U', 'h': 'H', 'G': 'G', 'j': 'J', 'X': 'X', 'n': 'Π', '9': '9', 'x': 'X', '6': '6', '0': '0', 'K': 'Ҝ', 'A': 'Δ', '@': '@', '{': '{', 'J': 'J', 'L': 'L', 's': 'S', '.': '.', 'o': 'Ω', '(': '(', '-': '-'} + From 22f542169e4ea44e17bfda12be40354aa946c8bc Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 18:57:37 +0330 Subject: [PATCH 08/50] font : minion font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 31ebb5ce..3e0d7f54 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -281,7 +281,8 @@ "foreign_friends", "atlantic", "funky_fresh", - "greek_legends"] + "greek_legends", + "minion"] RANDOM_FILTERED_ARTS = [ "message2", @@ -424,7 +425,8 @@ "foreign_friends", "atlantic", "funky_fresh", - "greek_legends"] + "greek_legends", + "minion"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -880,7 +882,8 @@ "foreign_friends": [foreign_friends_dic, False], "atlantic": [atlantic_dic, False], "funky_fresh": [funky_fresh_dic, False], - "greek_legends": [greek_legends_dic, False] + "greek_legends": [greek_legends_dic, False], + "minion": [minion_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index 519c2fbe..5a564d2e 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15786,3 +15786,5 @@ greek_legends_dic = {'7': '7', 'v': '∇', ',': ',', '^': '^', ' ': ' ', '>': '>', 'g': 'G', '3': '3', ';': ';', 'T': 'T', 'r': 'R', 'Z': 'Z', ':': ':', 'R': 'R', '&': '&', ')': ')', '1': '1', 'V': '∇', "'": "'", '*': '*', '<': '<', 't': 'T', 'P': 'P', 'l': 'L', 'p': 'P', 'q': 'Q', '[': '[', 'z': 'Z', 'O': 'Ω', 'S': 'S', '%': '%', 'k': 'Ҝ', 'M': 'M', '=': '=', '8': '8', '|': '|', 'c': 'C', 'D': 'D', 'E': 'Σ', '~': '~', 'I': 'I', 'w': 'Ш', 'C': 'C', 'Y': 'Ψ', 'W': 'Ш', 'Q': 'Q', '5': '5', '_': '_', '\\': '\\', '}': '}', 'i': 'I', ']': ']', 'H': 'H', 'b': 'β', '+': '+', 'N': 'Π', '$': '$', 'U': 'U', '2': '2', 'y': 'Ψ', '/': '/', '#': '#', 'd': 'D', 'm': 'M', '?': '?', 'f': 'Ғ', 'B': 'β', 'a': 'Δ', '"': '"', 'e': 'Σ', '`': '`', '!': '!', '4': '4', 'F': 'Ғ', 'u': 'U', 'h': 'H', 'G': 'G', 'j': 'J', 'X': 'X', 'n': 'Π', '9': '9', 'x': 'X', '6': '6', '0': '0', 'K': 'Ҝ', 'A': 'Δ', '@': '@', '{': '{', 'J': 'J', 'L': 'L', 's': 'S', '.': '.', 'o': 'Ω', '(': '(', '-': '-'} +minion_dic = {'2': '2', 'a': 'ᴀ', '0': '0', 'w': 'ᴡ', 'I': 'ɪ', '$': '$', 'f': 'ғ', 'k': 'ᴋ', '*': '*', 'J': 'ᴊ', 's': 's', 'P': 'ᴘ', ']': ']', ' ': ' ', 'A': 'ᴀ', 'L': 'ʟ', 'S': 's', 'H': 'ʜ', '@': '@', 'F': 'ғ', '_': '_', 'Q': 'ǫ', 'G': 'ɢ', '1': '1', ':': ':', 'l': 'ʟ', 'W': 'ᴡ', '/': '/', '9': '9', 'x': 'x', '8': '8', 'M': 'ᴍ', '}': '}', 'O': 'ᴏ', '5': '5', '-': '-', 't': 'ᴛ', 'C': 'ᴄ', '?': '?', '=': '=', '!': '!', ')': ')', '~': '~', '<': '<', '[': '[', 'T': 'ᴛ', '(': '(', 'K': 'ᴋ', '{': '{', 'N': 'ɴ', 'm': 'ᴍ', 'g': 'ɢ', '3': '3', 'V': 'ᴠ', 'h': 'ʜ', '>': '>', 'n': 'ɴ', 'o': 'ᴏ', 'E': 'ᴇ', 'b': 'ʙ', 'r': 'ʀ', '\\': '\\', '&': '&', 'v': 'ᴠ', '%': '%', '4': '4', '+': '+', 'z': 'ᴢ', '|': '|', 'D': 'ᴅ', '#': '#', 'j': 'ᴊ', 'U': 'ᴜ', 'i': 'ɪ', 'u': 'ᴜ', ',': ',', 'q': 'ǫ', '7': '7', 'e': 'ᴇ', 'd': 'ᴅ', 'y': 'ʏ', 'Y': 'ʏ', '`': '`', ';': ';', 'c': 'ᴄ', '"': '"', 'B': 'ʙ', '^': '^', 'p': 'ᴘ', 'R': 'ʀ', 'X': 'x', '6': '6', '.': '.', 'Z': 'ᴢ', "'": "'"} + From 6b205749244d4813dc697e79be0cc44f38c50885 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 19:01:09 +0330 Subject: [PATCH 09/50] font : hippie font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 3e0d7f54..0c8a6817 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -282,7 +282,8 @@ "atlantic", "funky_fresh", "greek_legends", - "minion"] + "minion", + "hippie"] RANDOM_FILTERED_ARTS = [ "message2", @@ -426,7 +427,8 @@ "atlantic", "funky_fresh", "greek_legends", - "minion"] + "minion", + "hippie"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -883,7 +885,8 @@ "atlantic": [atlantic_dic, False], "funky_fresh": [funky_fresh_dic, False], "greek_legends": [greek_legends_dic, False], - "minion": [minion_dic, False] + "minion": [minion_dic, False], + "hippie": [hippie_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index 5a564d2e..129dc00c 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15788,3 +15788,5 @@ minion_dic = {'2': '2', 'a': 'ᴀ', '0': '0', 'w': 'ᴡ', 'I': 'ɪ', '$': '$', 'f': 'ғ', 'k': 'ᴋ', '*': '*', 'J': 'ᴊ', 's': 's', 'P': 'ᴘ', ']': ']', ' ': ' ', 'A': 'ᴀ', 'L': 'ʟ', 'S': 's', 'H': 'ʜ', '@': '@', 'F': 'ғ', '_': '_', 'Q': 'ǫ', 'G': 'ɢ', '1': '1', ':': ':', 'l': 'ʟ', 'W': 'ᴡ', '/': '/', '9': '9', 'x': 'x', '8': '8', 'M': 'ᴍ', '}': '}', 'O': 'ᴏ', '5': '5', '-': '-', 't': 'ᴛ', 'C': 'ᴄ', '?': '?', '=': '=', '!': '!', ')': ')', '~': '~', '<': '<', '[': '[', 'T': 'ᴛ', '(': '(', 'K': 'ᴋ', '{': '{', 'N': 'ɴ', 'm': 'ᴍ', 'g': 'ɢ', '3': '3', 'V': 'ᴠ', 'h': 'ʜ', '>': '>', 'n': 'ɴ', 'o': 'ᴏ', 'E': 'ᴇ', 'b': 'ʙ', 'r': 'ʀ', '\\': '\\', '&': '&', 'v': 'ᴠ', '%': '%', '4': '4', '+': '+', 'z': 'ᴢ', '|': '|', 'D': 'ᴅ', '#': '#', 'j': 'ᴊ', 'U': 'ᴜ', 'i': 'ɪ', 'u': 'ᴜ', ',': ',', 'q': 'ǫ', '7': '7', 'e': 'ᴇ', 'd': 'ᴅ', 'y': 'ʏ', 'Y': 'ʏ', '`': '`', ';': ';', 'c': 'ᴄ', '"': '"', 'B': 'ʙ', '^': '^', 'p': 'ᴘ', 'R': 'ʀ', 'X': 'x', '6': '6', '.': '.', 'Z': 'ᴢ', "'": "'"} +hippie_dic = {'F': 'ℱ', 'r': 'я', 'I': 'ℐ', 'C': '☾', '%': '%', '5': '5', '|': '|', 't': '⊥', 'B': '฿', 'j': 'ʝ', '=': '=', 'O': '☮', '{': '{', 'x': '✖', 'Q': 'ℚ', 'a': '@', '0': '0', 'K': 'Ḱ', ',': ',', 'L': 'Ḻ', '8': '8', ')': ')', 'V': 'Ṽ', 'd': '∂', 'H': 'Ħ', '$': '$', 'w': 'ẘ', ':': ':', "'": "'", '.': '.', '?': '?', 'b': '♭', 'p': '℘', 'T': '✞', '7': '7', ' ': ' ', 'i': 'ḯ', ';': ';', '<': '<', '+': '+', 'J': 'J', '\\': '\\', 'z': 'ℨ', 'S': 'Ꮥ', 'l': 'ʟ', '4': '4', '2': '2', '[': '[', '&': '&', 'U': 'Ü', 'D': 'Ð', 'y': '¥', 'W': 'Ш', '`': '`', 'A': '∀', 'e': 'ε', 'M': 'ℳ', '(': '(', 'u': 'ʊ', '~': '~', 'N': 'И', 'R': 'ℝ', '"': '"', 'v': 'ṽ', '>': '>', '-': '-', 'h': 'н', '!': '!', 'g': 'ℊ', '3': '3', '@': '@', '^': '^', 'P': 'ℙ', 'k': 'ḱ', 'f': 'ḟ', 'n': 'η', 'o': '☮', 'G': 'Ḡ', '/': '/', 'c': 'ḉ', 'm': 'ღ', '9': '9', 'E': '∃', '_': '_', 'Y': 'Ẏ', '}': '}', 'X': 'Ẍ', '*': '*', 's': '﹩', '1': '1', '6': '6', 'q': 'ⓠ', ']': ']', 'Z': 'Ẑ', '#': '#'} + From b5de86b8eb9e59da0fa6aa6d515cc974787f182f Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 19:06:08 +0330 Subject: [PATCH 10/50] font : fancy87 font added --- art/art_param.py | 9 ++++++--- art/text_dic3.py | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 0c8a6817..ce5e6a29 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -283,7 +283,8 @@ "funky_fresh", "greek_legends", "minion", - "hippie"] + "hippie", + "fancy87"] RANDOM_FILTERED_ARTS = [ "message2", @@ -428,7 +429,8 @@ "funky_fresh", "greek_legends", "minion", - "hippie"] + "hippie", + "fancy87"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -886,7 +888,8 @@ "funky_fresh": [funky_fresh_dic, False], "greek_legends": [greek_legends_dic, False], "minion": [minion_dic, False], - "hippie": [hippie_dic, False] + "hippie": [hippie_dic, False], + "fancy87": [fancy87_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/text_dic3.py b/art/text_dic3.py index 129dc00c..36217d62 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15790,3 +15790,5 @@ hippie_dic = {'F': 'ℱ', 'r': 'я', 'I': 'ℐ', 'C': '☾', '%': '%', '5': '5', '|': '|', 't': '⊥', 'B': '฿', 'j': 'ʝ', '=': '=', 'O': '☮', '{': '{', 'x': '✖', 'Q': 'ℚ', 'a': '@', '0': '0', 'K': 'Ḱ', ',': ',', 'L': 'Ḻ', '8': '8', ')': ')', 'V': 'Ṽ', 'd': '∂', 'H': 'Ħ', '$': '$', 'w': 'ẘ', ':': ':', "'": "'", '.': '.', '?': '?', 'b': '♭', 'p': '℘', 'T': '✞', '7': '7', ' ': ' ', 'i': 'ḯ', ';': ';', '<': '<', '+': '+', 'J': 'J', '\\': '\\', 'z': 'ℨ', 'S': 'Ꮥ', 'l': 'ʟ', '4': '4', '2': '2', '[': '[', '&': '&', 'U': 'Ü', 'D': 'Ð', 'y': '¥', 'W': 'Ш', '`': '`', 'A': '∀', 'e': 'ε', 'M': 'ℳ', '(': '(', 'u': 'ʊ', '~': '~', 'N': 'И', 'R': 'ℝ', '"': '"', 'v': 'ṽ', '>': '>', '-': '-', 'h': 'н', '!': '!', 'g': 'ℊ', '3': '3', '@': '@', '^': '^', 'P': 'ℙ', 'k': 'ḱ', 'f': 'ḟ', 'n': 'η', 'o': '☮', 'G': 'Ḡ', '/': '/', 'c': 'ḉ', 'm': 'ღ', '9': '9', 'E': '∃', '_': '_', 'Y': 'Ẏ', '}': '}', 'X': 'Ẍ', '*': '*', 's': '﹩', '1': '1', '6': '6', 'q': 'ⓠ', ']': ']', 'Z': 'Ẑ', '#': '#'} +fancy87_dic = {'#': '#', '5': '5', '"': '"', 'S': 'Ѕ', '>': '>', '(': '(', '+': '+', 'F': 'ℱ', '_': '_', 'Z': 'ℤ', '`': '`', 'W': 'Ꮗ', 'h': 'ℋ', 'K': 'Ꮶ', 't': 'Ꮖ', 'v': 'Ꮙ', 'A': 'Ꭿ', 'E': 'ℰ', "'": "'", '*': '*', '8': '8', 'x': 'X', 'j': 'Ꭻ', 'N': 'ℕ', 'w': 'Ꮗ', 'y': 'Ꮍ', 'p': 'ℙ', ';': ';', 'P': 'ℙ', '2': '2', 'L': 'ℒ', 'I': 'ℐ', 'C': 'ℂ', '<': '<', 'i': 'ℐ', '9': '9', 'b': 'ℬ', '|': '|', '=': '=', 'H': 'ℋ', 'M': 'ℳ', '{': '{', '0': '0', 'z': 'ℤ', '/': '/', '!': '!', 'd': 'ⅅ', '&': '&', 'e': 'ℰ', '.': '.', 'V': 'Ꮙ', 'm': 'ℳ', '}': '}', '~': '~', 'c': 'ℂ', 'Y': 'Ꮍ', '?': '?', ']': ']', '^': '^', 'R': 'ℛ', 'a': 'Ꭿ', 'D': 'ⅅ', 'f': 'ℱ', 'X': 'X', 'u': 'U', 'o': 'Ꮎ', '@': '@', '-': '-', '$': '$', '3': '3', 'B': 'ℬ', 'l': 'ℒ', 'U': 'U', 'n': 'ℕ', 'r': 'ℛ', 'G': 'Ꮆ', 'g': 'Ꮆ', 'J': 'Ꭻ', 'k': 'Ꮶ', 'T': 'Ꮖ', '1': '1', ')': ')', 's': 'Ѕ', '7': '7', '%': '%', '6': '6', ':': ':', 'Q': 'ℚ', ' ': ' ', ',': ',', '[': '[', 'q': 'ℚ', '4': '4', '\\': '\\', 'O': 'Ꮎ'} + From a0d76257dd5ed177b6bc5de5883e08f27857278a Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 19:09:15 +0330 Subject: [PATCH 11/50] fix : minor bug in text_dic3.py fixed --- art/art_param.py | 2 +- art/text_dic3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index ce5e6a29..50183b11 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -880,7 +880,7 @@ "thin3": [thin3_dic, False], "tiny2": [tiny2_dic, False], "upside_down": [upside_down_dic, False], - "chinese_mafia" : [chinese mafia_dic, False], + "chinese_mafia" : [chinese_mafia_dic, False], "sunday_cuddle": [sunday_cuddle_dic, False], "native_lands": [native_lands_dic, False], "foreign_friends": [foreign_friends_dic, False], diff --git a/art/text_dic3.py b/art/text_dic3.py index 36217d62..2be56ce8 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15772,7 +15772,7 @@ '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': '戶'} +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': '戶'} sunday_cuddle_dic = {'$': '$', '|': '|', 'g': 'g', 'd': '∂', '*': '*', 'e': 'є', 'X': 'χ', 'j': 'ʝ', 't': 'т', '9': '9', '=': '=', '.': '.', 'L': 'ℓ', 'P': 'ρ', '>': '>', 'w': 'ω', 'n': 'и', 'm': 'м', '?': '?', '2': '2', 'Q': 'q', '_': '_', ')': ')', ' ': ' ', 'F': 'f', 'A': 'α', '0': '0', '}': '}', 'q': 'q', '[': '[', "'": "'", '1': '1', 'K': 'к', '\\': '\\', '4': '4', '8': '8', '@': '@', '`': '`', '5': '5', 'I': 'ι', '!': '!', 'R': 'я', '3': '3', '"': '"', 'Y': 'у', '^': '^', 'M': 'м', 'p': 'ρ', 's': 'ѕ', 'v': 'ν', 'y': 'у', 'u': 'υ', 'S': 'ѕ', '(': '(', 'r': 'я', '<': '<', '6': '6', 'H': 'н', 'D': '∂', 'k': 'к', 'N': 'и', 'o': 'σ', '%': '%', 'Z': 'z', 'c': '¢', '#': '#', '+': '+', 'l': 'ℓ', 'i': 'ι', '&': '&', '/': '/', '-': '-', ']': ']', 'C': '¢', 'E': 'є', 'x': 'χ', 'V': 'ν', ',': ',', 'h': 'н', 'O': 'σ', 'U': 'υ', 'z': 'z', 'J': 'ʝ', '7': '7', 'G': 'g', '{': '{', ':': ':', ';': ';', '~': '~', 'T': 'т', 'B': 'в', 'W': 'ω', 'b': 'в', 'a': 'α', 'f': 'f'} From 57ffdbcc3979674d6df296350a9e55fbc36c5a68 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 19:20:12 +0330 Subject: [PATCH 12/50] fix : tests updated --- art/art_param.py | 6 +++--- art/test2.py | 30 ++++++++++++++++++++++++++++++ art/text_dic3.py | 2 +- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 50183b11..25602e3f 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -284,7 +284,7 @@ "greek_legends", "minion", "hippie", - "fancy87"] + "sarah"] RANDOM_FILTERED_ARTS = [ "message2", @@ -430,7 +430,7 @@ "greek_legends", "minion", "hippie", - "fancy87"] + "sarah"] DESCRIPTION = '''ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or @@ -889,7 +889,7 @@ "greek_legends": [greek_legends_dic, False], "minion": [minion_dic, False], "hippie": [hippie_dic, False], - "fancy87": [fancy87_dic, False] + "sarah": [sarah_dic, False] } FONT_NAMES = sorted(list(FONT_MAP.keys())) # pragma: no cover diff --git a/art/test2.py b/art/test2.py index 259d5a75..9a9ecac1 100644 --- a/art/test2.py +++ b/art/test2.py @@ -10,6 +10,9 @@ antrophobia: тєѕт +atlantic: +ϯεςϯ + black_bubble: 🅣🅔🅢🅣 @@ -22,6 +25,9 @@ bold_script: 𝓽𝓮𝓼𝓽 +chinese_mafia: +丁乇丂丁 + contouring1: ⓣⓔⓢⓣ @@ -304,12 +310,21 @@ flip: ϝԍƨϝ +foreign_friends: +ṭєṡṭ + fraktur2: 𝔱𝔢𝔰𝔱 full_width: test +funky_fresh: +тḙṧт + +greek_legends: +TΣST + h4k3r: 7357 @@ -319,6 +334,9 @@ handwriting2: ƚҽʂƚ +hippie: +⊥ε﹩⊥ + knight: ṮḕṠṮ @@ -331,6 +349,9 @@ love2: тєsт +minion: +ᴛᴇsᴛ + mirror: ɈƨǝɈ @@ -340,12 +361,18 @@ monospace: 𝚝𝚎𝚜𝚝 +native_lands: +ƬꍟꌗƬ + paranormal: tєst rusify: тё$т +sarah: +ᏆℰЅᏆ + smallcaps2: ᴛᴇsᴛ @@ -358,6 +385,9 @@ subscript: ₜₑₛₜ +sunday_cuddle: +тєѕт + superscript: ᵗᵉˢᵗ diff --git a/art/text_dic3.py b/art/text_dic3.py index 2be56ce8..c748f247 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15790,5 +15790,5 @@ hippie_dic = {'F': 'ℱ', 'r': 'я', 'I': 'ℐ', 'C': '☾', '%': '%', '5': '5', '|': '|', 't': '⊥', 'B': '฿', 'j': 'ʝ', '=': '=', 'O': '☮', '{': '{', 'x': '✖', 'Q': 'ℚ', 'a': '@', '0': '0', 'K': 'Ḱ', ',': ',', 'L': 'Ḻ', '8': '8', ')': ')', 'V': 'Ṽ', 'd': '∂', 'H': 'Ħ', '$': '$', 'w': 'ẘ', ':': ':', "'": "'", '.': '.', '?': '?', 'b': '♭', 'p': '℘', 'T': '✞', '7': '7', ' ': ' ', 'i': 'ḯ', ';': ';', '<': '<', '+': '+', 'J': 'J', '\\': '\\', 'z': 'ℨ', 'S': 'Ꮥ', 'l': 'ʟ', '4': '4', '2': '2', '[': '[', '&': '&', 'U': 'Ü', 'D': 'Ð', 'y': '¥', 'W': 'Ш', '`': '`', 'A': '∀', 'e': 'ε', 'M': 'ℳ', '(': '(', 'u': 'ʊ', '~': '~', 'N': 'И', 'R': 'ℝ', '"': '"', 'v': 'ṽ', '>': '>', '-': '-', 'h': 'н', '!': '!', 'g': 'ℊ', '3': '3', '@': '@', '^': '^', 'P': 'ℙ', 'k': 'ḱ', 'f': 'ḟ', 'n': 'η', 'o': '☮', 'G': 'Ḡ', '/': '/', 'c': 'ḉ', 'm': 'ღ', '9': '9', 'E': '∃', '_': '_', 'Y': 'Ẏ', '}': '}', 'X': 'Ẍ', '*': '*', 's': '﹩', '1': '1', '6': '6', 'q': 'ⓠ', ']': ']', 'Z': 'Ẑ', '#': '#'} -fancy87_dic = {'#': '#', '5': '5', '"': '"', 'S': 'Ѕ', '>': '>', '(': '(', '+': '+', 'F': 'ℱ', '_': '_', 'Z': 'ℤ', '`': '`', 'W': 'Ꮗ', 'h': 'ℋ', 'K': 'Ꮶ', 't': 'Ꮖ', 'v': 'Ꮙ', 'A': 'Ꭿ', 'E': 'ℰ', "'": "'", '*': '*', '8': '8', 'x': 'X', 'j': 'Ꭻ', 'N': 'ℕ', 'w': 'Ꮗ', 'y': 'Ꮍ', 'p': 'ℙ', ';': ';', 'P': 'ℙ', '2': '2', 'L': 'ℒ', 'I': 'ℐ', 'C': 'ℂ', '<': '<', 'i': 'ℐ', '9': '9', 'b': 'ℬ', '|': '|', '=': '=', 'H': 'ℋ', 'M': 'ℳ', '{': '{', '0': '0', 'z': 'ℤ', '/': '/', '!': '!', 'd': 'ⅅ', '&': '&', 'e': 'ℰ', '.': '.', 'V': 'Ꮙ', 'm': 'ℳ', '}': '}', '~': '~', 'c': 'ℂ', 'Y': 'Ꮍ', '?': '?', ']': ']', '^': '^', 'R': 'ℛ', 'a': 'Ꭿ', 'D': 'ⅅ', 'f': 'ℱ', 'X': 'X', 'u': 'U', 'o': 'Ꮎ', '@': '@', '-': '-', '$': '$', '3': '3', 'B': 'ℬ', 'l': 'ℒ', 'U': 'U', 'n': 'ℕ', 'r': 'ℛ', 'G': 'Ꮆ', 'g': 'Ꮆ', 'J': 'Ꭻ', 'k': 'Ꮶ', 'T': 'Ꮖ', '1': '1', ')': ')', 's': 'Ѕ', '7': '7', '%': '%', '6': '6', ':': ':', 'Q': 'ℚ', ' ': ' ', ',': ',', '[': '[', 'q': 'ℚ', '4': '4', '\\': '\\', 'O': 'Ꮎ'} +sarah_dic = {'#': '#', '5': '5', '"': '"', 'S': 'Ѕ', '>': '>', '(': '(', '+': '+', 'F': 'ℱ', '_': '_', 'Z': 'ℤ', '`': '`', 'W': 'Ꮗ', 'h': 'ℋ', 'K': 'Ꮶ', 't': 'Ꮖ', 'v': 'Ꮙ', 'A': 'Ꭿ', 'E': 'ℰ', "'": "'", '*': '*', '8': '8', 'x': 'X', 'j': 'Ꭻ', 'N': 'ℕ', 'w': 'Ꮗ', 'y': 'Ꮍ', 'p': 'ℙ', ';': ';', 'P': 'ℙ', '2': '2', 'L': 'ℒ', 'I': 'ℐ', 'C': 'ℂ', '<': '<', 'i': 'ℐ', '9': '9', 'b': 'ℬ', '|': '|', '=': '=', 'H': 'ℋ', 'M': 'ℳ', '{': '{', '0': '0', 'z': 'ℤ', '/': '/', '!': '!', 'd': 'ⅅ', '&': '&', 'e': 'ℰ', '.': '.', 'V': 'Ꮙ', 'm': 'ℳ', '}': '}', '~': '~', 'c': 'ℂ', 'Y': 'Ꮍ', '?': '?', ']': ']', '^': '^', 'R': 'ℛ', 'a': 'Ꭿ', 'D': 'ⅅ', 'f': 'ℱ', 'X': 'X', 'u': 'U', 'o': 'Ꮎ', '@': '@', '-': '-', '$': '$', '3': '3', 'B': 'ℬ', 'l': 'ℒ', 'U': 'U', 'n': 'ℕ', 'r': 'ℛ', 'G': 'Ꮆ', 'g': 'Ꮆ', 'J': 'Ꭻ', 'k': 'Ꮶ', 'T': 'Ꮖ', '1': '1', ')': ')', 's': 'Ѕ', '7': '7', '%': '%', '6': '6', ':': ':', 'Q': 'ℚ', ' ': ' ', ',': ',', '[': '[', 'q': 'ℚ', '4': '4', '\\': '\\', 'O': 'Ꮎ'} From 7843d9f2550c976180a3e1217e6cccb308311267 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 19:21:24 +0330 Subject: [PATCH 13/50] doc : font counter updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0020ee15..a3590883 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ PyPI version built with Python3 - + @@ -65,7 +65,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-) Font Counter - 495 + 505 1-Line-Art Counter From 255a61d71f4e045c21f4edfea5692029f954150b Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 19:24:30 +0330 Subject: [PATCH 14/50] doc : reference section updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3590883..8ac04ba2 100644 --- a/README.md +++ b/README.md @@ -762,6 +762,7 @@ or send an email to [info@4r7.ir](mailto:info@4r7.ir "info@4r7.ir"). 10. [Cool Symbol](https://coolsymbol.com/) 11. [ASCII Moji](http://asciimoji.com/) 12. [SMILEY COOL](https://smiley.cool/) +13. [SPREZZ](https://www.sprezzkeyboard.com/) ## Donate to our project From 865a05dec866e2c7ce70c51e99ed9dfeb7da6192 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 19:27:05 +0330 Subject: [PATCH 15/50] doc : CHANGELOG updated --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbdec59..742e1bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- 10 new fonts + 1. sarah + 2. hippie + 3. minion + 4. greek_legends + 5. funky_fresh + 6. atlantic + 7. foreign_friends + 8. native_lands + 9. sunday_cuddle + 10. chinese_mafia ## [4.2] - 2019-10-30 ### Added - 14 new fonts From 840d9326bd3280403178ecd6c1f7fe82656f10f8 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 16 Nov 2019 19:46:51 +0330 Subject: [PATCH 16/50] fix : autopep8 fix --- art/art_param.py | 2 +- art/text_dic3.py | 971 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 961 insertions(+), 12 deletions(-) diff --git a/art/art_param.py b/art/art_param.py index 25602e3f..78916e94 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -880,7 +880,7 @@ "thin3": [thin3_dic, False], "tiny2": [tiny2_dic, False], "upside_down": [upside_down_dic, False], - "chinese_mafia" : [chinese_mafia_dic, False], + "chinese_mafia": [chinese_mafia_dic, False], "sunday_cuddle": [sunday_cuddle_dic, False], "native_lands": [native_lands_dic, False], "foreign_friends": [foreign_friends_dic, False], diff --git a/art/text_dic3.py b/art/text_dic3.py index c748f247..2b797fbf 100644 --- a/art/text_dic3.py +++ b/art/text_dic3.py @@ -15772,23 +15772,972 @@ '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': '戶'} - -sunday_cuddle_dic = {'$': '$', '|': '|', 'g': 'g', 'd': '∂', '*': '*', 'e': 'є', 'X': 'χ', 'j': 'ʝ', 't': 'т', '9': '9', '=': '=', '.': '.', 'L': 'ℓ', 'P': 'ρ', '>': '>', 'w': 'ω', 'n': 'и', 'm': 'м', '?': '?', '2': '2', 'Q': 'q', '_': '_', ')': ')', ' ': ' ', 'F': 'f', 'A': 'α', '0': '0', '}': '}', 'q': 'q', '[': '[', "'": "'", '1': '1', 'K': 'к', '\\': '\\', '4': '4', '8': '8', '@': '@', '`': '`', '5': '5', 'I': 'ι', '!': '!', 'R': 'я', '3': '3', '"': '"', 'Y': 'у', '^': '^', 'M': 'м', 'p': 'ρ', 's': 'ѕ', 'v': 'ν', 'y': 'у', 'u': 'υ', 'S': 'ѕ', '(': '(', 'r': 'я', '<': '<', '6': '6', 'H': 'н', 'D': '∂', 'k': 'к', 'N': 'и', 'o': 'σ', '%': '%', 'Z': 'z', 'c': '¢', '#': '#', '+': '+', 'l': 'ℓ', 'i': 'ι', '&': '&', '/': '/', '-': '-', ']': ']', 'C': '¢', 'E': 'є', 'x': 'χ', 'V': 'ν', ',': ',', 'h': 'н', 'O': 'σ', 'U': 'υ', 'z': 'z', 'J': 'ʝ', '7': '7', 'G': 'g', '{': '{', ':': ':', ';': ';', '~': '~', 'T': 'т', 'B': 'в', 'W': 'ω', 'b': 'в', 'a': 'α', 'f': 'f'} +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': '戶'} -native_lands_dic = {'r': 'ꋪ', 'V': 'ᐯ', 'X': 'ꊼ', '<': '<', 'N': 'ꈤ', 'R': 'ꋪ', 'T': 'Ƭ', 'E': 'ꍟ', 'y': 'ꌩ', 'w': 'ꅏ', '*': '*', 'D': 'ꀸ', '+': '+', 'a': 'ꍏ', 'J': 'ꀭ', '=': '=', '2': '2', '_': '_', '^': '^', ':': ':', 'q': 'ꆰ', "'": "'", '1': '1', '4': '4', '$': '$', 'K': 'ꀘ', '`': '`', 'F': 'Ŧ', 'i': 'ꀤ', '/': '/', 'u': 'ꀎ', '#': '#', '-': '-', ';': ';', '&': '&', '5': '5', 'd': 'ꀸ', '6': '6', 'f': 'Ŧ', 'B': 'ß', '9': '9', '|': '|', 'c': 'ꉓ', 'p': 'ᖘ', 'b': 'ß', 'U': 'ꀎ', 'm': 'ꎭ', '3': '3', 'I': 'ꀤ', '(': '(', 't': 'Ƭ', 'Z': 'ꁴ', '7': '7', ',': ',', 'z': 'ꁴ', 'x': 'ꊼ', ')': ')', 'M': 'ꎭ', 'C': 'ꉓ', '\\': '\\', 'H': 'ꃅ', '@': '@', '.': '.', '}': '}', '~': '~', 'h': 'ꃅ', ']': ']', '8': '8', 'O': 'ꂦ', 'Y': 'ꌩ', ' ': ' ', 'G': 'ꁅ', 'Q': 'ꆰ', 'P': 'ᖘ', 'e': 'ꍟ', '0': '0', '!': '!', '{': '{', 'g': 'ꁅ', 'A': 'ꍏ', 'v': 'ᐯ', 'k': 'ꀘ', 's': 'ꌗ', '?': '?', 'n': 'ꈤ', 'l': '꒒', 'j': 'ꀭ', 'o': 'ꂦ', '>': '>', '%': '%', 'L': '꒒', 'W': 'ꅏ', 'S': 'ꌗ', '"': '"', '[': '['} +sunday_cuddle_dic = { + '$': '$', + '|': '|', + 'g': 'g', + 'd': '∂', + '*': '*', + 'e': 'є', + 'X': 'χ', + 'j': 'ʝ', + 't': 'т', + '9': '9', + '=': '=', + '.': '.', + 'L': 'ℓ', + 'P': 'ρ', + '>': '>', + 'w': 'ω', + 'n': 'и', + 'm': 'м', + '?': '?', + '2': '2', + 'Q': 'q', + '_': '_', + ')': ')', + ' ': ' ', + 'F': 'f', + 'A': 'α', + '0': '0', + '}': '}', + 'q': 'q', + '[': '[', + "'": "'", + '1': '1', + 'K': 'к', + '\\': '\\', + '4': '4', + '8': '8', + '@': '@', + '`': '`', + '5': '5', + 'I': 'ι', + '!': '!', + 'R': 'я', + '3': '3', + '"': '"', + 'Y': 'у', + '^': '^', + 'M': 'м', + 'p': 'ρ', + 's': 'ѕ', + 'v': 'ν', + 'y': 'у', + 'u': 'υ', + 'S': 'ѕ', + '(': '(', + 'r': 'я', + '<': '<', + '6': '6', + 'H': 'н', + 'D': '∂', + 'k': 'к', + 'N': 'и', + 'o': 'σ', + '%': '%', + 'Z': 'z', + 'c': '¢', + '#': '#', + '+': '+', + 'l': 'ℓ', + 'i': 'ι', + '&': '&', + '/': '/', + '-': '-', + ']': ']', + 'C': '¢', + 'E': 'є', + 'x': 'χ', + 'V': 'ν', + ',': ',', + 'h': 'н', + 'O': 'σ', + 'U': 'υ', + 'z': 'z', + 'J': 'ʝ', + '7': '7', + 'G': 'g', + '{': '{', + ':': ':', + ';': ';', + '~': '~', + 'T': 'т', + 'B': 'в', + 'W': 'ω', + 'b': 'в', + 'a': 'α', + 'f': 'f'} -foreign_friends_dic = {'2': '2', '=': '=', '!': '!', 'x': '×', 'F': 'ғ', ')': ')', 'm': 'ṃ', 'h': 'һ', 'i': 'ı', 'y': 'ʏ', 'u': 'ȗ', '4': '4', 'M': 'ṃ', 'K': 'ҡ', 'o': 'ȏ', 'v': 'ṿ', 'k': 'ҡ', '-': '-', 'Y': 'ʏ', '&': '&', '|': '|', 'L': 'ʟ', '%': '%', 'q': 'զ', 's': 'ṡ', 'g': 'ɢ', ';': ';', 'D': 'Ԁ', 'b': 'ɞ', '\\': '\\', 'V': 'ṿ', '0': '0', 'f': 'ғ', 'N': 'ṅ', ',': ',', '~': '~', 'E': 'є', ':': ':', 'R': 'я', 'z': 'ẓ', '}': '}', '_': '_', '?': '?', '+': '+', 'p': 'ƿ', '.': '.', 'A': 'ѧ', 'w': 'ẇ', '[': '[', 'U': 'ȗ', '`': '`', 'J': 'j', 't': 'ṭ', 'X': '×', '^': '^', '(': '(', 'r': 'я', 'j': 'j', 'B': 'ɞ', 'P': 'ƿ', '5': '5', '6': '6', '#': '#', 'c': 'ċ', 'H': 'һ', '9': '9', 'G': 'ɢ', '8': '8', 'Z': 'ẓ', 'W': 'ẇ', 'n': 'ṅ', '$': '$', 'd': 'Ԁ', 'I': 'ı', 'T': 'ṭ', 'O': 'ȏ', '{': '{', ']': ']', 'a': 'ѧ', '*': '*', 'S': 'ṡ', '>': '>', '"': '"', 'Q': 'զ', '3': '3', ' ': ' ', 'C': 'ċ', "'": "'", '1': '1', '<': '<', '7': '7', '/': '/', '@': '@', 'e': 'є', 'l': 'ʟ'} +native_lands_dic = { + 'r': 'ꋪ', + 'V': 'ᐯ', + 'X': 'ꊼ', + '<': '<', + 'N': 'ꈤ', + 'R': 'ꋪ', + 'T': 'Ƭ', + 'E': 'ꍟ', + 'y': 'ꌩ', + 'w': 'ꅏ', + '*': '*', + 'D': 'ꀸ', + '+': '+', + 'a': 'ꍏ', + 'J': 'ꀭ', + '=': '=', + '2': '2', + '_': '_', + '^': '^', + ':': ':', + 'q': 'ꆰ', + "'": "'", + '1': '1', + '4': '4', + '$': '$', + 'K': 'ꀘ', + '`': '`', + 'F': 'Ŧ', + 'i': 'ꀤ', + '/': '/', + 'u': 'ꀎ', + '#': '#', + '-': '-', + ';': ';', + '&': '&', + '5': '5', + 'd': 'ꀸ', + '6': '6', + 'f': 'Ŧ', + 'B': 'ß', + '9': '9', + '|': '|', + 'c': 'ꉓ', + 'p': 'ᖘ', + 'b': 'ß', + 'U': 'ꀎ', + 'm': 'ꎭ', + '3': '3', + 'I': 'ꀤ', + '(': '(', + 't': 'Ƭ', + 'Z': 'ꁴ', + '7': '7', + ',': ',', + 'z': 'ꁴ', + 'x': 'ꊼ', + ')': ')', + 'M': 'ꎭ', + 'C': 'ꉓ', + '\\': '\\', + 'H': 'ꃅ', + '@': '@', + '.': '.', + '}': '}', + '~': '~', + 'h': 'ꃅ', + ']': ']', + '8': '8', + 'O': 'ꂦ', + 'Y': 'ꌩ', + ' ': ' ', + 'G': 'ꁅ', + 'Q': 'ꆰ', + 'P': 'ᖘ', + 'e': 'ꍟ', + '0': '0', + '!': '!', + '{': '{', + 'g': 'ꁅ', + 'A': 'ꍏ', + 'v': 'ᐯ', + 'k': 'ꀘ', + 's': 'ꌗ', + '?': '?', + 'n': 'ꈤ', + 'l': '꒒', + 'j': 'ꀭ', + 'o': 'ꂦ', + '>': '>', + '%': '%', + 'L': '꒒', + 'W': 'ꅏ', + 'S': 'ꌗ', + '"': '"', + '[': '['} -atlantic_dic = {'T': 'ϯ', ' ': ' ', 'H': 'հ', '`': '`', '^': '^', ';': ';', '}': '}', 'F': 'ƒ', '2': '2', 'K': 'Ƙ', '~': '~', 'g': 'ɡ', 'L': 'ʆ', '0': '0', 'b': 'ɓ', 'Z': 'Հ', ']': ']', 'V': 'ѵ', 'O': 'σ', 'Q': 'զ', 'a': 'α', '3': '3', '_': '_', 'G': 'ɡ', 'r': 'ɾ', '>': '>', 'f': 'ƒ', 'w': 'ϖ', 'M': 'ʍ', '1': '1', '+': '+', '?': '?', '\\': '\\', '9': '9', 'c': 'ɕ', 'J': 'յ', '&': '&', ':': ':', 'h': 'հ', '-': '-', 'U': 'մ', 'j': 'յ', '[': '[', '8': '8', ')': ')', 'I': 'ί', '@': '@', '(': '(', 'k': 'Ƙ', 'N': 'η', '*': '*', 'D': 'δ', 'n': 'η', '!': '!', '|': '|', 'u': 'մ', 'S': 'ς', 'P': 'Թ', '4': '4', '#': '#', 'R': 'ɾ', 't': 'ϯ', 'q': 'զ', '7': '7', '{': '{', 'v': 'ѵ', 'A': 'α', '/': '/', '.': '.', 'd': 'δ', '6': '6', 'o': 'σ', 'l': 'ʆ', 'E': 'ε', '<': '<', 'i': 'ί', '"': '"', 'W': 'ϖ', 's': 'ς', 'e': 'ε', 'y': 'ψ', "'": "'", '=': '=', ',': ',', 'x': 'x', 'X': 'x', 'B': 'ɓ', 'm': 'ʍ', '%': '%', 'p': 'Թ', '5': '5', '$': '$', 'z': 'Հ', 'C': 'ɕ', 'Y': 'ψ'} +foreign_friends_dic = { + '2': '2', + '=': '=', + '!': '!', + 'x': '×', + 'F': 'ғ', + ')': ')', + 'm': 'ṃ', + 'h': 'һ', + 'i': 'ı', + 'y': 'ʏ', + 'u': 'ȗ', + '4': '4', + 'M': 'ṃ', + 'K': 'ҡ', + 'o': 'ȏ', + 'v': 'ṿ', + 'k': 'ҡ', + '-': '-', + 'Y': 'ʏ', + '&': '&', + '|': '|', + 'L': 'ʟ', + '%': '%', + 'q': 'զ', + 's': 'ṡ', + 'g': 'ɢ', + ';': ';', + 'D': 'Ԁ', + 'b': 'ɞ', + '\\': '\\', + 'V': 'ṿ', + '0': '0', + 'f': 'ғ', + 'N': 'ṅ', + ',': ',', + '~': '~', + 'E': 'є', + ':': ':', + 'R': 'я', + 'z': 'ẓ', + '}': '}', + '_': '_', + '?': '?', + '+': '+', + 'p': 'ƿ', + '.': '.', + 'A': 'ѧ', + 'w': 'ẇ', + '[': '[', + 'U': 'ȗ', + '`': '`', + 'J': 'j', + 't': 'ṭ', + 'X': '×', + '^': '^', + '(': '(', + 'r': 'я', + 'j': 'j', + 'B': 'ɞ', + 'P': 'ƿ', + '5': '5', + '6': '6', + '#': '#', + 'c': 'ċ', + 'H': 'һ', + '9': '9', + 'G': 'ɢ', + '8': '8', + 'Z': 'ẓ', + 'W': 'ẇ', + 'n': 'ṅ', + '$': '$', + 'd': 'Ԁ', + 'I': 'ı', + 'T': 'ṭ', + 'O': 'ȏ', + '{': '{', + ']': ']', + 'a': 'ѧ', + '*': '*', + 'S': 'ṡ', + '>': '>', + '"': '"', + 'Q': 'զ', + '3': '3', + ' ': ' ', + 'C': 'ċ', + "'": "'", + '1': '1', + '<': '<', + '7': '7', + '/': '/', + '@': '@', + 'e': 'є', + 'l': 'ʟ'} -funky_fresh_dic = {'[': '[', '9': '9', '^': '^', 'z': 'ℨ', 'w': 'ω', 'N': 'ℵ', 'u': 'ṳ', '+': '+', 'i': '!', 'd': 'ᖱ', ':': ':', '?': '?', 'H': 'ℏ', 'y': '⑂', ']': ']', 'I': '!', '6': '6', '/': '/', '(': '(', '|': '|', 'm': 'Պ', '%': '%', 'j': '♩', '_': '_', '2': '2', 'W': 'ω', 'x': '✘', 'e': 'ḙ', '"': '"', 'a': 'ᾰ', 'L': 'ℓ', '&': '&', 'S': 'ṧ', '\\': '\\', 'J': '♩', '4': '4', '8': '8', '7': '7', ';': ';', '5': '5', 'q': 'ǭ', 'F': 'ḟ', 's': 'ṧ', '!': '!', '-': '-', '.': '.', ')': ')', '~': '~', '@': '@', 'b': '♭', 't': 'т', 'E': 'ḙ', 'O': '✺', '>': '>', 'Y': '⑂', 'l': 'ℓ', 'k': 'к', '*': '*', 'p': '℘', '`': '`', 'V': 'ṽ', 'c': 'ḉ', '0': '0', 'G': '❡', '3': '3', 'h': 'ℏ', 'Q': 'ǭ', 'K': 'к', 'A': 'ᾰ', 'M': 'Պ', ' ': ' ', 'n': 'ℵ', '1': '1', '=': '=', 'v': 'ṽ', 'B': '♭', '{': '{', 'f': 'ḟ', '$': '$', 'X': '✘', 'D': 'ᖱ', ',': ',', '#': '#', 'R': 'Ի', '<': '<', 'U': 'ṳ', 'g': '❡', 'T': 'т', 'r': 'Ի', "'": "'", 'C': 'ḉ', 'o': '✺', 'Z': 'ℨ', '}': '}', 'P': '℘'} +atlantic_dic = { + 'T': 'ϯ', + ' ': ' ', + 'H': 'հ', + '`': '`', + '^': '^', + ';': ';', + '}': '}', + 'F': 'ƒ', + '2': '2', + 'K': 'Ƙ', + '~': '~', + 'g': 'ɡ', + 'L': 'ʆ', + '0': '0', + 'b': 'ɓ', + 'Z': 'Հ', + ']': ']', + 'V': 'ѵ', + 'O': 'σ', + 'Q': 'զ', + 'a': 'α', + '3': '3', + '_': '_', + 'G': 'ɡ', + 'r': 'ɾ', + '>': '>', + 'f': 'ƒ', + 'w': 'ϖ', + 'M': 'ʍ', + '1': '1', + '+': '+', + '?': '?', + '\\': '\\', + '9': '9', + 'c': 'ɕ', + 'J': 'յ', + '&': '&', + ':': ':', + 'h': 'հ', + '-': '-', + 'U': 'մ', + 'j': 'յ', + '[': '[', + '8': '8', + ')': ')', + 'I': 'ί', + '@': '@', + '(': '(', + 'k': 'Ƙ', + 'N': 'η', + '*': '*', + 'D': 'δ', + 'n': 'η', + '!': '!', + '|': '|', + 'u': 'մ', + 'S': 'ς', + 'P': 'Թ', + '4': '4', + '#': '#', + 'R': 'ɾ', + 't': 'ϯ', + 'q': 'զ', + '7': '7', + '{': '{', + 'v': 'ѵ', + 'A': 'α', + '/': '/', + '.': '.', + 'd': 'δ', + '6': '6', + 'o': 'σ', + 'l': 'ʆ', + 'E': 'ε', + '<': '<', + 'i': 'ί', + '"': '"', + 'W': 'ϖ', + 's': 'ς', + 'e': 'ε', + 'y': 'ψ', + "'": "'", + '=': '=', + ',': ',', + 'x': 'x', + 'X': 'x', + 'B': 'ɓ', + 'm': 'ʍ', + '%': '%', + 'p': 'Թ', + '5': '5', + '$': '$', + 'z': 'Հ', + 'C': 'ɕ', + 'Y': 'ψ'} -greek_legends_dic = {'7': '7', 'v': '∇', ',': ',', '^': '^', ' ': ' ', '>': '>', 'g': 'G', '3': '3', ';': ';', 'T': 'T', 'r': 'R', 'Z': 'Z', ':': ':', 'R': 'R', '&': '&', ')': ')', '1': '1', 'V': '∇', "'": "'", '*': '*', '<': '<', 't': 'T', 'P': 'P', 'l': 'L', 'p': 'P', 'q': 'Q', '[': '[', 'z': 'Z', 'O': 'Ω', 'S': 'S', '%': '%', 'k': 'Ҝ', 'M': 'M', '=': '=', '8': '8', '|': '|', 'c': 'C', 'D': 'D', 'E': 'Σ', '~': '~', 'I': 'I', 'w': 'Ш', 'C': 'C', 'Y': 'Ψ', 'W': 'Ш', 'Q': 'Q', '5': '5', '_': '_', '\\': '\\', '}': '}', 'i': 'I', ']': ']', 'H': 'H', 'b': 'β', '+': '+', 'N': 'Π', '$': '$', 'U': 'U', '2': '2', 'y': 'Ψ', '/': '/', '#': '#', 'd': 'D', 'm': 'M', '?': '?', 'f': 'Ғ', 'B': 'β', 'a': 'Δ', '"': '"', 'e': 'Σ', '`': '`', '!': '!', '4': '4', 'F': 'Ғ', 'u': 'U', 'h': 'H', 'G': 'G', 'j': 'J', 'X': 'X', 'n': 'Π', '9': '9', 'x': 'X', '6': '6', '0': '0', 'K': 'Ҝ', 'A': 'Δ', '@': '@', '{': '{', 'J': 'J', 'L': 'L', 's': 'S', '.': '.', 'o': 'Ω', '(': '(', '-': '-'} +funky_fresh_dic = { + '[': '[', + '9': '9', + '^': '^', + 'z': 'ℨ', + 'w': 'ω', + 'N': 'ℵ', + 'u': 'ṳ', + '+': '+', + 'i': '!', + 'd': 'ᖱ', + ':': ':', + '?': '?', + 'H': 'ℏ', + 'y': '⑂', + ']': ']', + 'I': '!', + '6': '6', + '/': '/', + '(': '(', + '|': '|', + 'm': 'Պ', + '%': '%', + 'j': '♩', + '_': '_', + '2': '2', + 'W': 'ω', + 'x': '✘', + 'e': 'ḙ', + '"': '"', + 'a': 'ᾰ', + 'L': 'ℓ', + '&': '&', + 'S': 'ṧ', + '\\': '\\', + 'J': '♩', + '4': '4', + '8': '8', + '7': '7', + ';': ';', + '5': '5', + 'q': 'ǭ', + 'F': 'ḟ', + 's': 'ṧ', + '!': '!', + '-': '-', + '.': '.', + ')': ')', + '~': '~', + '@': '@', + 'b': '♭', + 't': 'т', + 'E': 'ḙ', + 'O': '✺', + '>': '>', + 'Y': '⑂', + 'l': 'ℓ', + 'k': 'к', + '*': '*', + 'p': '℘', + '`': '`', + 'V': 'ṽ', + 'c': 'ḉ', + '0': '0', + 'G': '❡', + '3': '3', + 'h': 'ℏ', + 'Q': 'ǭ', + 'K': 'к', + 'A': 'ᾰ', + 'M': 'Պ', + ' ': ' ', + 'n': 'ℵ', + '1': '1', + '=': '=', + 'v': 'ṽ', + 'B': '♭', + '{': '{', + 'f': 'ḟ', + '$': '$', + 'X': '✘', + 'D': 'ᖱ', + ',': ',', + '#': '#', + 'R': 'Ի', + '<': '<', + 'U': 'ṳ', + 'g': '❡', + 'T': 'т', + 'r': 'Ի', + "'": "'", + 'C': 'ḉ', + 'o': '✺', + 'Z': 'ℨ', + '}': '}', + 'P': '℘'} -minion_dic = {'2': '2', 'a': 'ᴀ', '0': '0', 'w': 'ᴡ', 'I': 'ɪ', '$': '$', 'f': 'ғ', 'k': 'ᴋ', '*': '*', 'J': 'ᴊ', 's': 's', 'P': 'ᴘ', ']': ']', ' ': ' ', 'A': 'ᴀ', 'L': 'ʟ', 'S': 's', 'H': 'ʜ', '@': '@', 'F': 'ғ', '_': '_', 'Q': 'ǫ', 'G': 'ɢ', '1': '1', ':': ':', 'l': 'ʟ', 'W': 'ᴡ', '/': '/', '9': '9', 'x': 'x', '8': '8', 'M': 'ᴍ', '}': '}', 'O': 'ᴏ', '5': '5', '-': '-', 't': 'ᴛ', 'C': 'ᴄ', '?': '?', '=': '=', '!': '!', ')': ')', '~': '~', '<': '<', '[': '[', 'T': 'ᴛ', '(': '(', 'K': 'ᴋ', '{': '{', 'N': 'ɴ', 'm': 'ᴍ', 'g': 'ɢ', '3': '3', 'V': 'ᴠ', 'h': 'ʜ', '>': '>', 'n': 'ɴ', 'o': 'ᴏ', 'E': 'ᴇ', 'b': 'ʙ', 'r': 'ʀ', '\\': '\\', '&': '&', 'v': 'ᴠ', '%': '%', '4': '4', '+': '+', 'z': 'ᴢ', '|': '|', 'D': 'ᴅ', '#': '#', 'j': 'ᴊ', 'U': 'ᴜ', 'i': 'ɪ', 'u': 'ᴜ', ',': ',', 'q': 'ǫ', '7': '7', 'e': 'ᴇ', 'd': 'ᴅ', 'y': 'ʏ', 'Y': 'ʏ', '`': '`', ';': ';', 'c': 'ᴄ', '"': '"', 'B': 'ʙ', '^': '^', 'p': 'ᴘ', 'R': 'ʀ', 'X': 'x', '6': '6', '.': '.', 'Z': 'ᴢ', "'": "'"} +greek_legends_dic = { + '7': '7', + 'v': '∇', + ',': ',', + '^': '^', + ' ': ' ', + '>': '>', + 'g': 'G', + '3': '3', + ';': ';', + 'T': 'T', + 'r': 'R', + 'Z': 'Z', + ':': ':', + 'R': 'R', + '&': '&', + ')': ')', + '1': '1', + 'V': '∇', + "'": "'", + '*': '*', + '<': '<', + 't': 'T', + 'P': 'P', + 'l': 'L', + 'p': 'P', + 'q': 'Q', + '[': '[', + 'z': 'Z', + 'O': 'Ω', + 'S': 'S', + '%': '%', + 'k': 'Ҝ', + 'M': 'M', + '=': '=', + '8': '8', + '|': '|', + 'c': 'C', + 'D': 'D', + 'E': 'Σ', + '~': '~', + 'I': 'I', + 'w': 'Ш', + 'C': 'C', + 'Y': 'Ψ', + 'W': 'Ш', + 'Q': 'Q', + '5': '5', + '_': '_', + '\\': '\\', + '}': '}', + 'i': 'I', + ']': ']', + 'H': 'H', + 'b': 'β', + '+': '+', + 'N': 'Π', + '$': '$', + 'U': 'U', + '2': '2', + 'y': 'Ψ', + '/': '/', + '#': '#', + 'd': 'D', + 'm': 'M', + '?': '?', + 'f': 'Ғ', + 'B': 'β', + 'a': 'Δ', + '"': '"', + 'e': 'Σ', + '`': '`', + '!': '!', + '4': '4', + 'F': 'Ғ', + 'u': 'U', + 'h': 'H', + 'G': 'G', + 'j': 'J', + 'X': 'X', + 'n': 'Π', + '9': '9', + 'x': 'X', + '6': '6', + '0': '0', + 'K': 'Ҝ', + 'A': 'Δ', + '@': '@', + '{': '{', + 'J': 'J', + 'L': 'L', + 's': 'S', + '.': '.', + 'o': 'Ω', + '(': '(', + '-': '-'} -hippie_dic = {'F': 'ℱ', 'r': 'я', 'I': 'ℐ', 'C': '☾', '%': '%', '5': '5', '|': '|', 't': '⊥', 'B': '฿', 'j': 'ʝ', '=': '=', 'O': '☮', '{': '{', 'x': '✖', 'Q': 'ℚ', 'a': '@', '0': '0', 'K': 'Ḱ', ',': ',', 'L': 'Ḻ', '8': '8', ')': ')', 'V': 'Ṽ', 'd': '∂', 'H': 'Ħ', '$': '$', 'w': 'ẘ', ':': ':', "'": "'", '.': '.', '?': '?', 'b': '♭', 'p': '℘', 'T': '✞', '7': '7', ' ': ' ', 'i': 'ḯ', ';': ';', '<': '<', '+': '+', 'J': 'J', '\\': '\\', 'z': 'ℨ', 'S': 'Ꮥ', 'l': 'ʟ', '4': '4', '2': '2', '[': '[', '&': '&', 'U': 'Ü', 'D': 'Ð', 'y': '¥', 'W': 'Ш', '`': '`', 'A': '∀', 'e': 'ε', 'M': 'ℳ', '(': '(', 'u': 'ʊ', '~': '~', 'N': 'И', 'R': 'ℝ', '"': '"', 'v': 'ṽ', '>': '>', '-': '-', 'h': 'н', '!': '!', 'g': 'ℊ', '3': '3', '@': '@', '^': '^', 'P': 'ℙ', 'k': 'ḱ', 'f': 'ḟ', 'n': 'η', 'o': '☮', 'G': 'Ḡ', '/': '/', 'c': 'ḉ', 'm': 'ღ', '9': '9', 'E': '∃', '_': '_', 'Y': 'Ẏ', '}': '}', 'X': 'Ẍ', '*': '*', 's': '﹩', '1': '1', '6': '6', 'q': 'ⓠ', ']': ']', 'Z': 'Ẑ', '#': '#'} +minion_dic = { + '2': '2', + 'a': 'ᴀ', + '0': '0', + 'w': 'ᴡ', + 'I': 'ɪ', + '$': '$', + 'f': 'ғ', + 'k': 'ᴋ', + '*': '*', + 'J': 'ᴊ', + 's': 's', + 'P': 'ᴘ', + ']': ']', + ' ': ' ', + 'A': 'ᴀ', + 'L': 'ʟ', + 'S': 's', + 'H': 'ʜ', + '@': '@', + 'F': 'ғ', + '_': '_', + 'Q': 'ǫ', + 'G': 'ɢ', + '1': '1', + ':': ':', + 'l': 'ʟ', + 'W': 'ᴡ', + '/': '/', + '9': '9', + 'x': 'x', + '8': '8', + 'M': 'ᴍ', + '}': '}', + 'O': 'ᴏ', + '5': '5', + '-': '-', + 't': 'ᴛ', + 'C': 'ᴄ', + '?': '?', + '=': '=', + '!': '!', + ')': ')', + '~': '~', + '<': '<', + '[': '[', + 'T': 'ᴛ', + '(': '(', + 'K': 'ᴋ', + '{': '{', + 'N': 'ɴ', + 'm': 'ᴍ', + 'g': 'ɢ', + '3': '3', + 'V': 'ᴠ', + 'h': 'ʜ', + '>': '>', + 'n': 'ɴ', + 'o': 'ᴏ', + 'E': 'ᴇ', + 'b': 'ʙ', + 'r': 'ʀ', + '\\': '\\', + '&': '&', + 'v': 'ᴠ', + '%': '%', + '4': '4', + '+': '+', + 'z': 'ᴢ', + '|': '|', + 'D': 'ᴅ', + '#': '#', + 'j': 'ᴊ', + 'U': 'ᴜ', + 'i': 'ɪ', + 'u': 'ᴜ', + ',': ',', + 'q': 'ǫ', + '7': '7', + 'e': 'ᴇ', + 'd': 'ᴅ', + 'y': 'ʏ', + 'Y': 'ʏ', + '`': '`', + ';': ';', + 'c': 'ᴄ', + '"': '"', + 'B': 'ʙ', + '^': '^', + 'p': 'ᴘ', + 'R': 'ʀ', + 'X': 'x', + '6': '6', + '.': '.', + 'Z': 'ᴢ', + "'": "'"} -sarah_dic = {'#': '#', '5': '5', '"': '"', 'S': 'Ѕ', '>': '>', '(': '(', '+': '+', 'F': 'ℱ', '_': '_', 'Z': 'ℤ', '`': '`', 'W': 'Ꮗ', 'h': 'ℋ', 'K': 'Ꮶ', 't': 'Ꮖ', 'v': 'Ꮙ', 'A': 'Ꭿ', 'E': 'ℰ', "'": "'", '*': '*', '8': '8', 'x': 'X', 'j': 'Ꭻ', 'N': 'ℕ', 'w': 'Ꮗ', 'y': 'Ꮍ', 'p': 'ℙ', ';': ';', 'P': 'ℙ', '2': '2', 'L': 'ℒ', 'I': 'ℐ', 'C': 'ℂ', '<': '<', 'i': 'ℐ', '9': '9', 'b': 'ℬ', '|': '|', '=': '=', 'H': 'ℋ', 'M': 'ℳ', '{': '{', '0': '0', 'z': 'ℤ', '/': '/', '!': '!', 'd': 'ⅅ', '&': '&', 'e': 'ℰ', '.': '.', 'V': 'Ꮙ', 'm': 'ℳ', '}': '}', '~': '~', 'c': 'ℂ', 'Y': 'Ꮍ', '?': '?', ']': ']', '^': '^', 'R': 'ℛ', 'a': 'Ꭿ', 'D': 'ⅅ', 'f': 'ℱ', 'X': 'X', 'u': 'U', 'o': 'Ꮎ', '@': '@', '-': '-', '$': '$', '3': '3', 'B': 'ℬ', 'l': 'ℒ', 'U': 'U', 'n': 'ℕ', 'r': 'ℛ', 'G': 'Ꮆ', 'g': 'Ꮆ', 'J': 'Ꭻ', 'k': 'Ꮶ', 'T': 'Ꮖ', '1': '1', ')': ')', 's': 'Ѕ', '7': '7', '%': '%', '6': '6', ':': ':', 'Q': 'ℚ', ' ': ' ', ',': ',', '[': '[', 'q': 'ℚ', '4': '4', '\\': '\\', 'O': 'Ꮎ'} +hippie_dic = { + 'F': 'ℱ', + 'r': 'я', + 'I': 'ℐ', + 'C': '☾', + '%': '%', + '5': '5', + '|': '|', + 't': '⊥', + 'B': '฿', + 'j': 'ʝ', + '=': '=', + 'O': '☮', + '{': '{', + 'x': '✖', + 'Q': 'ℚ', + 'a': '@', + '0': '0', + 'K': 'Ḱ', + ',': ',', + 'L': 'Ḻ', + '8': '8', + ')': ')', + 'V': 'Ṽ', + 'd': '∂', + 'H': 'Ħ', + '$': '$', + 'w': 'ẘ', + ':': ':', + "'": "'", + '.': '.', + '?': '?', + 'b': '♭', + 'p': '℘', + 'T': '✞', + '7': '7', + ' ': ' ', + 'i': 'ḯ', + ';': ';', + '<': '<', + '+': '+', + 'J': 'J', + '\\': '\\', + 'z': 'ℨ', + 'S': 'Ꮥ', + 'l': 'ʟ', + '4': '4', + '2': '2', + '[': '[', + '&': '&', + 'U': 'Ü', + 'D': 'Ð', + 'y': '¥', + 'W': 'Ш', + '`': '`', + 'A': '∀', + 'e': 'ε', + 'M': 'ℳ', + '(': '(', + 'u': 'ʊ', + '~': '~', + 'N': 'И', + 'R': 'ℝ', + '"': '"', + 'v': 'ṽ', + '>': '>', + '-': '-', + 'h': 'н', + '!': '!', + 'g': 'ℊ', + '3': '3', + '@': '@', + '^': '^', + 'P': 'ℙ', + 'k': 'ḱ', + 'f': 'ḟ', + 'n': 'η', + 'o': '☮', + 'G': 'Ḡ', + '/': '/', + 'c': 'ḉ', + 'm': 'ღ', + '9': '9', + 'E': '∃', + '_': '_', + 'Y': 'Ẏ', + '}': '}', + 'X': 'Ẍ', + '*': '*', + 's': '﹩', + '1': '1', + '6': '6', + 'q': 'ⓠ', + ']': ']', + 'Z': 'Ẑ', + '#': '#'} +sarah_dic = { + '#': '#', + '5': '5', + '"': '"', + 'S': 'Ѕ', + '>': '>', + '(': '(', + '+': '+', + 'F': 'ℱ', + '_': '_', + 'Z': 'ℤ', + '`': '`', + 'W': 'Ꮗ', + 'h': 'ℋ', + 'K': 'Ꮶ', + 't': 'Ꮖ', + 'v': 'Ꮙ', + 'A': 'Ꭿ', + 'E': 'ℰ', + "'": "'", + '*': '*', + '8': '8', + 'x': 'X', + 'j': 'Ꭻ', + 'N': 'ℕ', + 'w': 'Ꮗ', + 'y': 'Ꮍ', + 'p': 'ℙ', + ';': ';', + 'P': 'ℙ', + '2': '2', + 'L': 'ℒ', + 'I': 'ℐ', + 'C': 'ℂ', + '<': '<', + 'i': 'ℐ', + '9': '9', + 'b': 'ℬ', + '|': '|', + '=': '=', + 'H': 'ℋ', + 'M': 'ℳ', + '{': '{', + '0': '0', + 'z': 'ℤ', + '/': '/', + '!': '!', + 'd': 'ⅅ', + '&': '&', + 'e': 'ℰ', + '.': '.', + 'V': 'Ꮙ', + 'm': 'ℳ', + '}': '}', + '~': '~', + 'c': 'ℂ', + 'Y': 'Ꮍ', + '?': '?', + ']': ']', + '^': '^', + 'R': 'ℛ', + 'a': 'Ꭿ', + 'D': 'ⅅ', + 'f': 'ℱ', + 'X': 'X', + 'u': 'U', + 'o': 'Ꮎ', + '@': '@', + '-': '-', + '$': '$', + '3': '3', + 'B': 'ℬ', + 'l': 'ℒ', + 'U': 'U', + 'n': 'ℕ', + 'r': 'ℛ', + 'G': 'Ꮆ', + 'g': 'Ꮆ', + 'J': 'Ꭻ', + 'k': 'Ꮶ', + 'T': 'Ꮖ', + '1': '1', + ')': ')', + 's': 'Ѕ', + '7': '7', + '%': '%', + '6': '6', + ':': ':', + 'Q': 'ℚ', + ' ': ' ', + ',': ',', + '[': '[', + 'q': 'ℚ', + '4': '4', + '\\': '\\', + 'O': 'Ꮎ'} From 96525b633537cda022f78bb1136675aa90392a80 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 23 Nov 2019 22:12:23 +0330 Subject: [PATCH 17/50] doc : minor edit in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 742e1bfa..0cc4dbff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Added +### Added - 10 new fonts 1. sarah 2. hippie From 2726083c4c401d17d7adb32b958ae0dbe8cf8466 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 23 Nov 2019 22:22:53 +0330 Subject: [PATCH 18/50] doc : minor edit in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc4dbff..742e1bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Added +### Added - 10 new fonts 1. sarah 2. hippie From 9f5c79dda3d93deeb6ceda1fdcdd9ea6d28054af Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:30:48 +0330 Subject: [PATCH 19/50] art : cup1 and cup2 added #79 --- art/art_dic.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index c2c0501d..cf2395d7 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -378,5 +378,7 @@ "gotit": "(☞゚∀゚)☞", "hello": "(ʘ‿ʘ)╯", "loading": "███▒▒▒▒▒▒▒", - "meep": "\(°^°)/" + "meep": "\(°^°)/", + "cup1": "(▓", + "cup2": "\̅_̅/̷̚ʾ", } From eef28d7fcd878e1cd997f813050a56c8bacc4a50 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:32:52 +0330 Subject: [PATCH 20/50] art : gun serie added #79 --- art/art_dic.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/art/art_dic.py b/art/art_dic.py index cf2395d7..8b621f1a 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -86,7 +86,9 @@ "birds": "~(‾▿‾)~", "pig2": "༼☉ɷ⊙༽", "bullshit": "|3ᵕᶦᶦᶳᶣᶨᶵ", - "gun": "︻╦╤─", + "gun1": "︻╦╤─", + "gun2": "︻デ═一", + "gun3": "╦̵̵̿╤─ ҉ ~ •", "cigarette": "(____((____________()~~~", "bird": " (⌒▽⌒)", "sword4": " |O/////[{:;:;:;:;:;:;:;:;>", @@ -380,5 +382,5 @@ "loading": "███▒▒▒▒▒▒▒", "meep": "\(°^°)/", "cup1": "(▓", - "cup2": "\̅_̅/̷̚ʾ", + "cup2": "\̅_̅/̷̚ʾ" } From 927abbf95c7eba39c0dc79e527a105ebfd6018b3 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:34:30 +0330 Subject: [PATCH 21/50] art : fish serie added #79 --- art/art_dic.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/art/art_dic.py b/art/art_dic.py index 8b621f1a..d2ac9923 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -3,6 +3,9 @@ art_dic = { "fish1": "><(((('>", "fish2": "><>", + "fish3": "`·.¸¸ ><((((º>.·´¯`·><((((º> ", + "fish4": "><> ><>", + "fish5": "<><", "house": "__̴ı̴̴̡̡̡ ̡͌l̡̡̡ ̡͌l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ ̡͌l̡̡̡̡.___", "care crowd": "(-(-_(-_-)_-)-)", "monster": "٩(̾●̮̮̃̾•̃̾)۶", From 48557b059481e4d111d0e0023706db0b82b1842f Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:36:36 +0330 Subject: [PATCH 22/50] art : sword serie added #79 --- art/art_dic.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/art/art_dic.py b/art/art_dic.py index d2ac9923..82f41905 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -268,6 +268,10 @@ "cigaret": "()___)____________)", "oar": "===========(8888)", "sword5": "<%%%%|==========>", + "sword6": "o()xxxx[{::::::::::::::::::::::::::::::::::>", + "sword7": "o==[]::::::::::::::::>", + "sword8": "▬▬ι═══════> ", + "sword9": " <═══════ι▬▬", "car": "`o##o>", "hacksaw": "[|^^^^^^^", "canoe": ".,.,\______/,..,.,", From 63c3889f43f989a5319246a580de6a158373b42b Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:38:08 +0330 Subject: [PATCH 23/50] art : knife serie added #79 --- art/art_dic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 82f41905..8ccdd238 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -39,7 +39,8 @@ ",.-~*´¨¯¨`*·~-.¸-(", "-,.-~*´¨¯¨`*·~-.¸"], "pistols2": "̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿", - "knife": ")xxxxx[;;;;;;;;;>", + "knife1": ")xxxxx[;;;;;;;;;>", + "knife2": ")xxx[::::::::::>", "coffee": "c[_]", "robot1": "d[ o_0 ]b", "pig1": "^(*(oo)*)^", From fbaea89a634071b3e6b487ef70d382ec5d1009ed Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:39:04 +0330 Subject: [PATCH 24/50] art : barcode added #79 --- art/art_dic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 8ccdd238..87f7b7e6 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -390,5 +390,6 @@ "loading": "███▒▒▒▒▒▒▒", "meep": "\(°^°)/", "cup1": "(▓", - "cup2": "\̅_̅/̷̚ʾ" + "cup2": "\̅_̅/̷̚ʾ", + "barcode": " █║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║" } From d7200d0700884e0d4ac9bc1fee5d0611f14898d9 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:42:07 +0330 Subject: [PATCH 25/50] art : loading serie added #79 --- art/art_dic.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 87f7b7e6..68eec752 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -387,7 +387,12 @@ "glitter": "(*・‿・)ノ⌒*:・゚✧", "gotit": "(☞゚∀゚)☞", "hello": "(ʘ‿ʘ)╯", - "loading": "███▒▒▒▒▒▒▒", + "loading1": "█▒▒▒▒▒▒▒▒▒", + "loading2": "███▒▒▒▒▒▒▒", + "loading3": "█████▒▒▒▒▒", + "loading4": "███████▒▒▒", + "loading5": "██████████████]", + "loading6": "██████████", "meep": "\(°^°)/", "cup1": "(▓", "cup2": "\̅_̅/̷̚ʾ", From 5644d40df7ac2e711473d71aac2fc14e370b0b29 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:43:04 +0330 Subject: [PATCH 26/50] art : bat serie added #79 --- art/art_dic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 68eec752..93eba995 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -282,7 +282,8 @@ "aliens": "(<>..<>)", "marge simpson": "()()():|", "homer simpson": "=(:o)", - "bat": "^O^", + "bat1": "^O^", + "bat2": " ^v^ ", "superman logo": "/s\\", "dna sample": "~", "mail box": "|M|/", From 700b92ef5b61520f8bdf3dfb5f681172d240c9fd Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:44:33 +0330 Subject: [PATCH 27/50] art : band aid added #79 --- art/art_dic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 93eba995..0ee9bbc8 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -397,5 +397,6 @@ "meep": "\(°^°)/", "cup1": "(▓", "cup2": "\̅_̅/̷̚ʾ", - "barcode": " █║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║" + "barcode": " █║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║", + "band aid": " ( ̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ ) " } From fd0799cd9e6ab287f1d601e621bd6bcc89f80100 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:52:47 +0330 Subject: [PATCH 28/50] art : mouse serie added #79 --- art/art_dic.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 0ee9bbc8..29302dd2 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -16,7 +16,9 @@ "pistols1": "¯¯̿̿¯̿̿'̿̿̿̿̿̿̿'̿̿'̿̿̿̿̿'̿̿̿)͇̿̿)̿̿̿̿ '̿̿̿̿̿̿\̵͇̿̿\=(•̪̀●́)=o/̵͇̿̿/'̿̿ ̿ ̿̿", "finger2": "┌∩┐(◣_◢)┌∩┐", "heart1": "»-(¯`·.·´¯)->", - "mouse": '----{,_,">', + "mouse1": '----{,_,">', + "mouse2": " . ~~(__^·>", + "mouse3": "<·^__)~~ .", "worm": "_/\__/\__0>", "koala": "@( * O * )@", "monkey": "@('_')@", From 553f7477837d9494258f3bc9ed0f3ec6df86196f Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:53:44 +0330 Subject: [PATCH 29/50] art : cat serie added #79 --- art/art_dic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/art/art_dic.py b/art/art_dic.py index 29302dd2..554bb2f7 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -63,6 +63,7 @@ "happy": " ۜ\(סּںסּَ` )/ۜ", "love in my eye": "(♥_♥)", "cat2": "龴ↀ◡ↀ龴", + "cat3": "^.--.^", "face": "•|龴◡龴|•", "big nose": "˚∆˚", "big eyes": "⺌∅‿∅⺌", From 17bcf5a934246ff4f8fc9aba1bac3b402b197028 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:54:24 +0330 Subject: [PATCH 30/50] art : needle serie added #79 --- art/art_dic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 554bb2f7..8dd30cb4 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -46,7 +46,8 @@ "coffee": "c[_]", "robot1": "d[ o_0 ]b", "pig1": "^(*(oo)*)^", - "needle": "|==|iiii|>----- ", + "needle1": "|==|iiii|>----- ", + "needle2": "┣▇▇▇═─", "cat1": "=^..^=", "fish swim": "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>", "sword1": "(===||:::::::::::::::>", From 97c93bc0c7ca13113d0333eb659757afad6d6564 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:55:26 +0330 Subject: [PATCH 31/50] art : rose serie added #79 --- art/art_dic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/art/art_dic.py b/art/art_dic.py index 8dd30cb4..e1c3f347 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -27,6 +27,7 @@ "rose1": "--------{---(@", "rose2": "@}}>-----", "rose3": "@-->--->---", + "rose4": "@}~}~~~", "star in my eyes": "<*_*>", "looking face": "ô¿ô", "sleeping": "(-.-)Zzz...", From 16d6c9b82cbaf84cd5f0862be0503edc10b23f80 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:57:08 +0330 Subject: [PATCH 32/50] art : electrocardiogram serie added #79 --- art/art_dic.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index e1c3f347..3e4c034c 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -403,5 +403,9 @@ "cup1": "(▓", "cup2": "\̅_̅/̷̚ʾ", "barcode": " █║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║", - "band aid": " ( ̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ ) " + "band aid": " ( ̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ ) ", + "electrocardiogram1": "√v^√v^√v^√v^√♥", + "electrocardiogram2": "v^v^v^v^√\/♥", + "electrocardiogram3": "/\/\/\/\/\/\/\/\/\/\/\v^♥", + "electrocardiogram4": "√v^√v^♥√v^√v^√" } From c4b00f5f1b1fe26936cab124d2c7cd272811eb18 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:57:41 +0330 Subject: [PATCH 33/50] art : snail2 added #79 --- art/art_dic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 3e4c034c..425ea3fc 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -143,7 +143,8 @@ "bee": "¸.·´¯`·¸¸.·´¯`·.¸.-<\\^}0=:", "ukulele": "{ o }==(::) ", "perky": "( ๏ Y ๏ )", - "snail": "'-'_@_", + "snail1": "'-'_@_", + "snail2": "'\Q___", "mango": ") _ _ __/°°¬", "decorate": "▂▃▅▇█▓▒░۩۞۩ ۩۞۩░▒▓█▇▅▃▂", "kirby": "(つ -‘ _ ‘- )つ", From bb801bec0aeaabcabd08bc4990bda3cab3bfaa65 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 09:58:58 +0330 Subject: [PATCH 34/50] art : american money serie added #79 --- art/art_dic.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index 425ea3fc..c3bc8d30 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -296,7 +296,11 @@ "ufo1": ".-=-.", "ufo2": ".-=o=-.", "spider2": "/\oo/\\", - "american money": "[($)]", + "american money1": "[($)]", + "american money2": "[̲̅$̲̅(̲̅1̲̅)̲̅$̲̅]", + "american money3": "[̲̅$̲̅(̲̅5̲̅)̲̅$̲̅]", + "american money4": "[̲̅$̲̅(̲̅ιοο̲̅)̲̅$̲̅]", + "american money5": "[̲̅$̲̅(̲̅2οο̲̅)̲̅$̲̅]", "british money": "[£::]", "teepee": "/|\\", "heart3": "<3", From a428b6f9b94d6ac6387fececc7b3a1bc012f5a21 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 10:00:01 +0330 Subject: [PATCH 35/50] art : cassette2 added #79 --- art/art_dic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/art/art_dic.py b/art/art_dic.py index c3bc8d30..bc2a2c55 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -59,7 +59,8 @@ "sad1": "ε(´סּ︵סּ`)з", "sword3": "ס₪₪₪₪§|(Ξ≥≤≥≤≥≤ΞΞΞΞΞΞΞΞΞΞ>", "airplane1": " ‛¯¯٭٭¯¯(▫▫)¯¯٭٭¯¯’", - "cassette": "|[●▪▪●]|", + "cassette1": "|[●▪▪●]|", + "cassette2": "[¯ↂ■■ↂ¯]", "car race": "∙،°. ˘Ô≈ôﺣ » » »", "robot2": " c[○┬●]כ ", "happy": " ۜ\(סּںסּَ` )/ۜ", From 4711fa7bbcce96fd166478c54360093cf16dd14b Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 10:12:21 +0330 Subject: [PATCH 36/50] fix : tests updated #79 --- art/test.py | 123 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 114 insertions(+), 9 deletions(-) diff --git a/art/test.py b/art/test.py index 5974d85f..6b6cca5c 100644 --- a/art/test.py +++ b/art/test.py @@ -3625,9 +3625,21 @@ almost cared ╰╏ ◉ 〜 ◉ ╏╯ ****************************** -american money +american money1 [($)] ****************************** +american money2 +[̲̅$̲̅(̲̅1̲̅)̲̅$̲̅] +****************************** +american money3 +[̲̅$̲̅(̲̅5̲̅)̲̅$̲̅] +****************************** +american money4 +[̲̅$̲̅(̲̅ιοο̲̅)̲̅$̲̅] +****************************** +american money5 +[̲̅$̲̅(̲̅2οο̲̅)̲̅$̲̅] +****************************** angel ^i^ ****************************** @@ -3664,12 +3676,21 @@ bagel nln >_< nln ****************************** +band aid + ( ̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ ) +****************************** barbell ▐━━━━━▌ ****************************** -bat +barcode + █║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║ +****************************** +bat1 ^O^ ****************************** +bat2 + ^v^ +****************************** bautista (╯°_°)╯︵ ━━━ ****************************** @@ -3745,9 +3766,12 @@ care crowd (-(-_(-_-)_-)-) ****************************** -cassette +cassette1 |[●▪▪●]| ****************************** +cassette2 +[¯ↂ■■ↂ¯] +****************************** cat face ⦿⽘⦿ ****************************** @@ -3760,6 +3784,9 @@ cat2 龴ↀ◡ↀ龴 ****************************** +cat3 +^.--.^ +****************************** caterpillar ,/\,/\,/\,/\,/\,/\,o ****************************** @@ -3814,6 +3841,12 @@ cthulhu ^(;,;)^ ****************************** +cup1 +(▓ +****************************** +cup2 +\̅_̅/̷̚ʾ +****************************** cute cat ^⨀ᴥ⨀^ ****************************** @@ -3901,6 +3934,18 @@ eeriemob (-(-_-(-_(-_(-_-)_-)-_-)_-)_-)-) ****************************** +electrocardiogram1 +√v^√v^√v^√v^√♥ +****************************** +electrocardiogram2 +v^v^v^v^√\/♥ +****************************** +electrocardiogram3 +/\/\/\/\/\/\/\/\/\/\/ ^♥ +****************************** +electrocardiogram4 +√v^√v^♥√v^√v^√ +****************************** elephant °j°m ****************************** @@ -3970,6 +4015,15 @@ fish2 ><> ****************************** +fish3 +`·.¸¸ ><((((º>.·´¯`·><((((º> +****************************** +fish4 +><> ><> +****************************** +fish5 +<>< +****************************** flex ᕙ(⇀‸↼‶)ᕗ ****************************** @@ -4024,9 +4078,15 @@ guitar c====(=#O| ) ~~ ♬·¯·♩¸¸♪·¯·♫¸ ****************************** -gun +gun1 ︻╦╤─ ****************************** +gun2 +︻デ═一 +****************************** +gun3 +╦̵̵̿╤─ ҉ ~ • +****************************** hacksaw [|^^^^^^^ ****************************** @@ -4159,9 +4219,12 @@ kitty =^..^= ****************************** -knife +knife1 )xxxxx[;;;;;;;;;> ****************************** +knife2 +)xxx[::::::::::> +****************************** koala @( * O * )@ ****************************** @@ -4186,9 +4249,24 @@ linqan :Q___ ****************************** -loading +loading1 +█▒▒▒▒▒▒▒▒▒ +****************************** +loading2 ███▒▒▒▒▒▒▒ ****************************** +loading3 +█████▒▒▒▒▒ +****************************** +loading4 +███████▒▒▒ +****************************** +loading5 +██████████████] +****************************** +loading6 +██████████ +****************************** long rose ---------------------{{---<((@) ****************************** @@ -4270,9 +4348,15 @@ monster2 ٩(- ̮̮̃-̃)۶ ****************************** -mouse +mouse1 ----{,_,"> ****************************** +mouse2 + . ~~(__^·> +****************************** +mouse3 +<·^__)~~ . +****************************** mtmtika :o + :p = 69 ****************************** @@ -4285,9 +4369,12 @@ nathan ♪└( ̄◇ ̄)┐♪└( ̄◇ ̄)┐♪└( ̄◇ ̄)┐♪ ****************************** -needle +needle1 |==|iiii|>----- ****************************** +needle2 +┣▇▇▇═─ +****************************** neo (⌐■_■)--︻╦╤─ - - - ****************************** @@ -4426,6 +4513,9 @@ rose3 @-->--->--- ****************************** +rose4 +@}~}~~~ +****************************** round bird ,(u°)> ****************************** @@ -4498,9 +4588,12 @@ smug bastard (‾⌣‾) ****************************** -snail +snail1 '-'_@_ ****************************** +snail2 +'\Q___ +****************************** sniper rifle ︻デ┳═ー ****************************** @@ -4588,6 +4681,18 @@ sword5 <%%%%|==========> ****************************** +sword6 +o()xxxx[{::::::::::::::::::::::::::::::::::> +****************************** +sword7 +o==[]::::::::::::::::> +****************************** +sword8 +▬▬ι═══════> +****************************** +sword9 + <═══════ι▬▬ +****************************** table flip (╯°□°)╯︵ ┻━┻ ****************************** From 1008408ed841a3e18cd55ab061091899243b7b59 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 10:14:43 +0330 Subject: [PATCH 37/50] doc : art counter updated #79 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ac04ba2..828cb813 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ PyPI version built with Python3 - + @@ -69,7 +69,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-) 1-Line-Art Counter - 370 + 405 From 8e6108a7380b91981f960ffc424c6e6b39432eae Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 10:15:30 +0330 Subject: [PATCH 38/50] doc : reference section updated #79 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 828cb813..b8c8f087 100644 --- a/README.md +++ b/README.md @@ -763,6 +763,7 @@ or send an email to [info@4r7.ir](mailto:info@4r7.ir "info@4r7.ir"). 11. [ASCII Moji](http://asciimoji.com/) 12. [SMILEY COOL](https://smiley.cool/) 13. [SPREZZ](https://www.sprezzkeyboard.com/) +14. [Textart4u](http://textart4u.blogspot.com/2013/03/one-line-ascii-text-art.html?m=1) ## Donate to our project From 9177ff1d47a394badc932cccfcf17f39a24a6bcb Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 10:29:20 +0330 Subject: [PATCH 39/50] doc : CHANGELOG updated #79 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 742e1bfa..020c3267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,42 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added +- 35 new 1-line art + 1. cup1 + 2. cup2 + 3. gun2 + 4. gun3 + 5. fish3 + 6. fish4 + 7. fish5 + 8. sword6 + 9. sword7 + 10. sword8 + 11. sword9 + 12. knife2 + 13. barcode + 14. loading2 + 15. loading3 + 16. loading4 + 17. loading5 + 18. loading6 + 19. bat2 + 20. band aid + 21. mouse2 + 22. mouse3 + 23. cat3 + 24. needle2 + 25. rose4 + 26. electrocardiogram1 + 27. electrocardiogram2 + 28. electrocardiogram3 + 29. electrocardiogram4 + 30. snail2 + 31. american money2 + 32. american money3 + 33. american money4 + 34. american money5 + 35. cassette2 - 10 new fonts 1. sarah 2. hippie From 44583daed5bbf7a99899168c09f6c5b3c13f9429 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 10:35:25 +0330 Subject: [PATCH 40/50] doc : CHANGELOG updated #79 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 020c3267..470d5a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. 11. sword9 12. knife2 13. barcode - 14. loading2 + 14. loading1 15. loading3 16. loading4 17. loading5 @@ -53,6 +53,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. 8. native_lands 9. sunday_cuddle 10. chinese_mafia +### Changed +- `gun` 1-line art renamed to `gun1` +- `knife` 1-line art renamed to `knife1` +- `loading` 1-line art renamed to `loading2` +- `bat` 1-line art renamed to `bat1` +- `mouse` 1-line art renamed to `mouse1` +- `needle` 1-line art renamed to `needle1` +- `snail` 1-line art renamed to `snail1` +- `american money` 1-line art renamed to `american money1` +- `cassette` 1-line art renamed to `cassette1` ## [4.2] - 2019-10-30 ### Added - 14 new fonts From 7edba02645dad02bcf069c94a54369f4c7181fe6 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 10:39:50 +0330 Subject: [PATCH 41/50] fix : minor modification in band-aid and barcode #79 --- art/art_dic.py | 4 ++-- art/test.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/art/art_dic.py b/art/art_dic.py index bc2a2c55..8661f8ee 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -408,8 +408,8 @@ "meep": "\(°^°)/", "cup1": "(▓", "cup2": "\̅_̅/̷̚ʾ", - "barcode": " █║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║", - "band aid": " ( ̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ ) ", + "barcode": "█║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║", + "band aid": "(̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ )", "electrocardiogram1": "√v^√v^√v^√v^√♥", "electrocardiogram2": "v^v^v^v^√\/♥", "electrocardiogram3": "/\/\/\/\/\/\/\/\/\/\/\v^♥", diff --git a/art/test.py b/art/test.py index 6b6cca5c..60190f58 100644 --- a/art/test.py +++ b/art/test.py @@ -3677,13 +3677,13 @@ nln >_< nln ****************************** band aid - ( ̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ ) +(̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ ) ****************************** barbell ▐━━━━━▌ ****************************** barcode - █║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║ +█║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║ ****************************** bat1 ^O^ From cfe6c86ac6090fdc13ff81f929553ca0774945dc Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 17:03:29 +0330 Subject: [PATCH 42/50] doc : minor edit in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470d5a43..66cf68e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added -- 35 new 1-line art +- 35 new 1-line art 1. cup1 2. cup2 3. gun2 From 94707834eb43b4f44234ee805998d01291d38704 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 28 Nov 2019 17:04:00 +0330 Subject: [PATCH 43/50] doc : minor edit in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66cf68e0..470d5a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added -- 35 new 1-line art +- 35 new 1-line art 1. cup1 2. cup2 3. gun2 From d0d321e076fdf9931b5fe5d49bde0bda2e1f4782 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 30 Nov 2019 00:23:54 +0330 Subject: [PATCH 44/50] fix : minor edit in vulture test call --- .travis/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/test.sh b/.travis/test.sh index 15d735a1..59919313 100644 --- a/.travis/test.sh +++ b/.travis/test.sh @@ -22,7 +22,7 @@ $PYTHON_COMMAND -m art testcov2 if [ "$IS_IN_TRAVIS" = 'false' ] || [ "$TRAVIS_PYTHON_VERSION" = '3.6' ] then - $PYTHON_COMMAND -m vulture art/ otherfile/ setup.py art_profile.py --min-confidence 65 --exclude=build,.eggs --sort-by-size + $PYTHON_COMMAND -m vulture art/ otherfile/ setup.py art_profile.py --min-confidence 65 --exclude=__init__.py --sort-by-size $PYTHON_COMMAND -m bandit -r art -s B311 $PYTHON_COMMAND -m pydocstyle --match='(?!test).*\.py' codecov From 7ce41a0c7c4dbce330aefafe57215124ad532b4b Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 30 Nov 2019 00:43:28 +0330 Subject: [PATCH 45/50] doc : CHANGELOG updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470d5a43..e6c87dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `snail` 1-line art renamed to `snail1` - `american money` 1-line art renamed to `american money1` - `cassette` 1-line art renamed to `cassette1` +- Test system modified ## [4.2] - 2019-10-30 ### Added - 14 new fonts From d5a02cc09e453bae829eaad6a5114fe75d380675 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Tue, 3 Dec 2019 18:42:10 +0330 Subject: [PATCH 46/50] fix : minor edit in loading5 art --- art/art_dic.py | 2 +- art/test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/art/art_dic.py b/art/art_dic.py index 8661f8ee..90832ed5 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -403,7 +403,7 @@ "loading2": "███▒▒▒▒▒▒▒", "loading3": "█████▒▒▒▒▒", "loading4": "███████▒▒▒", - "loading5": "██████████████]", + "loading5": "█████████▒", "loading6": "██████████", "meep": "\(°^°)/", "cup1": "(▓", diff --git a/art/test.py b/art/test.py index 60190f58..9ac3c728 100644 --- a/art/test.py +++ b/art/test.py @@ -4262,7 +4262,7 @@ ███████▒▒▒ ****************************** loading5 -██████████████] +█████████▒ ****************************** loading6 ██████████ From 9b09aa0ac41d4b162813abd390bd0ffd08c0e20e Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Tue, 3 Dec 2019 18:46:11 +0330 Subject: [PATCH 47/50] fix : minor edit in needle2 and needle1 names --- CHANGELOG.md | 2 +- art/art_dic.py | 4 ++-- art/test.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c87dca..7d9b6a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `loading` 1-line art renamed to `loading2` - `bat` 1-line art renamed to `bat1` - `mouse` 1-line art renamed to `mouse1` -- `needle` 1-line art renamed to `needle1` +- `needle` 1-line art renamed to `needle2` - `snail` 1-line art renamed to `snail1` - `american money` 1-line art renamed to `american money1` - `cassette` 1-line art renamed to `cassette1` diff --git a/art/art_dic.py b/art/art_dic.py index 90832ed5..b4cf2c9e 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -47,8 +47,8 @@ "coffee": "c[_]", "robot1": "d[ o_0 ]b", "pig1": "^(*(oo)*)^", - "needle1": "|==|iiii|>----- ", - "needle2": "┣▇▇▇═─", + "needle1": "┣▇▇▇═─", + "needle2": "|==|iiii|>----- ", "cat1": "=^..^=", "fish swim": "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>", "sword1": "(===||:::::::::::::::>", diff --git a/art/test.py b/art/test.py index 9ac3c728..1a5ccb97 100644 --- a/art/test.py +++ b/art/test.py @@ -4370,10 +4370,10 @@ ♪└( ̄◇ ̄)┐♪└( ̄◇ ̄)┐♪└( ̄◇ ̄)┐♪ ****************************** needle1 -|==|iiii|>----- +┣▇▇▇═─ ****************************** needle2 -┣▇▇▇═─ +|==|iiii|>----- ****************************** neo (⌐■_■)--︻╦╤─ - - - From cbe7ce05b28beef869586f5041eb0a8b60009b4e Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 5 Dec 2019 01:32:53 +0330 Subject: [PATCH 48/50] rel : migrate to version 4.3 --- CHANGELOG.md | 4 +++- INSTALL.md | 8 ++++---- art/art_param.py | 2 +- art/test.py | 10 +++++----- otherfile/version_check.py | 2 +- setup.py | 2 +- 6 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9b6a02..b72ba694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.3] - 2019-12-05 ### Added - 35 new 1-line art 1. cup1 @@ -1176,7 +1177,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 1-Line art - CLI commands -[Unreleased]: https://github.com/sepandhaghighi/art/compare/v4.2...dev +[Unreleased]: https://github.com/sepandhaghighi/art/compare/v4.3...dev +[4.3]: https://github.com/sepandhaghighi/art/compare/v4.2...v4.3 [4.2]: https://github.com/sepandhaghighi/art/compare/v4.1...v4.2 [4.1]: https://github.com/sepandhaghighi/art/compare/v4.0...v4.1 [4.0]: https://github.com/sepandhaghighi/art/compare/v3.9...v4.0 diff --git a/INSTALL.md b/INSTALL.md index ab5f872d..9e327175 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,16 +1,16 @@ ## Installation -⚠️ ART 4.2 is the last version to support Python 2.7 +⚠️ ART 4.3 is the last version to support Python 2.7 ### Source code -- Download [Version 4.2](https://github.com/sepandhaghighi/art/archive/v4.2.zip) or [Latest Source ](https://github.com/sepandhaghighi/art/archive/dev.zip) +- Download [Version 4.3](https://github.com/sepandhaghighi/art/archive/v4.3.zip) or [Latest Source ](https://github.com/sepandhaghighi/art/archive/dev.zip) - `python3 setup.py install` or `python setup.py install` (Need root access) ### PyPI - Check [Python Packaging User Guide](https://packaging.python.org/installing/) -- `pip install art==4.2` or `pip3 install art==4.2` (Need root access) +- `pip install art==4.3` or `pip3 install art==4.3` (Need root access) * Note : On `--upgrade` error install latest version of `setuptools` : `pip install setuptools` and retry @@ -21,4 +21,4 @@ ### Easy install -- Run `easy_install "art==4.2"` (Need root access) +- Run `easy_install "art==4.3"` (Need root access) diff --git a/art/art_param.py b/art/art_param.py index 78916e94..d42c7abe 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -5,7 +5,7 @@ from .text_dic3 import * from .art_dic import * -ART_VERSION = "4.2" # pragma: no cover +ART_VERSION = "4.3" # pragma: no cover FONT_SMALL_THRESHOLD = 50 # pragma: no cover FONT_MEDIUM_THRESHOLD = 100 # pragma: no cover FONT_LARGE_THRESHOLD = 200 # pragma: no cover diff --git a/art/test.py b/art/test.py index 1a5ccb97..d20fa9e7 100644 --- a/art/test.py +++ b/art/test.py @@ -4817,11 +4817,11 @@ \__,_||_| \__| - _ _ ____ -__ __| || | |___ \ -\ \ / /| || |_ __) | - \ V / |__ _| _ / __/ - \_/ |_| (_)|_____| + _ _ _____ +__ __| || | |___ / +\ \ / /| || |_ |_ \ + \ V / |__ _| _ ___) | + \_/ |_| (_)|____/ ASCII art is also known as "computer text art". diff --git a/otherfile/version_check.py b/otherfile/version_check.py index 594567e4..d484693f 100644 --- a/otherfile/version_check.py +++ b/otherfile/version_check.py @@ -6,7 +6,7 @@ from art.art_param import * Failed = 0 -VERSION = "4.2" +VERSION = "4.3" README_ITEMS = ['{0}'.format(str(FONT_COUNTER)), ''.format(str(ART_COUNTER)), diff --git a/setup.py b/setup.py index 546226da..ecb90108 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def read_description(): setup( name='art', packages=['art'], - version='4.2', + version='4.3', description='ASCII Art Library For Python', long_description=read_description(), long_description_content_type='text/markdown', From f2206b4d2a70ab54b9c6be91f0b28933d9d0a842 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 5 Dec 2019 01:34:46 +0330 Subject: [PATCH 49/50] doc : notebooks updated --- ArtList.ipynb | 128 ++++++++++++++++++++++++++++++++++++++++++++----- FontList.ipynb | 34 ++++++++++++- 2 files changed, 149 insertions(+), 13 deletions(-) diff --git a/ArtList.ipynb b/ArtList.ipynb index 5b89db38..ebca2f7c 100644 --- a/ArtList.ipynb +++ b/ArtList.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Version : 4.2" + "### Version : 4.3" ] }, { @@ -38,7 +38,7 @@ { "data": { "text/plain": [ - "370" + "405" ] }, "execution_count": 2, @@ -99,9 +99,21 @@ "almost cared\n", "╰╏ ◉ 〜 ◉ ╏╯ \n", "******************************\n", - "american money\n", + "american money1\n", "[($)] \n", "******************************\n", + "american money2\n", + "[̲̅$̲̅(̲̅1̲̅)̲̅$̲̅] \n", + "******************************\n", + "american money3\n", + "[̲̅$̲̅(̲̅5̲̅)̲̅$̲̅] \n", + "******************************\n", + "american money4\n", + "[̲̅$̲̅(̲̅ιοο̲̅)̲̅$̲̅] \n", + "******************************\n", + "american money5\n", + "[̲̅$̲̅(̲̅2οο̲̅)̲̅$̲̅] \n", + "******************************\n", "angel\n", "^i^ \n", "******************************\n", @@ -138,12 +150,21 @@ "bagel\n", "nln >_< nln \n", "******************************\n", + "band aid\n", + "(̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ ) \n", + "******************************\n", "barbell\n", "▐━━━━━▌ \n", "******************************\n", - "bat\n", + "barcode\n", + "█║▌│ █│║▌ ║││█║▌ │║║█║ │║║█║ \n", + "******************************\n", + "bat1\n", "^O^ \n", "******************************\n", + "bat2\n", + " ^v^ \n", + "******************************\n", "bautista\n", "(╯°_°)╯︵ ━━━ \n", "******************************\n", @@ -219,9 +240,12 @@ "care crowd\n", "(-(-_(-_-)_-)-) \n", "******************************\n", - "cassette\n", + "cassette1\n", "|[●▪▪●]| \n", "******************************\n", + "cassette2\n", + "[¯ↂ■■ↂ¯] \n", + "******************************\n", "cat face\n", "⦿⽘⦿ \n", "******************************\n", @@ -234,6 +258,9 @@ "cat2\n", "龴ↀ◡ↀ龴 \n", "******************************\n", + "cat3\n", + "^.--.^ \n", + "******************************\n", "caterpillar\n", ",/\\,/\\,/\\,/\\,/\\,/\\,o \n", "******************************\n", @@ -288,6 +315,12 @@ "cthulhu\n", "^(;,;)^ \n", "******************************\n", + "cup1\n", + "(▓ \n", + "******************************\n", + "cup2\n", + "\\̅_̅/̷̚ʾ \n", + "******************************\n", "cute cat\n", "^⨀ᴥ⨀^ \n", "******************************\n", @@ -375,6 +408,19 @@ "eeriemob\n", "(-(-_-(-_(-_(-_-)_-)-_-)_-)_-)-) \n", "******************************\n", + "electrocardiogram1\n", + "√v^√v^√v^√v^√♥ \n", + "******************************\n", + "electrocardiogram2\n", + "v^v^v^v^√\\/♥ \n", + "******************************\n", + "electrocardiogram3\n", + "/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\u000b", + "^♥ \n", + "******************************\n", + "electrocardiogram4\n", + "√v^√v^♥√v^√v^√ \n", + "******************************\n", "elephant\n", "°j°m \n", "******************************\n", @@ -444,6 +490,15 @@ "fish2\n", "><> \n", "******************************\n", + "fish3\n", + "`·.¸¸ ><((((º>.·´¯`·><((((º> \n", + "******************************\n", + "fish4\n", + "><> ><> \n", + "******************************\n", + "fish5\n", + "<>< \n", + "******************************\n", "flex\n", "ᕙ(⇀‸↼‶)ᕗ \n", "******************************\n", @@ -498,9 +553,15 @@ "guitar\n", "c====(=#O| ) ~~ ♬·¯·♩¸¸♪·¯·♫¸ \n", "******************************\n", - "gun\n", + "gun1\n", "︻╦╤─ \n", "******************************\n", + "gun2\n", + "︻デ═一 \n", + "******************************\n", + "gun3\n", + "╦̵̵̿╤─ ҉ ~ • \n", + "******************************\n", "hacksaw\n", "[|^^^^^^^ \n", "******************************\n", @@ -633,9 +694,12 @@ "kitty\n", "=^..^= \n", "******************************\n", - "knife\n", + "knife1\n", ")xxxxx[;;;;;;;;;> \n", "******************************\n", + "knife2\n", + ")xxx[::::::::::> \n", + "******************************\n", "koala\n", "@( * O * )@ \n", "******************************\n", @@ -660,9 +724,24 @@ "linqan\n", ":Q___ \n", "******************************\n", - "loading\n", + "loading1\n", + "█▒▒▒▒▒▒▒▒▒ \n", + "******************************\n", + "loading2\n", "███▒▒▒▒▒▒▒ \n", "******************************\n", + "loading3\n", + "█████▒▒▒▒▒ \n", + "******************************\n", + "loading4\n", + "███████▒▒▒ \n", + "******************************\n", + "loading5\n", + "█████████▒ \n", + "******************************\n", + "loading6\n", + "██████████ \n", + "******************************\n", "long rose\n", "---------------------{{---<((@) \n", "******************************\n", @@ -744,9 +823,15 @@ "monster2\n", "٩(- ̮̮̃-̃)۶ \n", "******************************\n", - "mouse\n", + "mouse1\n", "----{,_,\"> \n", "******************************\n", + "mouse2\n", + " . ~~(__^·> \n", + "******************************\n", + "mouse3\n", + "<·^__)~~ . \n", + "******************************\n", "mtmtika\n", ":o + :p = 69 \n", "******************************\n", @@ -759,7 +844,10 @@ "nathan\n", "♪└( ̄◇ ̄)┐♪└( ̄◇ ̄)┐♪└( ̄◇ ̄)┐♪ \n", "******************************\n", - "needle\n", + "needle1\n", + "┣▇▇▇═─ \n", + "******************************\n", + "needle2\n", "|==|iiii|>----- \n", "******************************\n", "neo\n", @@ -900,6 +988,9 @@ "rose3\n", "@-->--->--- \n", "******************************\n", + "rose4\n", + "@}~}~~~ \n", + "******************************\n", "round bird\n", ",(u°)> \n", "******************************\n", @@ -972,9 +1063,12 @@ "smug bastard\n", "(‾⌣‾) \n", "******************************\n", - "snail\n", + "snail1\n", "'-'_@_ \n", "******************************\n", + "snail2\n", + "'\\Q___ \n", + "******************************\n", "sniper rifle\n", "︻デ┳═ー \n", "******************************\n", @@ -1062,6 +1156,18 @@ "sword5\n", "<%%%%|==========> \n", "******************************\n", + "sword6\n", + "o()xxxx[{::::::::::::::::::::::::::::::::::> \n", + "******************************\n", + "sword7\n", + "o==[]::::::::::::::::> \n", + "******************************\n", + "sword8\n", + "▬▬ι═══════> \n", + "******************************\n", + "sword9\n", + " <═══════ι▬▬ \n", + "******************************\n", "table flip\n", "(╯°□°)╯︵ ┻━┻ \n", "******************************\n", diff --git a/FontList.ipynb b/FontList.ipynb index 189916e8..4729784c 100644 --- a/FontList.ipynb +++ b/FontList.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Version : 4.2" + "### Version : 4.3" ] }, { @@ -38,7 +38,7 @@ { "data": { "text/plain": [ - "495" + "505" ] }, "execution_count": 2, @@ -492,6 +492,9 @@ "### ## # # ### ## ## # # # \n", "######## ######## ######## ######## ######## ######## ######## \n", "\n", + "atlantic : \n", + "ϯεςϯ123\n", + "\n", "avatar : \n", " _____ _____ ____ _____ _ ____ _____ \n", "/__ __\\/ __// ___\\/__ __\\/ \\/_ \\\\__ \\\n", @@ -963,6 +966,9 @@ " \n", " \n", "\n", + "chinese_mafia : \n", + "丁乇丂丁123\n", + "\n", "chiseled : \n", " ,--.--------. ,----. ,-,--. ,--.--------. ,-----.--. ,-----,--, .----, \n", "/==/, - , -\\ ,-.--` , \\ ,-.'- _\\ /==/, - , -\\ /` ` - /==/ | '- -\\==\\ / ``--`.-, \n", @@ -1907,6 +1913,9 @@ "#### ## # ### #### ## # # # # \n", "####### ## ### ####### # #### # \n", "\n", + "foreign_friends : \n", + "ṭєṡṭ123\n", + "\n", "fourtops : \n", "~~|~~|~~/~~\\~~|~~/| /~\\/~\\\n", " | |--`--. | | ,/ <\n", @@ -1984,6 +1993,9 @@ " ## ###### ###### ## #### ####### ###### \n", " \n", "\n", + "funky_fresh : \n", + "тḙṧт123\n", + "\n", "future_1 : \n", "######## ####### ##### ######## #### #### ##### \n", "## ## ## ## ## ## ## ## ## ## ## ## ## ## ## \n", @@ -2215,6 +2227,9 @@ " \n", " \n", "\n", + "greek_legends : \n", + "TΣST123\n", + "\n", "green_be : \n", " ###### ### ### # ### ###### ### # ## ## # \n", " # ## # ## ## ## ## # ## # ## ## ## ## ## \n", @@ -2306,6 +2321,9 @@ " # # # # # # ### ####### \n", " # # # # # # # # ### # # \n", "\n", + "hippie : \n", + "✞∃Ꮥ✞123\n", + "\n", "hollywood : \n", " __ _ _ __ _ _ _ \n", " ( ~-_ /' /' `\\ /' `\\ ( ~-_ /' _--~/' _-~ `\\ /' `\\ \n", @@ -2694,6 +2712,9 @@ " | |_ __) | | /_ _) \n", " \n", "\n", + "minion : \n", + "ᴛᴇsᴛ123\n", + "\n", "mirror : \n", "ƸςƖTƧƎT\n", "\n", @@ -2759,6 +2780,9 @@ "oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo\n", " \n", "\n", + "native_lands : \n", + "ƬꍟꌗƬ123\n", + "\n", "nfi1 : \n", " #### ## #### #### #### #### ## \n", " #### #### ## #### ## #### #### \n", @@ -3029,6 +3053,9 @@ " \n", " \n", "\n", + "sarah : \n", + "ᏆℰЅᏆ123\n", + "\n", "sblood : \n", " @@@@@@@ @@@@@@@@ @@@@@@ @@@@@@@ @@@ @@@@@@ @@@@@@ \n", " @@! @@! !@@ @@! @@@ @@ @@@ @@!\n", @@ -3276,6 +3303,9 @@ "subscript : \n", "TEST123\n", "\n", + "sunday_cuddle : \n", + "тєѕт123\n", + "\n", "superscript : \n", "ᵀᴱˢᵀ¹²³\n", "\n", From dc84bb6bd9b46111cea9c36e0611e771b4260b12 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 5 Dec 2019 01:59:09 +0330 Subject: [PATCH 50/50] fix : electrocardiogram3 art modified --- ArtList.ipynb | 3 +-- art/art_dic.py | 2 +- art/test.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ArtList.ipynb b/ArtList.ipynb index ebca2f7c..c78a0f8a 100644 --- a/ArtList.ipynb +++ b/ArtList.ipynb @@ -415,8 +415,7 @@ "v^v^v^v^√\\/♥ \n", "******************************\n", "electrocardiogram3\n", - "/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\u000b", - "^♥ \n", + "/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\/\\v^♥ \n", "******************************\n", "electrocardiogram4\n", "√v^√v^♥√v^√v^√ \n", diff --git a/art/art_dic.py b/art/art_dic.py index b4cf2c9e..4652eade 100644 --- a/art/art_dic.py +++ b/art/art_dic.py @@ -412,6 +412,6 @@ "band aid": "(̲̅:̲̅:̲̅:̲̅[̲̅ ̲̅]̲̅:̲̅:̲̅:̲̅ )", "electrocardiogram1": "√v^√v^√v^√v^√♥", "electrocardiogram2": "v^v^v^v^√\/♥", - "electrocardiogram3": "/\/\/\/\/\/\/\/\/\/\/\v^♥", + "electrocardiogram3": "/\/\/\/\/\/\/\/\/\/\/\\v^♥", "electrocardiogram4": "√v^√v^♥√v^√v^√" } diff --git a/art/test.py b/art/test.py index d20fa9e7..9c79286c 100644 --- a/art/test.py +++ b/art/test.py @@ -3941,7 +3941,7 @@ v^v^v^v^√\/♥ ****************************** electrocardiogram3 -/\/\/\/\/\/\/\/\/\/\/ ^♥ +/\/\/\/\/\/\/\/\/\/\/\v^♥ ****************************** electrocardiogram4 √v^√v^♥√v^√v^√