Metadata-Version: 2.1
Name: donzo_cmd
Version: 0.1.2
Summary: Default template for PDM package
Author-email: mangG907 <mang.gee@gmail.com>
License: MIT
Project-URL: Homepage,  https://github.com/mangG907/donzo_cmd
Project-URL: Issues, https://github.com/mangG907/donzo_cmd/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: donzo-plus >=0.1.1
Requires-Dist: donzo-multiple >=0.1.1
Requires-Dist: donzo-divide >=0.1.0

# donzo_cmd

Simple Calculation                                                         You can use Calculator for free. This Calculator contains three functions(PLUS, MULTIPLE, and DIVIDE). Also this calculator never makes a mistake. Don't worry about getting it worse  and feel free to use it!


# **Install**
```
pip install donzo_cmd
```


# **Dependency**
```
pip install donzo_plus
pip install donzo_multiple
pip install donzo_divide
```


# **Usage**
```python
# 더하기
$ call_plus(4,2)
6
# 곱하기
$ call_mulitple(4,2)
8
# 정수만 있는 경우
$ call_divide(4,2)
2
# 실수가 있는 경우
$ call_divide(4,3)
1.33333333
```



# **Availalbe Version**
```
python version >= 3.9
```
# donzo_cmd
