Metadata-Version: 2.1
Name: randwire
Version: 0.1.3
Summary: Random Length Antenna Calculator
Home-page: https://github.com/0x9900/randwire/
Author: Fred C. (W6BSD)
Author-email: w6bsd@bsdworld.org
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Ham Radio
Description-Content-Type: text/markdown
Requires-Dist: matplotlib


# Random Wire Antenna Calculator

This program helps you to calculate the optimal length of wire for
building a random length antenna.

## Installation

```
$ pip install randwire
```

## Usage

```
usage: randwire.py [-h] [-D] [-b BANDS [BANDS ...]] [-f FILE]
                   [-u {meter,feet}]

Wire length to avoid

optional arguments:
  -h, --help            show this help message and exit
  -D, --debug           Print information useful for debugging
  -b BANDS [BANDS ...], --bands BANDS [BANDS ...]
                        List of bands [default: [40, 20, 15, 10]]
  -f FILE, --file FILE  Graph filename [default: wire.png]
  -u {meter,feet}, --unit {meter,feet}
                        Wire length [default: meter]
```

## Example

```
√ % randwire
13:45:27 INFO: Bands: 40, 20, 15, 10
13:45:27 INFO: "wire.png" saved
```

This will generate the following image. Where the blue blocks
represent the length of wire to avoid.

![Wire Length](https://raw.githubusercontent.com/0x9900/randwire/main/misc/wire.png)


