Extract palindrome words from text
Project description
PalindromeWordsLib
مكتبة لاستخراج الكلمات المتناظرة (Palindrome) من نص.
التثبيت
pip install PalindromeWordsLib
CMD
palindromewordslib "madam racecar test"
Palindrome words: ['madam', 'racecar']
Python
from palindrome_words_lib import extract_palindrome_words text = "madam racecar test" print(extract_palindrome_words(text)) # ['madam', 'racecar']
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 palindromewordslib-0.1.0.tar.gz.
File metadata
- Download URL: palindromewordslib-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0694e4d6126c5ce66733d22a9b94e1ff304b9953ef6c71bf9dd27dc59e1a623
|
|
| MD5 |
5fc173c5b4de92c9df46988604c59b30
|
|
| BLAKE2b-256 |
987e6263efd9b7b227831fd9708a55903546209fc8ae49cb4ec75cb45d32d077
|
File details
Details for the file palindromewordslib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: palindromewordslib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
83a496c58c9632f7d0f2f24a17cbc6a266986b2a098955212eb8fd66e9199675
|
|
| MD5 |
7b6594bb08ab311c01dea168472e93d2
|
|
| BLAKE2b-256 |
a4f4b031735867bc4f74a66b3b7bc854f396771ccc11e4f2f95f1a1690c324b6
|