Text converter
Project description
#Codexify
Codexify is a small Python library that converts characters in a string using a simple custom transformation. It can be used for encoding digits, generating mixed output (letters + numbers), or building your own text-processing logic.
###Installation
pip install codexify
###Usage
from Codexify import *
conv = Converter()
result = conv.convert_text("a1b2c3")
print(result)
##Features
-Converts numeric characters based on their index
-Keeps non-numeric characters unchanged
-Easy to extend with your own logic
-Lightweight and simple to use
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
codexify-0.1.2.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codexify-0.1.2.tar.gz.
File metadata
- Download URL: codexify-0.1.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a413532e2750bea74a6814e30f0e802495ec4aaeae1498b87a999c66322da41e
|
|
| MD5 |
42e1551d23cf6b091243747a1501ae58
|
|
| BLAKE2b-256 |
a0389c68b595d0b3e754f24d5ecb9d3c84ea7985bdab6769487ec0bddc42f588
|
File details
Details for the file codexify-0.1.2-py3-none-any.whl.
File metadata
- Download URL: codexify-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2304ff9f8dd46ab25fd094e0b348d8e86a54c54bee0e6747bb63b6e12203d5fe
|
|
| MD5 |
41a7c15ebde30c47112662a2bab84a88
|
|
| BLAKE2b-256 |
aa2f3059da82fac0b523bf687bbd71b31113eb3578bc037170dd9915941c21bd
|