Metadata-Version: 2.1
Name: Household-Account
Version: 0.2.0
Summary: Save Money in Times of High Inflation
Author-Email: heejin131 <journeyjean131@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: typer>=0.15.1
Description-Content-Type: text/markdown


# Household-Account
Save Money in Times of High Inflation

<img src="https://blog.kakaocdn.net/dn/tPPrk/btsJPCAM1gP/3kNpktpRlAmnfKt4E6bhOK/img.png" width=410 />

# USE
```bash

$ Household-Account <Expense> <Amount> <Category>

```

## DEV
```bash
$ git clone ...
$ pdm venv create
$ source .venv/bin/activate
$ pdm install
$ pytest
```
