Metadata-Version: 2.1
Name: muradian-strCalc
Version: 0.0.6
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



![python function](https://miro.medium.com/max/1400/1*WWrXceae4H_klzpPU6h7Hg.png)
**Why you should choose that , let's check**

> Simple and powerfull ,
> Best for discord bot reply Best for where string,
> simple function with high return


## **How to import**

```
import muradian
from muradian import msc
```



## Fixed number calculation
```
msc.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

		print('2 23 mi 21') 
pl = Pluse / Summation
mi = Substraction
mu = Multiplication
di = Division
```

## 1 to N number
*how to pass string to for sum , example :*
```
print(mustca.msum('1 2 3 4')
```
```
	output: 10
```
how to pass string to for avg , example :*
```
print(mustca.msum('2 2 2')
```
```
	output: 2
```

## contact:
[Github](https://github.com/mozaddedalfeshani) </br>
[messenger](m.me/mozaddedalfeshani)


