23 Jul 2022 starting note *note date indicates latest update.)
| Library resources | |
|---|---|
| PyPI | https://pypi.org/project/python-slugify/ |
| Github | https://github.com/un33k/python-slugify |
| Documentation | - |
Install with:
pip3 install python-slugify
then:
from slugify import slugify
slug = slugify(title)