Encoding, decoding, and utility tools by XZY Developments
Project description
XZY
Encoding, decoding, and utility tools by XZY.
Installation
pip install xzy
Usage
from xzy import encode, decode
text = "Hello\nWorld"
encoded = encode(text)
print(encoded)
decoded = decode(encoded)
print(decoded)
Example Output
%5%x0xx1xx1xx16x&&%3%x16xx20xx1xx14x
Hello
World
Features
- Encode/decode text (supports letters, digits, punctuation, capitals, newlines)
- Caesar cipher (
caesar/decaesar) - Text cleaning (
clean) - Secure random string generation (
randomstring) - Word/character counting (
word.count/char.count) - Text reversal (
text.reverse) - File encode/decode (
encodefile/decodefile) - Lightweight, no dependencies beyond the standard library
Author
XZY Developments
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
xzy-2.1.1.tar.gz
(4.0 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
xzy-2.1.1-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file xzy-2.1.1.tar.gz.
File metadata
- Download URL: xzy-2.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bee63dbe4ef480769a7634b6ac5ea5cbcfc0f9bc4c4ce20eb8af820b8d7403f7
|
|
| MD5 |
8d764427a0a927cd51f3ee78fa0eeeec
|
|
| BLAKE2b-256 |
0630764ba06a71ce490147ab75b6100c5bb944783476fd53de1925459c73d1ee
|
File details
Details for the file xzy-2.1.1-py3-none-any.whl.
File metadata
- Download URL: xzy-2.1.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5332ac31b3290b9eacbbc3f6b3e1ff56d229fd94011e105de0a2b045a2d72052
|
|
| MD5 |
200a6936181399c5e02c8a78026ab8c7
|
|
| BLAKE2b-256 |
b9071b0afdcb6b7ef48e12328214cf551b3d764eb97a2b7c3b4a8e0e868155e3
|