From bbba433ac8b50075d2ee1538e0368de6e7a64cac Mon Sep 17 00:00:00 2001 From: Brian Moran Date: Thu, 20 Dec 2018 07:48:06 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b35b78..d0994f0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -A python module to interpret WSJT-X udp packets +A python module to interpret and create WSJT-X UDP packets Developed and tested with Python >= 3.6 -Still In Progress - - +Sample programs for: + * Setting the WSJT-X Grid Square from an external GPS + * Coloring callsigns in WSJT-X based on N1MM Logger+ dupe and multiplier status + + +Example screen display for colorized callsigns: +![WSJT-X with colorized callsigns](https://github.com/bmo/py-wsjtx/images/colorized_wsjtx.PNG)