A python application to log QSOs directly to QRZ.com from the command line
Go to file
Michael Clemens 41993577eb updated README 2021-06-02 01:01:20 +02:00
src/qrzlogger qrzlogger now uses setuptools for packaging and installation 2021-06-02 00:58:01 +02:00
LICENSE moved license to extra file 2021-06-01 16:19:44 +02:00
README.md updated README 2021-06-02 01:01:20 +02:00
pyproject.toml qrzlogger now uses setuptools for packaging and installation 2021-06-02 00:58:01 +02:00
screenshot.jpg added screenshot 2021-05-21 16:31:35 +02:00
setup.cfg qrzlogger now uses setuptools for packaging and installation 2021-06-02 00:58:01 +02:00

README.md

qrzlogger

This script is a QRZ.com command line QSO logger. It does the following:

  1. asks the user for a call sign
  2. displays available call sign info pulled from QRZ.com
  3. displays all previous QSOs with this call (pulled from QRZ.com logbook)
  4. asks the user to enter QSO specific data (date, time, report, band etc.)
  5. uploads the QSO to QRZ.com's logbook
  6. fetches the just uploaded QSO from QRZ.com for review
  7. starts again from 1)

Screnshot

screenshot

Dependencies

qrzlogger needs the following libraries:

  • xmltodict
  • prettytable
  • colored

These libraries can be installed with the following command:

# sudo pip install xmltodict prettytable colored

Furthermore, you need at least the XML subscription from QRZ.com.

Installation

  • install via pip with "pip3 install qrzlogger"
  • execute with "qrzlogger"
  • the application creates a default config file and states its location (~/.qrzlogger.ini)
  • adapt ~/.qrzlogger.ini to your needs
  • execute the application again with "qrzlogger"

License

see LICENSE