Metadata-Version: 2.1
Name: donzo_cmd
Version: 0.1.4
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.5
Requires-Dist: donzo-multiple >=0.1.4
Requires-Dist: donzo-divide >=0.1.1

# 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**

```
dependencies =
[
    "donzo_plus>=0.1.5",
    "donzo_multiple>=0.1.4",
    "donzo_divide>=0.1.1"
]

```


# **Usage**
```
# 더하기
$ plus 4 2
6
# 곱하기
$ mulitple 4 2
8
# 정수만 있는 경우

$ divide 4 2

# 실수가 있는 경우
$ divide 4 3
1.33333333
```



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