isitpangram

A function to determine if a sentence is a pangram.


Keywords
isitpangram
License
MIT
Install
pip install isitpangram==0.4.0

Documentation

IsItPangram

Documentation Status

A function to determine if a sentence is a pangram.

A pangram (Greek: παν γράμμα, pan gramma, "every letter") is a sentence using every letter of the alphabet at least once.

The best known English pangram is: The quick brown fox jumps over the lazy dog.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.