mirror of
https://codeberg.org/mclemens/qrz.is.git
synced 2024-11-02 18:37:32 -04:00
39 lines
847 B
Markdown
39 lines
847 B
Markdown
|
---
|
||
|
title: "qrzlogger"
|
||
|
author: micha
|
||
|
date: 2021-07-13T15:00:00+02:00
|
||
|
url: /qrzlogger/
|
||
|
---
|
||
|
|
||
|
I'm in the progress of developing a Python command line application to log QSOs directly into the QRZ.com logbook.
|
||
|
|
||
|
It does the following:
|
||
|
|
||
|
* asks the user for a call sign
|
||
|
* displays available call sign info pulled from QRZ.com
|
||
|
* displays all previous QSOs with this call (pulled from QRZ.com logbook)
|
||
|
* asks the user to enter QSO specific data (date, time, report, band etc.)
|
||
|
* uploads the QSO to QRZ.com's logbook
|
||
|
* fetches the just uploaded QSO from QRZ.com for review
|
||
|
* starts again from 1)
|
||
|
|
||
|
# Code
|
||
|
|
||
|
You can find the code and some more information [here](https://github.com/exitnode/qrzlogger).
|
||
|
|
||
|
# Installation
|
||
|
|
||
|
It is installable via pip:
|
||
|
|
||
|
```
|
||
|
python3 -m pip install qrzlogger
|
||
|
```
|
||
|
|
||
|
# Screenshot
|
||
|
|
||
|
![image][1]
|
||
|
|
||
|
|
||
|
|
||
|
[1]: /img/qrzlogger.jpg
|