python-slugifyEasy Playground

Generate URL-friendly slugs from strings (Unicode support)

Getting started with python-slugifyRun locally
Install
pip install python-slugify
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: python_slugify)

python-slugify is a third-party package. Generate URL-friendly slugs from strings (Unicode support). Install with: pip install python-slugify

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?