Count words in a text
Project description
WordCountLibRS
مكتبة لحساب عدد الكلمات في نص.
التثبيت
pip install WordCountLibRS
CMD
wordcountrs "Hello world from Python"
# Word count: 4
Python
from word_count_lib import count_words
text = "Hello world from Python"
print(count_words(text)) # 4
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
wordcountlibrs-0.1.0.tar.gz
(2.8 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 wordcountlibrs-0.1.0.tar.gz.
File metadata
- Download URL: wordcountlibrs-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7f85556e4968b378c5edf2c7a54aeb0891c9a37872fd67c23606a70702e4bff
|
|
| MD5 |
1db9631a88da5b62c4d17962f97fe66a
|
|
| BLAKE2b-256 |
d8171a9919f8106c37793288c89da8b9fea0f0f25713a03e1c08a6681f208687
|
File details
Details for the file wordcountlibrs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wordcountlibrs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.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 |
6ddc9e4f04efce36ec2f55b4cd1ea7966029ef30e93625acf9dfb34453da345f
|
|
| MD5 |
54e8bd5c6dd2d5166382060e087ebe40
|
|
| BLAKE2b-256 |
f2c8cd8710aa9cba3cd1602647aad2595777dd0c6203e4a2c86b64f86d952c87
|