Metadata-Version: 2.4
Name: string_funct
Version: 1.1.1
Summary: String lib that have necessary functions!
Author-email: Moon Stoun <jdhcoolbut@gmail.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: googletrans==4.0.0rc1
Description-Content-Type: text/markdown

This library adds useful functions for working with string values. I often end up implementing them myself!

slownprint(text, time) - Slowly prints text
slowinput(text, time) - Slowly prints text + input()
translate(text, lang) - Translates the selected text into the selected language (needs internet connection and takes some time)
etitle(text) - Uppercases every character after a space
to_ascii(text) - Converts the selected str variable to ASCII
norm_spaces(text) - Normalizes your spaces

[15.06.2026 Moon Stoun©]
