Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting black and white Emojis #63

Closed
jcesarprog opened this issue Jul 25, 2017 · 5 comments
Closed

Getting black and white Emojis #63

jcesarprog opened this issue Jul 25, 2017 · 5 comments

Comments

@jcesarprog
Copy link

jcesarprog commented Jul 25, 2017

Here is my code.
`import emoji'

'print(emoji.emojize("Hello 馃寧", use_aliases=True))`

Here is the output.

emoji black-white

tried others but still got no colors on both windows or linux..still no colors..

@ASMfreaK
Copy link

It has to do with your font setup in pycharm. Colorful emoji are not very good supported with software at the moment.

@artbava
Copy link

artbava commented Apr 24, 2018

Same issue here. There is nothing to do with Pycharm font setup, as my friend uses the same setup with no issues.

@sevelee
Copy link

sevelee commented Aug 30, 2018

On Mac OS X emoji characters are rendered as colored images. On Windows and Linux emoji are rendered as monochrome characters. https://blog.jetbrains.com/idea/2016/12/intellij-idea-2017-1-eap-is-open/

@emanchado
Copy link

You may have to install additional fonts that have colour emojis, eg. https://www.google.com/get/noto/help/emoji/

@truthdoug
Copy link

Emojis are rendered by the OS/tool used. This python package merely translates to and from unicode. If your OS or tool isn't rendering it in color, it's not something that can be fixed by this package.

This issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants