python from slugify import Slugify slugify = Slugify(to_lower=True) slug = slugify(original_string) pip install python-slugify