A simple python library to help with strings
You can download the file with pip
Users/user>pip install PythonStrings$ pip3 install PythonStrings
#or
$ pip install PythonStrings
#or
$ python3 -m pip install PythonStringsrevstring(:string:) Reverces the string in the brackets and returns it
encodestr(string) encodes the string with utf-16 and returns it [not sure if works these are some old code that i wrote some months back
decodestr(string) decodes the string with utf-16 and returns it [same for this one also, I think? 🤔]
Capatilize(string) Capitalizes the first letter of the string and returns it
Cap(string) Returns the length of the string