A colorful CLI DX cluster client with LotW integration
Project description
ColorSpot
This script is a command line DX cluster client. 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)
Screnshot
Limitations
The following limitations are present:
- read-only: you can't send commands to the dx cluster server via this tool
- no filters: you need to configure your filter on the server
Installation
ColorSpot needs Python 3 and the following libraries:
- colored
- requests
Furthermore, you need an account at LotW for some of the features.
Before installing ColorSpot, please make sure that pip, setuptools and wheel are installed and up-to-date:
# python3 -m pip install --upgrade pip setuptools wheel
Finally, install ColorSpot with pip:
# python3 -m pip install colorspot
Updating
To update colorspot, execute the following command:
# python3 -m pip install --upgrade colorspot
Usage
- execute the application with "colorspot"
- colorspot creates a default config file and states its location (e.g. ~/.config/colorspot/colorspot.ini)
- adapt ~/.config/colorspot/colorspot.ini to your needs. Important setting are:
- cluster/host and cluster/port: Change this if you want to use another cluster server
- cluster/user: Enter here your call sign
- lotw/user: Enter here your lotw user name (your call sign). Leave at "N0CALL" to disable this feature.
- lotw/password: Enter here your lotw password
- lotw/mode: Enter here the mode you would like to filter the QSL download from LotW
- execute the application again with "colorspot"
- the software now tries to download the following files and stores them into the configuration directory:
License
see
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
colorspot-0.1.6.tar.gz
(6.5 kB
view details)
File details
Details for the file colorspot-0.1.6.tar.gz.
File metadata
- Download URL: colorspot-0.1.6.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29ff314049c6a26aa0aba918547c2ec9a0f5806e63f42bb5d2d4c8ca43b068ac
|
|
| MD5 |
bfc94763e176eb9f952cf43303d9e177
|
|
| BLAKE2b-256 |
fe080728751f483970dc374de86bcf289f4118b14558541e0301644951d9b838
|