Metadata-Version: 2.1
Name: morse3
Version: 2.9
Summary: A morse code encryption / decryption library
Home-page: https://github.com/Aayush9029/encodeDecode
Author: Aayush Pokharel
Author-email: aayushpokharel36@gmail.com
License: UNKNOWN
Description: ## A library that can convert text, numbers and symbols to morse code and vice versa
        *The code is super beginner friendly it's simple to understand and implement.*
        
        ##  [![python 3.8](https://img.shields.io/badge/Python-3.8.1-brightred?style=flat-square)](https://www.python.org/) ![ask me why](https://img.shields.io/badge/Morse3-v0.47-red?style=flat-square)
        
        
        Installation
        
        `pip install morse3`
        
        Usage
        
        \>\>\> `from morse3 import Morse as m`
        
        
        \>\>\> `m("a a23").stringToMorse()`
        
        \>\>\> .- &nbsp;  .- ..--- ...--
        
        
        \>\>\> `m("-.-. .- -. -.. -.--")`
        
        \>\>\> candy
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
