Metadata-Version: 2.1
Name: mask_cmd
Version: 1.0.0
Summary: Default template for PDM package
Author-Email: mask <whitecapella@naver.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/mask_cmd/
Project-URL: Issue, https://github.com/WhiteCapella/mask_cmd/issues
Requires-Python: >=3.9
Requires-Dist: mask-plus>=1.0.0
Requires-Dist: mask-divide>=1.0.0
Requires-Dist: mask-times>=1.0.0
Description-Content-Type: text/markdown

# mask_cmd

This project is practice project for python, co-work process, repository dependence.
This project is made by team_mask.
This project implements a simple calculator.

## Install

You can install this project write commandline like this.
```
$ pip install mask_cmd
```

## Use Guide

This project can be run by entering the following commands

### PLUS
```
$ mask_call_plus 3 5
```

```
8
```

### Divide
```
$ mask_call_cut 10 5
```

```
2
```

### Duplicate
```
$ mask_call_dup 7 8
```

```
56
```

