Metadata-Version: 2.4
Name: morse_python
Version: 1.0
Summary: Library for coding in Python with morse code
Home-page: https://github.com/ame-tisto/morse_python
Author: Mattia Capuano AKA: Ametisto
Author-email: mattia.capuano1508@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Morse Python!🚀

[![PyPI version](https://img.shields.io/pypi/v/morse_python.svg)](https://pypi.org/project/morse_python/)
[![Downloads](https://pepy.tech/badge/morse_python)](https://pepy.tech/project/morse_python)
[![License](https://img.shields.io/github/license/ame-tisto/morse_python)](https://github.com/ame-tisto/morse_python/blob/main/LICENSE)

This library lets developers that know morse code flex their skill...coding in morse code!

## Installation⚙️
How to install it? Simple! Just use **pip**!
```bash
pip install morse-python
```
## Features✨

In this version (v1.0) you can:     
transform morse code to text with ```morse_to_text```  
transform text to morse code with ```text_to_morse```  
execute morse code text with ```execute_morse_code```
