Metadata-Version: 2.4
Name: morse_code_tool
Version: 0.5.5
Summary: A morse code generator
Project-URL: Homepage, https://github.com/Wdboyes13/morse_code
Project-URL: Issues, https://github.com/Wdboyes13/morse_code/issues
Author-email: Wdboyes13 <willdev2025@outlook.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: sounddevice
Description-Content-Type: text/markdown

# Morse Code Generator  


## What it is  
This is a simple morse code generator.  
It takes text, converts it to morse code, saves it to a file, and plays back the generated audio  

## Usage  
Usage: `morse.py {-i | -o <filename> <text>}`  
```  
options:
  -h, --help            Show help message and exit
  -i, --interactive     Run in interactive mode to prompt for input.
  -o <filename> <text>, --output <filename> <text>
                        Provide a filename and text directly.
```  

## Dependencies  
- `sounddevice` = 0.5.2  
- `numpy` = 2.2.6  