Metadata-Version: 2.4
Name: notateit
Version: 1.0.3
Summary: Notateit Viewer Remake
License-File: LICENSE
Author: Nikita Denissov
Author-email: n.denissov@proton.me
Requires-Python: >=3.13,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Requires-Dist: pillow (>=12.1.1,<13.0.0)
Requires-Dist: pyside6 (>=6.10.0,<7.0.0)
Project-URL: Homepage, https://github.com/ndenissov/notateit
Project-URL: Repository, https://github.com/ndenissov/notateit
Description-Content-Type: text/markdown

# Notateit Viewer Remake

A viewer for `.nat` files.

## Installation

### From PyPI (Python package)

You can install the viewer directly via `pip`:

```bash
pip install notateit
```

### Pre-compiled Binaries

If you do not have Python installed, you can use pre-compiled standalone versions from
the [GitHub Releases](https://github.com/ndenissov/notateit/releases):

* **Windows (.exe):**
  [NotateitViewerRemake.exe](https://github.com/ndenissov/notateit/releases/download/v1.0.0/NotateitViewerRemake.exe)
* **Linux (AppImage):**
  [NotateIt_Viewer_Remake-x86_64.AppImage](https://github.com/ndenissov/notateit/releases/download/v1.0.1/NotateIt_Viewer_Remake-x86_64.AppImage)

## Usage

After installation, you can run the app using the command:

```bash
notateit --help
```

