Skip to main content

Church Slavonic script numbers conversion

Project description

cu-numbers

A program for numbers conversion between Church Slavonic script (further CU) and Arabic numerals.

Background

See Introduction to learn about CU numbers.

Requirements

Python >= 3.5

Installation

pip install cu-numbers

Usage

import cunumbers

#   Convert an Arabic number to CU
#   Requires non-zero int, returns str

a = cunumbers.to_cu(1)

#   Convert a CU number to an Arabic
#   Requires str, returns int

b = cunumbers.to_arab("а҃")

Contributing

Create an issue describing a bug or suggestion, then create a pull request mentioning the issue.

Feedback

Drop me a line: amshoor@gmail.com

Changelog

See Changelog.

License

See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cu-numbers-1.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

cu_numbers-1.1.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page