Metadata-Version: 2.4
Name: pc-navtex-py
Version: 1.0.0
Summary: GUI for showing messages from NASA PC NAVTEX USB
Author-email: Tomasz Łuczak <tlu@team-tl.pl>
License-Expression: MIT
Project-URL: Source, https://github.com/TeaM-TL/pc-navtex-py/
Project-URL: Tracker, https://github.com/TeaM-TL/pc-navtex-py/issues/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
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: Operating System :: MacOS
Classifier: Operating System :: Unix
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial
Dynamic: license-file

[![PyPI](https://img.shields.io/pypi/v/pc-navtex-py.svg)](https://pypi.org/project/pc-navtex-py/)
[![Python versions](https://img.shields.io/pypi/pyversions/pc-navtex-py.svg)](https://pypi.org/project/pc-navtex-py/)
[![Test & publish](https://github.com/TeaM-TL/pc-navtex-py/workflows/Build%20and%20upload%20to%20PyPI%20when%20a%20Release%20is%20Created/badge.svg)](https://github.com/TeaM-TL/pc-navtex-py/actions/workflows/publish_to_pypi.yml?query=workflow%3A%22Build+and+upload+to+PyPI+when+a+Release+is+Created%22)

# pc-navtex-py
GUI for showing messages from NASA PC NAVTEX USB

inspired by [juerec](https://github.com/juerec/pc-navtex)

![main window](screenshots/main.png)

## Installation and run

### Linux

Install requirements:
```bash
apt-get install python3-pip python3-tk python3-serial
```

Install or upgrade a PyPi package by PIP:
```bash
python3 -m pip install --upgrade pc-navtex-py
```

Run
```bash
pc-navtex-py
```

### macOS

soon will be ready, if USB port will be available to selection
