python-slugify
Package — UtilityPython 3.7+Intermediate
Generate URL-friendly slugs from strings (Unicode support)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- text-unidecode
- Install
pip install python-slugify
Learn by Difficulty
Quick Example
python
# Install: pip install python-slugify import python_slugify # Basic python-slugify usage print(f"Using python-slugify") # See documentation for detailed examples
python-slugify is a third-party package. Generate URL-friendly slugs from strings (Unicode support). Install with: pip install python-slugify
Try in PlaygroundTags
packageutilityhelper