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
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.1.1.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for cu_numbers-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d657840d472efb11957fbca73c8b4f9f98b2deeb618d2745f3082fa42d07b2f7 |
|
MD5 | 4d24905bb7443b8b9c585455026b0f3e |
|
BLAKE2b-256 | 583aba971fd7547c8dec1a407099b38669c0e07bb0b5a8f440f2f8a97320eee9 |