0
Hello. I’m trying to use emojis
in Python (version 3.7.3) but the image of emoji
does not appear.
I use Vscode (version 1.33.0) and installed the 'emoji' module via pip
and import, but the image that appears is a diamond with a question mark.
Has anyone ever had that kind of problem?
import emoji
print(emoji.emojize('Python is :thumbs_up:',use_aliases=True))
And your terminal has support for displaying emojis?
– Woss
You can use repl.it to test: https://sopt-373823using emojis-em-python.acwoss.repl.run
– Woss
The language there is doing the right thing - the problems are that (1) the application you are using to see the output or (2) no source in the system - has support for the desired emojis. The deal is to see if lib emoji itself has suggestions on how to set this up in windows.
– jsbueno
With the windows-store "terminal" application - the CMD replacement that microsoft is preparing in recent years should work. (the only windows I have access to is on a corporate intranet and I can’t confirm)
– jsbueno