Skip to content

Pulls spots from dxsummit.fi, Click on them to tune your radio to the spot.

License

Notifications You must be signed in to change notification settings

mbridak/dxsummit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DXSummit

License: GPL v3 Python: 3.8+ Made With:PyQt5

What is it?

Pulls latest dxsummit spots. Displays them in a compact interface. If you have an instance of flrig running, when you click on a spot your radio will automatically tune to the spotted frequency. Filter output to band and or mode.

screenshot

Running from source

First install the needed dependencies.

python3 -m pip3 install -r requirements.txt

Or if you're the Ubuntu/Debian type you can:

sudo apt install python3-pyqt5 python3-requests

Then, run the program from source.

./dxsummit.py or python3 dxsummit.py

Building a binary

If you are so inclined, I've included a .spec file so you can build a binary version for easy launching.

If you don't have pyinstaller already you can:

python3 -m pip3 install pyinstaller

Then pyinstaller -F dxsummit.spec

You should then find your executable in the dist folder that has just been created.