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.7
Installation
pip install cu-numbers
Usage
import cunumbers
# Convert an Arabic number to CU
# Requires non-zero int, returns str
a = cunumbers.arab_to_cu(1)
# Convert a CU number to an Arabic
# Requires str, returns int
b = cunumbers.cu_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
License
See LICENSE.
Project details
Release history Release notifications | RSS feed
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.0.0.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for cu_numbers-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8281e9c0d6dabf18a01c883c4d127eaef380da19dc00ef0103b40a3dfbb613e |
|
MD5 | 936ab707dc371114a28d2c3515c28e4c |
|
BLAKE2b-256 | 4a71a45dd8b8e99eb08fe0f068e5373fe3ec910db2fb1541d8ecb299fe27c9c7 |