flagz

A Python package that makes working with emoji country flags comfy 🇲🇽 🇩🇪 🇨🇿 🇷🇴 🇧🇾


Keywords
country-flags, emoji, flags, python
License
MIT
Install
pip install flagz==1.2.2

Documentation

flagz 🇲🇽 🇩🇪 🇨🇿 🇷🇴 🇧🇾

A Python package that makes working with emoji country flags (regional indicator symbols) comfy.

Install

pip install flagz

Usage

import flagz


flag = flagz.by_code('ca')
print(flag)  # 🇨🇦

Run tests

git clone https://github.com/kennell/flagz
cd flagz
pip install -e .
pytest