Metadata-Version: 2.1
Name: com-monitor
Version: 0.1.1
Summary: ComMonitor: A small system tray utility that provides system notifications when COM port devices are added to or removed from the system.
Author-email: Josh Burnett <josh@burnettsonline.org>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: windows_toasts
Requires-Dist: pyserial
Requires-Dist: PySide6
Project-URL: Home, https://github.com/joshburnett/COM-Port-Monitor

# COM Port Monitor

![](https://github.com/joshburnett/COM-Port-Monitor/raw/main/example%20notification.png)

Ever find yourself plugging and unplugging devices into your computer and needing to
know their associated COM ports? I did, so I wrote COM Port Monitor.  All it does is keep track of COM ports that are added or removed, and shows helpful
system notifications to let you know about it.

To use this, you'll need to install the dependencies via `pip install -r requirements.txt`. Then you run
it via `python commonitor.py`. That's it! (Though you might want to create a virtual environment for this tool.)

I'll probably publish this on PyPI at some point to allow installation via pipx, but that's a task
for another day.

Hope you find this helpful!

_Josh_

<a target="_blank" href="https://icons8.com/icon/QAmTCDyL5kmz/usb-disconnected">USB Disconnected</a> and
<a target="_blank" href="https://icons8.com/icon/gJXyOBQKhSlv/usb-connected">USB Connected</a> icons by
<a target="_blank" href="https://icons8.com">Icons8</a>
