Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pypinyin](https://github.com/mozillazg/python-pinyin) - Convert Chinese hanzi (漢字) to pinyin (拼音).
* [textdistance](https://github.com/orsinium/textdistance) - Compute distance between sequences with 30+ algorithms.
* [unidecode](https://pypi.org/project/Unidecode/) - ASCII transliterations of Unicode text.
* [CaesarCipher.extended](https://github.com/ViratiAkiraNandhanReddy/CaesarCipher.extended) - Extended Caesar cipher with support for text, numbers, symbols and emojis.
* Slugify
* [awesome-slugify](https://github.com/dimka665/awesome-slugify) - A Python slugify library that can preserve unicode.
* [python-slugify](https://github.com/un33k/python-slugify) - A Python slugify library that translates unicode to ASCII.
Expand Down