Here is a program that helps you to find out the flags related to its country.
pip install emojiflag
import emojiflag
emojiflag.get('nl')
>>> ๐ณ๐ฑ
emojiflag.get('en_US')
>>> ๐บ๐ธ
emojiflag.get('it')
>>> ๐ฎ๐น
pip install -r requirements-dev.txt
pytest -s --cov emojiflag
Be the change you want to see
cd tests
python test_doc.py -v