A basic package to find anagrams and palindromes.
Project description
AnPaFinder
Version 1.2.2 released 04/2022
A simple package built to find anagrams and palindromes from a webpage. Includes functionality to store and process strings and substrings, and easily parse text from a webpage.
Installation
AnPaFinder
can be installed via pip
:
$ python3 -m pip install AnPaFinder
-Find the anagrams and palindromes from a webpage in one of three possible ways:
- Option 1. In python environment:
import anpa_tools.anpatools as anp anp.find_anpas("<webpage url>")
- Option 2. Run anpatools.py from command line:
$ python3 anpatools.py --url "<webpage url>"
- Option 3. Using the shell script in the Home Page - anpaFinder GitHub repository under
/bin
:$ ./AP_finder.bash -w "<webpage url>"
-Play with classes and functions in anpa_tools
package.
- More info to come
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
AnPaFinder-1.2.2.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file AnPaFinder-1.2.2.tar.gz
.
File metadata
- Download URL: AnPaFinder-1.2.2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffcfc61a1bb2f487e63c6c15ae2dda67f962f0513ed5caec285cb35e20d9bda9 |
|
MD5 | a0109247feb6f688cc8f2a676b86ed6a |
|
BLAKE2b-256 | 3f1645b8ee427e33e320cf529d532ac90a3ed731bb7b13c190ed51e7f59f3bc8 |
File details
Details for the file AnPaFinder-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: AnPaFinder-1.2.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 045c54abbb1fc1388b4e9a26b00c46f439c8838c07abc16b8d906d4d2ceb14a4 |
|
MD5 | 1d7f3b1b4401e4579d0a398024690ca7 |
|
BLAKE2b-256 | 5ccff4a8239bfca5dcc625e9bc2ad2378d67a043d2986cc8a105867f2e962c4d |