Metadata-Version: 2.4
Name: serial-tcp-clients-gui
Version: 2.2.3
Summary: Tkinter Port Manager desktop GUI for serial-tcp-clients
Author-email: maslovw <serialtcp@maslovw.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/maslovw/serial_tcp_clients
Keywords: serial,com,port,tcp,gui,tkinter,port manager
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: serial-tcp-clients>=2.2.3
Requires-Dist: PyYAML>=5.1

# serial-tcp-clients-gui

Tkinter **Port Manager** desktop GUI for
[`serial-tcp-clients`](https://github.com/maslovw/serial_tcp_clients): manage
many serial -> TCP mappings at once from a single YAML config, with per-port
start/stop, live throughput, a colour-coded console and an integrated terminal.

```bash
pip install serial-tcp-clients-gui
serial-tcp-gui                 # or: python -m serialtcp_gui [config.yaml]
```

This package pulls in `serial-tcp-clients` (the CLI/backend) and PyYAML
automatically. It also needs **Tkinter**, which ships with most CPython builds;
on Linux install it from your package manager (Debian/Ubuntu:
`apt install python3-tk`).

See the [main README](https://github.com/maslovw/serial_tcp_clients#gui-port-manager)
for full GUI documentation.
