Metadata-Version: 2.1
Name: serial_monitor
Version: 1.2.0
Summary: Notifications of adding/removing serial ports.
Author-email: Michael Bridak <michael.bridak@gmail.com>
Project-URL: Homepage, https://github.com/mbridak/serial_monitor
Project-URL: Bug Tracker, https://github.com/mbridak/serial_monitor/issues
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# serial_monitor

![logo](https://raw.githubusercontent.com/mbridak/serial_monitor/master/logo.png)

Monitors connect/disconnects changes in USB serial devices.
Pops up a notification on the Gnome desktop.

![snapshot of notification](https://raw.githubusercontent.com/mbridak/serial_monitor/master/Screenshot.png)

## Accreditation

I totally stole this from @joshburnett [COM-Port-Monitor](https://github.com/joshburnett/COM-Port-Monitor).
Which does the same but for Windows with Qt.

## Install

pip install serial_monitor

## Usage

```bash
serial_monitor
```
