Text utilities: reverse, count letters and words
Project description
StringUtilsLib
مكتبة للتعامل مع النصوص: تعكس النص، تحسب عدد الحروف، وعدد الكلمات.
التثبيت
py -m pip install StringUtilsLib
الاستخدام من Python
from string_utils import reverse_text, count_letters, count_words
text = "Hello World"
print(reverse_text(text)) # dlroW olleH
print(count_letters(text)) # 10
print(count_words(text)) # 2
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
stringutilslib-0.1.0.tar.gz
(2.2 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 stringutilslib-0.1.0.tar.gz.
File metadata
- Download URL: stringutilslib-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50d137f11cc03d6afdc2549d9245d0896e333474eadf7c3d7ca91ce513b0a972
|
|
| MD5 |
73618ee43bfdc8d58f8b54f47cc19324
|
|
| BLAKE2b-256 |
097f271d9ba8fd903ab15b0d125ba0cbbdae0b921785d67df0fe7f1666be2c8e
|
File details
Details for the file stringutilslib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stringutilslib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebb2825bc775279264db75b5b25ee6a8ab12ff2dc2478e2daa10c5743d4deb9e
|
|
| MD5 |
bd239f7404cb6191288a74fc301a9cab
|
|
| BLAKE2b-256 |
2403e17739ec8a850c4f79903b46a237374acbbc23a722ab7637746cbc071e2e
|