Metadata-Version: 2.1
Name: mahinmorsetext
Version: 1.0.3
Summary: Morse to Text and text to morse Decoder and Encoder
Home-page: https://github.com/mahinbinhasan/morsetextencoder
Author: Mahin Bin Hasan (mahinbinhasan)
Author-email: <allmahin149@gmail.com>
Keywords: python,morsecode,morsetotext,decoder,encoder,morsedecoder
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

# Mahin morsetextencoder
launch Screen is a Python library for creating launching (loading) screen.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install mahinmorsetext
```

## Usage

```python
from mahinmorsetext import *
t = 'Normal String'
m = '-- .- .... .. -.'#morse string
print(texttomorse.gen(t))
print(morsetotext.gen(m))

```

## Contributing


Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
##Contact
[My Facebook](https://www.facebook.com/root.mahin)
[My Github](https://www.github.com/mahinbinhasan)
