Metadata-Version: 2.4
Name: notateit
Version: 2.0.1
Summary: Notateit Viewer Remake
License-File: LICENSE
Author: Nikita Denissov
Author-email: n.denissov@proton.me
Requires-Python: >=3.10,<3.15
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Requires-Dist: pillow (>=12.3.0,<13.0.0)
Requires-Dist: pyside6 (>=6.11.1,<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
[![PyPI version](https://img.shields.io/pypi/v/notateit.svg)](https://pypi.org/project/notateit/)
[![PyPI Downloads](https://static.pepy.tech/badge/notateit)](https://pepy.tech/project/notateit)
[![Python versions](https://img.shields.io/pypi/pyversions/notateit.svg)](https://pypi.org/project/notateit/)
[![License](https://img.shields.io/pypi/l/notateit.svg)](https://github.com/ndenissov/notateit/blob/main/LICENSE)

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
```

