Converts English digits to Urdu digits.
Project description
#Urdu Digit
A package to help convert digits from their English equivalent to their Urdu equivalent.
#Details
Simply, this package relies on unicode conversion between the 2 languages.
#Usage
import urdu_digit as ud
# to just GET the conversion of, for e.g: 2;
ud.get(2)
# OUTPPUT: (2, '۲', '0x6f2')
# to PRINT the conversion of, for e.g: 7:
ud.view(7)
# OUTPPUT: (7, '۷', '0x6f7') #Output
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
urdu-digit-0.0.0.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for urdu_digit-0.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d13d39ca8dd67f9c31ac16fbb1fa181ded54baae4901bf411e8ae0d085394f74 |
|
MD5 | 5de9f788dd733aa33c751f1ee408d6ef |
|
BLAKE2b-256 | 944f41398ab5f29dc300ab495398632805277956c21fb44a89a3773eb1e8415e |