sluify python

# shell/bash
pip install python-slugify
# or 
pip3 install python-slugify

# python
from slugify import slugify
Felipebros