morosebose / tour_de_world

Displays information about the countries of the world.
Mozilla Public License 2.0
0 stars 1 forks source link

How to handle Windows vs other OSes? #33

Open morosebose opened 1 year ago

morosebose commented 1 year ago

Since Windows doesn't have country flag emojis, we have these solutions currently in the code:

In CountryCardWindow() :

In LanguageDisplayWindow():

But creating and storing the .png noticeably slows down backend.py. We could go one of three ways:

This is a discussion we need to have at some point after we implement our current identified priorities, issues #4 and #15 .