WinterTechForum / python-dojo

Code written by participants of the Python Dojo on the 2018 Winter Tech Forum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-dojo

Code written by participants of the Python Dojo on the 2018 Winter Tech Forum in Crested Butte, Colorado.

The runes.py program lets you search Unicode emojis and characters

$ ./runes.py cat eyes
😸 GRINNING CAT FACE WITH SMILING EYES
😻 SMILING CAT FACE WITH HEART-SHAPED EYES
😽 KISSING CAT FACE WITH CLOSED EYES

$ ./runes.py file
␜ SYMBOL FOR FILE SEPARATOR
πŸ“ FILE FOLDER
πŸ“‚ OPEN FILE FOLDER
πŸ—ƒ CARD FILE BOX
πŸ—„ FILE CABINET

$ ./runes.py die
βš€ DIE FACE-1
⚁ DIE FACE-2
βš‚ DIE FACE-3
βšƒ DIE FACE-4
βš„ DIE FACE-5
βš… DIE FACE-6
κ„… YI SYLLABLE DIE
🎲 GAME DIE

$ ./runes.py cyrillic e
Π­ CYRILLIC CAPITAL LETTER E
э CYRILLIC SMALL LETTER E
Ρ€ CYRILLIC CAPITAL LETTER IOTIFIED E
Ρ₯ CYRILLIC SMALL LETTER IOTIFIED E
Σ¬ CYRILLIC CAPITAL LETTER E WITH DIAERESIS
Σ­ CYRILLIC SMALL LETTER E WITH DIAERESIS
ꚟ COMBINING CYRILLIC LETTER IOTIFIED E

About

Code written by participants of the Python Dojo on the 2018 Winter Tech Forum

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%