added new blog post "colorspot"

This commit is contained in:
Michael Clemens 2022-05-21 18:06:48 +02:00
parent 725266528c
commit 26ca16f13d
2 changed files with 36 additions and 0 deletions

36
content/post/colorspot.md Normal file
View File

@ -0,0 +1,36 @@
---
title: "ColorSpot"
type: post
author: micha
date: 2022-05-21T16:00:00+02:00
url: /colorspot/
tags:
- Software
- Python
- Ham Radio
---
I just released a first version of ColorSpot, a command line DX cluster client written in Python. It adds the following benefits to the default telnet stream:
* displays the DX station's country
* displays the DX station's continent
* displays if the DX station uses LotW
* downloads your LotW QSL file and marks all lines with countries that need to be confirmed (optional)
* displays lines in different colors depending on the continent or band (user configurable)
# Code
You can find the code and some more information [here](https://git.qrz.is/clemens/colorspot).
# Installation
It is installable via pip:
```
python3 -m pip install colorspot
```
# Screenshot
![image](/img/colorspot.png)

BIN
static/img/colorspot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB