Skip to main content

A python package to list all Harry Potter spells

Project description

Harry Potter Spells (potter_spells)

The package lists all the Harry Potter spells.
Specifically, the scripts scrape the data from the website harrypotter.wikia.com and and provides all the spells.
The various python scripts provides various filters to list out the spells and enchantments (magic enchantments which are not specifically spells).

Installing the package

pip install potter_spells

Using the package

>>> import potter_spells as potter
>>> potter.all_data()

List out all Spells or Enchantments

>>> potter.all_spell_names()
>>> potter.all_enchantment_names()

Filter by Type of Magic

>>> potter.all_by_type('Charm')
>>> potter.spells_by_type('Hex')
>>> potter.enchants_by_type('Charm')

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

potter_spells-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

potter_spells-1.0.0-py3-none-any.whl (6.0 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