Type of Issues (Enhancement, Error, Bug, Question)
Question about emoji
Operating System
Raspberry PI OS
Python version
3.7.3
PySimpleGUI Port and Version
Ports = tkinter, Qt, WxPython, Web
PySimpleGUI Version:
4.32.1 Released 17-Nov-2020
tkinter version:
8.6.9
Your Experience Levels In Months or Years
1Y_________ Python programming experience
5Y_________ Programming experience overall
Tkinter_________ Have used another Python GUI Framework (tkinter, Qt, etc) previously (yes/no is fine)?
You have completed these steps:
- [y ] Read instructions on how to file an Issue
- [ y] Searched through main docs http://www.PySimpleGUI.org for your problem
- [y ] Searched through the readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
- [y ] Looked for Demo Programs that are similar to your goal http://www.PySimpleGUI.com
- [ y] Note that there are also Demo Programs under each port on GitHub
- [ y] Run your program outside of your debugger (from a command line)
- [ y] Searched through Issues (open and closed) to see if already reported
- [ y] Try again by upgrading your PySimpleGUI.py file to use the current one on GitHub. Your problem may have already been fixed but is not yet on PyPI.
Description of Problem / Question / Details
I had some trouble displaying emoji on PySimpleGUI, The current version of PySimpleGUIQt is able to do it perfectly but PySide2 is not available for 32Bit. So I'm stuck with PySimpleGUI. The only emoji that I can display is the heart.
So, it there a way to display emoji using PySimpleGUI?
Type of Issues (Enhancement, Error, Bug, Question)
Question about emoji
Operating System
Raspberry PI OS
Python version
3.7.3
PySimpleGUI Port and Version
Ports = tkinter, Qt, WxPython, Web
PySimpleGUI Version:
4.32.1 Released 17-Nov-2020
tkinter version:
8.6.9
Your Experience Levels In Months or Years
1Y_________ Python programming experience
5Y_________ Programming experience overall
Tkinter_________ Have used another Python GUI Framework (tkinter, Qt, etc) previously (yes/no is fine)?
You have completed these steps:
Description of Problem / Question / Details
I had some trouble displaying emoji on PySimpleGUI, The current version of PySimpleGUIQt is able to do it perfectly but PySide2 is not available for 32Bit. So I'm stuck with PySimpleGUI. The only emoji that I can display is the heart.
So, it there a way to display emoji using PySimpleGUI?