Metadata-Version: 2.1
Name: PythonStrings
Version: 0.2.0
Summary: A library made to make string easier to use in python
Home-page: https://github.com/Sas2k/PythonStrings
Author: Sasen Perera
Author-email: sasen.learnings@gmail.com
License: MIT
Keywords: PythonStrings
Platform: UNKNOWN
Description-Content-Type: text/markdown


# PythonStringsðŸ§µ 2.0.0 [Library/Package]

A simple python library to help with strings


## Installation

You can download the file with pip

### Windows
```cmd
Users/user>pip install PythonStrings
```
### Linux/MacOS
```bash
$ pip3 install PythonStrings
#or
$ pip install PythonStrings
#or
$ python3 -m pip install PythonStrings
```
## Documentation

`revstring(:string:)` Reverces the string in the brackets and returns it <br>
`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 <br>
`decodestr(string)` decodes the string with utf-16 and returns it [same for this one also, I think? ðŸ¤”] <br>
`Capatilize(string)` Capitalizes the first letter of the string and returns it <br>
`Cap(string)` Returns the length of the string 
## Authors

- [@Sas2k](https://www.github.com/Sas2k)


## Badges

![PyPI - Downloads](https://img.shields.io/pypi/dd/PythonStrings)

