Metadata-Version: 2.1
Name: gradedoc
Version: 0.0.8
Summary: Grader for DOCX lab reports using comments.
Author-email: Blake Naccarato <blake.naccarato+gradedoc@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: docxrev
Requires-Dist: dynaconf
Requires-Dist: fire
Requires-Dist: natsort
Requires-Dist: rich
Project-URL: Home, https://github.com/blakeNaccarato/gradedoc

# gradedoc

Grader for DOCX lab reports using comments.

## Installing

### Prerequisites

Make sure `python`, Windows Terminal, and AutoHotkey are installed. These links should get you started:

- [Python](https://www.python.org/downloads/)
- [AutoHotkey](https://www.autohotkey.com/)
- [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701)

If you're not familiar with configuring these tools, just accept the default options when installing.

### Install `pipx`

```PowerShell
py -m pip install pipx
py -m pipx ensurepath
```

### Install `gradedoc`

```PowerShell
py -m pipx install gradedoc
```

