Skip to main content

Unicodes encoder, decoder & converter

Project description

Unicodex

Unicodes encoder, decoder & converter

Installation:

>>> python3 -m pip install unicodex

Examples:

>>> from unicodex import Unicodex

>>> # Character to unicode
>>> c2u = Unicodex.chr(127914)

>>> # Unicode to character
>>> u2c = Unicodex.ord(c2u)

>>> # Encode text to unicode
>>> en = Unicodex.encode("Sample text", 666)

>>> # Decode unicode to text
>>> de = Unicodex.decode(en, 666)

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

unicodex-6.6.6.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

unicodex-6.6.6-py3-none-any.whl (2.5 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