uwuifier ======== .. py:module:: uwuifier .. autoapi-nested-parse:: :3. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/uwuifier/_uwuifier/index Functions --------- .. autoapisummary:: uwuifier.char_replace uwuifier.emoji uwuifier.nyaify uwuifier.stutter uwuifier.tildify uwuifier.uwuify uwuifier.word_replace Package Contents ---------------- .. py:function:: char_replace(text: str) -> str .. py:function:: emoji(text: str, strength: float) -> str .. py:function:: nyaify(text: str) -> str .. py:function:: stutter(text: str, strength: float) -> str .. py:function:: tildify(text: str, strength: float) -> str .. py:function:: uwuify(text: str, *, stutter_strength: float, emoji_strength: float, tilde_strength: float) -> str .. py:function:: word_replace(text: str) -> str