Metadata-Version: 2.4
Name: toybox-calc
Version: 0.0.2
Summary: Comet HFJ-350M Toy Box - Konfigurations-Rechner
Author: DO3EET
License-Expression: MIT
Project-URL: Homepage, https://github.com/frankenstein91/Comet-HFJ-350M-Toy-Box
Project-URL: Bug Tracker, https://github.com/frankenstein91/Comet-HFJ-350M-Toy-Box/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Ham Radio
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Toy Box Calc (HFJ-350M Calculator)

A command-line tool to calculate configurations for the Comet HFJ-350M antenna (Toy Box).

## Installation

You can install this tool directly from the source directory:

```bash
pip install .
```

Or for development (so changes to the code are immediately reflected):

```bash
pip install -e .
```

## Usage

Once installed, the command `toybox-calc` will be available in your terminal.

### Interactive Mode
Just run the command without arguments:
```bash
toybox-calc
```

### Direct Query
You can pass a band or frequency as an argument:
```bash
toybox-calc 40m
toybox-calc 7.1
```

## i18n
The tool supports multiple languages (German, English, Japanese) based on your system locale.

## Disclaimer
See [DISCLAIMER.md](DISCLAIMER.md) for safety instructions and liability information.
