Metadata-Version: 2.1
Name: MaaDebugger
Version: 1.3.0
Summary: MaaDebugger
Author: MaaXYZ
Project-URL: Homepage, https://github.com/MaaXYZ/MaaDebugger
Requires-Python: >=3.9
Requires-Dist: MaaFw>=2.0.0
Requires-Dist: nicegui
Description-Content-Type: text/markdown

# MaaDebugger

## Requirement

Python >= 3.9

## Installation

```bash
python -m pip install MaaDebugger
```

## Update

```bash
python -m pip install MaaDebugger MaaFW --upgrade
```

## Usage

```bash
python -m MaaDebugger
```

## Development of MaaDebugger itself

```bash
cd src
python -m MaaDebugger
```

or

Using VSCode, press F5 in the project directory.
