rusn Small library for getting russian text with singular and plural forms Instalation pip install --user rusn Example apple_forms = ['яблоко', 'яблока', 'яблок'] rusngettext(1, apple_forms) >> 'яблоко' rusngettext(10, apple_forms) >> 'яблок'