qrz.is/content/post/colorspot.md

37 lines
858 B
Markdown
Raw Normal View History

2022-05-21 12:06:48 -04:00
---
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
2022-07-10 17:37:25 -04:00
You can find the code and some more information [here](https://codeberg.org/mclemens/colorspot).
2022-05-21 12:06:48 -04:00
# Installation
It is installable via pip:
```
python3 -m pip install colorspot
```
# Screenshot
![image](/img/colorspot.png)