https://github.com/codeperfectplus/morseify
Python CLI tool for morse code
https://github.com/codeperfectplus/morseify
morse-code morse-code-converter morse-code-translator morse-translator morsecode python3
Last synced: 11 days ago
JSON representation
Python CLI tool for morse code
- Host: GitHub
- URL: https://github.com/codeperfectplus/morseify
- Owner: codeperfectplus
- License: mit
- Created: 2022-11-06T11:42:08.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-10T04:21:26.000Z (12 months ago)
- Last Synced: 2025-05-11T20:09:58.378Z (12 days ago)
- Topics: morse-code, morse-code-converter, morse-code-translator, morse-translator, morsecode, python3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Morse
The project name is still in progress. Please suggest a name. Check out the [issues](https://github.com/Py-Contributors/Morse/issues/3)
Python CLI/Library tool for morse code## Installation
```bash
pip install morseify
```## Usage
```bash
morseify --help
```## License
[MIT](https://choosealicense.com/licenses/mit/)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.