Carpedm20 Emoji Versions Save

emoji terminal output for Python

v2.11.0

3 weeks ago
  • Update to Unicode v15.1

v2.10.1

2 months ago
  • Fix slow import when debugging in Python 3.12

v2.10.0

3 months ago
  • Added Arabic and Turkish translations

v2.9.0

4 months ago
  • Added Russian translation

v2.8.0

8 months ago
  • Update translations to unicode release-43-1
  • Include "derived annotations"-translations from unicode CLDR
  • Fix translations for emoji that have multiple forms with/out \uFE0F (Fixes Partially missing languages #272 )
  • Remove multiple underscore __, ___, ____ and - from translations

v2.7.0

8 months ago
  • Extract aliases from cheat sheet and youtube
  • Fix extracting translations from emojiterra
  • Update EMOJI_DATA with new aliases and translations

v2.6.0

9 months ago
  • Added new function purely_emoji() | Check if a string contains only emojis

v2.5.1

10 months ago
  • Fix Malformed zero width joiner (\u200d) causes IndexError

v2.5.0

10 months ago
  • Added support for Multi-person skintones
  • Removed support for Python 2, 3.4, 3.5
  • The logic from demojize() is moved to two separate private function tokenize() and filter_tokens() in a new file emoji/tokenizer.py
  • A new public function analyze() is available and that supports the multi-person skintones

v2.4.0

1 year ago
  • Added Japanese and Korean