Metadata-Version: 2.1
Name: muradian_strCalc
Version: 0.0.5
Summary: A best usefull Function for assistant or text to speech services
Author: Mozadded Alfeshani
Author-email: developer.mozadded@gmail.com
Keywords: python,calcutor,assistant,string calculator
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt


Why you should choose that , let's check

Simple and powerfull
Best for discord bot reply
Best for where string passing by input(a line)

*Function*
```
There have 2 function , The first one is stca and last one avg:
what's and how it work's let's check
```

```
import muradian
```

*how to pass string , example :*
```
for stca function,
Skeleton: stca('digit firstNum operator lastNum')

genarally use: stca('1 2 pl 3')

here,
1 is digit (how many digit you want to use)

2 and 3 is digit that will summation by 'pl' command

  
```
*more example :*
 ```
2 23 mi 21

pl = Pluse / Summation

mi = Substraction

mu = Multiplication

di = Division

  
```
average beetween some number, lets example:
how it's work let's check ,*Skeleton*:
```
avg('total_value digit n1 n2 n*') //return the average value of n number
```



