Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

AnPaFinder-1.2.2-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page