diff --git a/ono_sendai/__pycache__/broker.cpython-36.pyc b/ono_sendai/__pycache__/broker.cpython-36.pyc new file mode 100644 index 0000000..befcfc3 Binary files /dev/null and b/ono_sendai/__pycache__/broker.cpython-36.pyc differ diff --git a/ono_sendai/__pycache__/symbols.cpython-36.pyc b/ono_sendai/__pycache__/symbols.cpython-36.pyc new file mode 100644 index 0000000..873a917 Binary files /dev/null and b/ono_sendai/__pycache__/symbols.cpython-36.pyc differ diff --git a/ono_sendai/broker.py b/ono_sendai/broker.py new file mode 100644 index 0000000..217962f --- /dev/null +++ b/ono_sendai/broker.py @@ -0,0 +1,4 @@ +from colorama import Style,Fore +from symbols import * + +print(big['hat'] + n + big['clovers'] + n + big[1] + n + clovers[2] + n + clovers[3] + n) diff --git a/ono_sendai/cards b/ono_sendai/cards new file mode 100644 index 0000000..2582c97 --- /dev/null +++ b/ono_sendai/cards @@ -0,0 +1,25 @@ + ___ +❘♠ ❘ +❘ ̲̲ ̲2̲❘ +❘♠̲̲ ̲1̲❘ +❘♠̲̲ ̲K̲❘ + ___ +❘♦ ❘ +❘ ̲̲ ̲3̲❘ +❘♦̲̲ ̲4̲❘ +❘♦̲̲ ̲5̲❘ +❘♦̲̲ ̲6̲❘ +❘♦̲̲ ̲7̲❘ +❘♦̲̲ ̲8̲❘ +❘♦̲̲ ̲9̲❘ +❘♦̲̲1̲0̲❘ + ___ +❘♥ ❘ +❘ ̲̲ ̲8̲❘ +❘♥̲̲ ̲9̲❘ +❘♥̲̲ ̲Q̲❘ + ___ +❘♣ ❘ +❘ ̲̲ ̲4̲❘ +❘♣̲̲ ̲5̲❘ +❘♣̲̲ ̲6̲❘ \ No newline at end of file diff --git a/ono_sendai/symbols.py b/ono_sendai/symbols.py new file mode 100644 index 0000000..a1ecb81 --- /dev/null +++ b/ono_sendai/symbols.py @@ -0,0 +1,86 @@ +pikes = { + 1: '❘♠̲̲ ̲1̲❘', + 2: '❘♠̲̲ ̲2̲❘', + 3: '❘♠̲̲ ̲3̲❘', + 4: '❘♠̲̲ ̲4̲❘', + 5: '❘♠̲̲ ̲5̲❘', + 6: '❘♠̲̲ ̲6̲❘', + 7: '❘♠̲̲ ̲7̲❘', + 8: '❘♠̲̲ ̲8̲❘', + 8: '❘♠̲̲ ̲9̲❘', + 10: '❘♠̲̲1̲0̲❘', + 11: '❘♠̲̲ ̲J̲❘', + 12: '❘♠̲̲ ̲Q̲❘', + 13: '❘♠̲̲ ̲K̲❘' + } + +clovers = { + 1: '❘♣̲̲ ̲1̲❘', + 2: '❘♣̲̲ ̲2̲❘', + 3: '❘♣̲̲ ̲3̲❘', + 4: '❘♣̲̲ ̲4̲❘', + 5: '❘♣̲̲ ̲5̲❘', + 6: '❘♣̲̲ ̲6̲❘', + 7: '❘♣̲̲ ̲7̲❘', + 8: '❘♣̲̲ ̲8̲❘', + 8: '❘♣̲̲ ̲9̲❘', + 10: '❘♣̲̲1̲0̲❘', + 11: '❘♣̲̲ ̲J̲❘', + 12: '❘♣̲̲ ̲Q̲❘', + 13: '❘♣̲̲ ̲K̲❘' + } + +hearts = { + 1: '❘♥̲̲ ̲1̲❘', + 2: '❘♥̲̲ ̲2̲❘', + 3: '❘♥̲̲ ̲3̲❘', + 4: '❘♥̲̲ ̲4̲❘', + 5: '❘♥̲̲ ̲5̲❘', + 6: '❘♥̲̲ ̲6̲❘', + 7: '❘♥̲̲ ̲7̲❘', + 8: '❘♥̲̲ ̲8̲❘', + 8: '❘♥̲̲ ̲9̲❘', + 10: '❘♥̲̲1̲0̲❘', + 11: '❘♥̲̲ ̲J̲❘', + 12: '❘♥̲̲ ̲Q̲❘', + 13: '❘♥̲̲ ̲K̲❘' + } + +tiles = { + 1: '❘♦̲̲ ̲1̲❘', + 2: '❘♦̲̲ ̲2̲❘', + 3: '❘♦̲̲ ̲3̲❘', + 4: '❘♦̲̲ ̲4̲❘', + 5: '❘♦̲̲ ̲5̲❘', + 6: '❘♦̲̲ ̲6̲❘', + 7: '❘♦̲̲ ̲7̲❘', + 8: '❘♦̲̲ ̲8̲❘', + 8: '❘♦̲̲ ̲9̲❘', + 10: '❘♦̲̲1̲0̲❘', + 11: '❘♦̲̲ ̲J̲❘', + 12: '❘♦̲̲ ̲Q̲❘', + 13: '❘♦̲̲ ̲K̲❘' + } + +big = { + 1: '❘ ̲̲ ̲1̲❘', + 2: '❘ ̲̲ ̲2̲❘', + 3: '❘ ̲̲ ̲3̲❘', + 4: '❘ ̲̲ ̲4̲❘', + 5: '❘ ̲̲ ̲5̲❘', + 6: '❘ ̲̲ ̲6̲❘', + 7: '❘ ̲̲ ̲7̲❘', + 8: '❘ ̲̲ ̲8̲❘', + 9: '❘ ̲̲ ̲9̲❘', + 10: '❘ ̲̲1̲0̲❘', + 11: '❘ ̲̲ ̲J̲❘', + 12: '❘ ̲̲ ̲Q̲❘', + 13: '❘ ̲̲ ̲K̲❘', + 'tiles': '❘♦ ❘', + 'hearts': '❘♥ ❘', + 'clovers': '❘♣ ❘', + 'pikes': '❘♠ ❘', + 'hat': ' ___ ' + } + +n = '\n'