Text-to-coded transformation library
Project description
Codexify
Codexify is a lightweight Python library for transforming text into a custom encoded form.
It applies a simple character-shifting algorithm to letters and digits while keeping all other symbols unchanged.
This library is intended for simple text encoding, experiments, or as a foundation for custom cipher logic.
Usage example
from Codexify import Converter
converter = Converter()
text = "hello world"
encoded = converter.convert_text(text)
print(encoded)
- Encodes letters by shifting them to the next character
- Encodes digits in the same way
- Other characters remain unchanged
- Simple API
- No dependencies
- Works on Python 3.7+
Installation
pip install Codexify
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
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.0.tar.gz.
File metadata
- Download URL: codexify-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb6d6e5d3c5ba9ecd011926cbbc64e8c47c588b4679db6a0c7178bb674ff9fe3
|
|
| MD5 |
6f39288a6ca3445003b136c6664172dc
|
|
| BLAKE2b-256 |
c8ac1d6f53673fdffe48bda9ab34709db5274d55947be433d618ce34db7f8a96
|
File details
Details for the file codexify-0.1.0-py3-none-any.whl.
File metadata
- Download URL: codexify-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.1 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 |
1634a62837cf4b1eb94381b38fbf9034b962e8f383884d45a49932542a8aaa6b
|
|
| MD5 |
a90b162834612f671a8720546b808ddb
|
|
| BLAKE2b-256 |
0043a004937f08fe39090629758cfe0fa59de0ce10e3a03be365aa066aadf0d1
|