Skip to main content

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


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.17.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

urdu_digit-0.0.17-py3-none-any.whl (2.0 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