Skip to content

Commit

Permalink
font : black_bubble font added #69
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Sep 23, 2019
1 parent c503c02 commit 1f5c0e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions art/art_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@
"fancy86",
"white_square",
"black_square",
"paranormal"]
"paranormal",
"black_bubble"]

RANDOM_FILTERED_ARTS = [
"message2",
Expand Down Expand Up @@ -380,7 +381,8 @@
"fancy86",
"white_square",
"black_square",
"paranormal"]
"paranormal",
"black_bubble"]

DESCRIPTION = '''ASCII art is also known as "computer text art".
It involves the smart placement of typed special characters or
Expand Down Expand Up @@ -814,7 +816,8 @@
"fancy86": [fancy86_dic, False],
"white_square": [white_square_dic, False],
"black_square": [black_square_dic, False],
"paranormal": [paranormal_dic, False]
"paranormal": [paranormal_dic, False],
"black_bubble": [black_bubble_dic, False]
}

FONT_COUNTER = len(FONT_MAP) # pragma: no cover
Expand Down
2 changes: 2 additions & 0 deletions art/text_dic3.py
Original file line number Diff line number Diff line change
Expand Up @@ -14045,3 +14045,5 @@
black_square_dic = {',': ',', 'Y': 'πŸ†ˆ', 'j': 'πŸ…Ή', 'w': 'πŸ††', '6': '6', 'N': 'πŸ…½', 'H': 'πŸ…·', 'k': 'πŸ…Ί', 'O': 'πŸ…Ύ', '!': '!', '+': '+', 'u': 'πŸ†„', 'n': 'πŸ…½', '5': '5', 'C': 'πŸ…²', 'q': 'πŸ†€', 'A': 'πŸ…°', '.': '.', '_': '_', 'F': 'πŸ…΅', 'o': 'πŸ…Ύ', '1': '1', 'e': 'πŸ…΄', 'a': 'πŸ…°', 'x': 'πŸ†‡', '%': '%', 'Q': 'πŸ†€', 'z': 'πŸ†‰', 't': 'πŸ†ƒ', 'G': 'πŸ…Ά', "'": "'", ':': ':', '=': '=', '&': '&', '|': '|', 'X': 'πŸ†‡', 'L': 'πŸ…»', '~': '~', 'J': 'πŸ…Ή', 'W': 'πŸ††', ')': ')', 'K': 'πŸ…Ί', '#': '#', 'g': 'πŸ…Ά', 'c': 'πŸ…²', 'D': 'πŸ…³', '`': '`', 'i': 'πŸ…Έ', '{': '{', 'd': 'πŸ…³', ']': ']', 'S': 'πŸ†‚', 'B': 'πŸ…±', '3': '3', '8': '8', 'P': 'πŸ…Ώ', '[': '[', '@': '@', '$': '$', '7': '7', '2': '2', 'M': 'πŸ…Ό', 'v': 'πŸ†…', 'm': 'πŸ…Ό', '*': '*', 'l': 'πŸ…»', '0': '0', '}': '}', 'h': 'πŸ…·', '-': '-', '?': '?', 'V': 'πŸ†…', 'U': 'πŸ†„', ' ': ' ', '>': '>', '9': '9', 'p': 'πŸ…Ώ', 'f': 'πŸ…΅', 'Z': 'πŸ†‰', '/': '/', '\\': '\\', 'y': 'πŸ†ˆ', '<': '<', '4': '4', ';': ';', 'T': 'πŸ†ƒ', 'r': 'πŸ†', 'b': 'πŸ…±', 'E': 'πŸ…΄', '(': '(', '"': '"', '^': '^', 's': 'πŸ†‚', 'I': 'πŸ…Έ', 'R': 'πŸ†'}

paranormal_dic = {'`': '`', 'e': 'Ρ”', 'g': 'g', 'E': 'Ρ”', 'h': 'h', 'y': 'Ρ‡', 'k': 'k', 'R': 'r', 'w': 'w', 'j': 'j', '!': '!', '.': '.', 'C': 'c', 'G': 'g', 'D': 'd', '2': '2', 'M': 'm', 'f': 'f', 'W': 'w','5': '5', 'L': 'l', 'c': 'c', 'b': 'Π²', '(': '(', '*': '*', 'r': 'r', '&': '&', 'Y': 'Ρ‡', '^': '^', '-': '-', '+': '+', '9': '9', '_': '_', 't': 't', 'x': 'Ρ…', '#': '#', 'n': 'n', '\\': '\\', 'm': 'm', '8': '8', 'p': 'p', 'u': 'u', '{': '{', ' ': ' ', 'P': 'p', 'q': 'q', '@': '@', '3': '3', 'F': 'f', ',': ',', '=': '=', 'T': 't', '|': '|', 'd': 'd', '[': '[', ']': ']', '<': '<', 'Q': 'q', 'z': 'z', '7': '7', 'A': 'Ξ±', 'a': 'Ξ±', '1': '1', 'B': 'Π²', 'J': 'j', 'l': 'l', 'Z': 'z', ':': ':', 'X': 'Ρ…', "'": "'", '}': '}', '$': '$', 's': 's', 'i': 'Γ­', 'I': 'Γ­', '%': '%', 'o': 'Οƒ', 'K': 'k', '"': '"', 'V': 'v', '0': '0', 'H': 'h', '>': '>', '~': '~', 'S': 's', 'O': 'Οƒ', ';': ';', ')': ')', 'N': 'n', 'v': 'v', '4': '4', 'U': 'u', '6': '6', '?': '?', '/': '/'}

black_bubble_dic = {'M': 'πŸ…œ', 'N': 'πŸ…', 'L': 'πŸ…›', ']': ']', '$': '$', 'X': 'πŸ…§', '[': '[', 'G': 'πŸ…–', 'F': 'πŸ…•', '-': '-', 'i': 'πŸ…˜', '/': '/', 'h': 'πŸ…—', '+': '+', '}': '}', '3': '➌', '>': '>', 'S': 'πŸ…’', 'q': 'πŸ… ', '`': '`', 'T': 'πŸ…£', 'B': 'πŸ…‘', 'o': 'πŸ…ž', 'K': 'πŸ…š', '<': '<', '&': '&', '0': 'β“Ώ', '1': '➊', '8': 'βž‘', 'l': 'πŸ…›', 'u': 'πŸ…€', 'v': 'πŸ…₯', 'D': 'πŸ…“', '*': '*', '!': '!', 'z': 'πŸ…©', "'": "'", '\\': '\\', '^': '^', ')': ')', 'E': 'πŸ…”', 'd': 'πŸ…“', ' ': ' ', 'Y': 'πŸ…¨', 'j': 'πŸ…™', 'R': 'πŸ…‘', 'Q': 'πŸ… ', '.': '.', 'c': 'πŸ…’', '5': '➎', 'y': 'πŸ…¨', '4': '➍', 'x': 'πŸ…§', '=': '=', 'H': 'πŸ…—', 'f': 'πŸ…•', 'w': 'πŸ…¦', 'W': 'πŸ…¦', 'a': 'πŸ…', '#': '#', '(': '(', 'A': 'πŸ…', 'b': 'πŸ…‘', 'I': 'πŸ…˜', 'm': 'πŸ…œ', '{': '{', '"': '"', 'O': 'πŸ…ž', 'Z': 'πŸ…©', '6': '➏', 'C': 'πŸ…’', 'P': 'πŸ…Ÿ', 's': 'πŸ…’', 'g': 'πŸ…–', 'n': 'πŸ…', 'e': 'πŸ…”', 'p': 'πŸ…Ÿ', ',': ',', '2': 'βž‹', 'r': 'πŸ…‘', '_': '_', 'J': 'πŸ…™', '7': '➐', '%': '%', 't': 'πŸ…£', '|': '|', '9': 'βž’', 'k': 'πŸ…š', '?': '?', 'V': 'πŸ…₯', '~': '~', ';': ';', 'U': 'πŸ…€', '@': '@', ':': ':'}

0 comments on commit 1f5c0e7

Please sign in to comment.