Giter Site home page Giter Site logo

spudgunman / potato Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mbridak/potato

0.0 0.0 0.0 587 KB

Get POTA spots, click on spots to tune radio to the frequency.

Home Page: https://mbridak.github.io/potato

License: GNU General Public License v3.0

Shell 3.75% Python 96.25%

potato's Introduction

potato

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

Pulls latest POTA spots. Displays them in a compact interface. If you have an instance of flrig or rigctld running, when you click on a spot your radio will automatically tune to the spotted frequency and change modes to match the spot. Filter output to band and or mode. If you double click on a spot(s), spots from that activator will be highlighted green, and be added to the clipboard. You can use this keep track of who you have worked. Activators can be toggled off again by double clicking the activator a second time.
  • To filter for the actavators location, entering US-WA for example will show only the parks in US Washington State. To exclude -US-WA will exclude all parks in US Washington State. the presence of the first charcter - negates the patteren.

Changes since 22.2.19 Instant Mashed

Added command line option to specify flrig server address:port. To use a server not running on your local machine, launch it with either -s or --server, followed by the address and port separated by a colon.

Example: potato -s 192.168.1.32:12345

Running from source

First install the requirements.

python3 -m pip3 install -r requirements.txt

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

sudo apt install python3-pyqt5 python3-requests python3-psutil

Then, run the program from source.

python3 potato.py

screenshot

Building a binary executable

I've included a .spec file in case you wished to create your own binary from the source. To use it, first install pyinstaller.

python3 -m pip3 install pyinstaller

Then build the binary.

pyinstaller -F potato.spec

Look in the newly created dist directory to find your binary.

Or execute the install.sh shell script in the install_icon folder to copy the binary from the dist directory to your ~/.local/bin folder and install a launcher icon.

potato's People

Contributors

adammelancon avatar jon-laudner avatar mbridak avatar spudgunman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.