Unicodes encoder, decoder & converter
Project description
Unicodex
Unicodes encoder, decoder & converterInstallation:
>>> 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
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
unicodex-6.6.6.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file unicodex-6.6.6.tar.gz
.
File metadata
- Download URL: unicodex-6.6.6.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e3fbdd84c4f05c8d8b085b49e53b5559eca8c2a543f3ba130795ccbb7f93b15 |
|
MD5 | 2f0cf1dc1004b73ce83d635f6c11c81b |
|
BLAKE2b-256 | 5fb4caed39e8d7246221c2eb7f8ff8d0ae23b9d6ebd9c16fa2007ecbed1182dd |
File details
Details for the file unicodex-6.6.6-py3-none-any.whl
.
File metadata
- Download URL: unicodex-6.6.6-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec93fb91da1bd04f41b44e333c5d744b0909d171617e3f72958641f05f64fe1f |
|
MD5 | d38bd161883b61e13d76dc6c832dd3cc |
|
BLAKE2b-256 | 389a604ccde7a7f285fe3f746e53e4727c20dc23eda1e29446bbbf212c906ebf |