mahinmorsetext


Namemahinmorsetext JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/mahinbinhasan/morsetextencoder
SummaryMorse to Text and text to morse Decoder and Encoder
upload_time2023-01-19 18:34:22
maintainer
docs_urlNone
authorMahin Bin Hasan (mahinbinhasan)
requires_python
license
keywords python morsecode morsetotext decoder encoder morsedecoder
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mahinbinhasan/morsetextencoder",
    "name": "mahinmorsetext",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,morsecode,morsetotext,decoder,encoder,morsedecoder",
    "author": "Mahin Bin Hasan (mahinbinhasan)",
    "author_email": "<allmahin149@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/43/36/4a76ae7f2aa769076291f0a25b96adcfc3df31afe7a71704215d7516d727/mahinmorsetext-1.0.3.tar.gz",
    "platform": null,
    "description": "# Mahin morsetextencoder\nlaunch Screen is a Python library for creating launching (loading) screen.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\n\n```bash\npip install mahinmorsetext\n```\n\n## Usage\n\n```python\nfrom mahinmorsetext import *\nt = 'Normal String'\nm = '-- .- .... .. -.'#morse string\nprint(texttomorse.gen(t))\nprint(morsetotext.gen(m))\n\n```\n\n## Contributing\n\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n##Contact\n[My Facebook](https://www.facebook.com/root.mahin)\n[My Github](https://www.github.com/mahinbinhasan)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Morse to Text and text to morse Decoder and Encoder",
    "version": "1.0.3",
    "split_keywords": [
        "python",
        "morsecode",
        "morsetotext",
        "decoder",
        "encoder",
        "morsedecoder"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af1dfadbe7851457d281b9d115682b2892915c89f991c32b837275789ad4b8a1",
                "md5": "0574390dcac309e8c13a5a788e47a592",
                "sha256": "addb636e5c8faefff301492352445eb4e01b24a777d16953d0db28ac36e4f8f9"
            },
            "downloads": -1,
            "filename": "mahinmorsetext-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0574390dcac309e8c13a5a788e47a592",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3498,
            "upload_time": "2023-01-19T18:34:18",
            "upload_time_iso_8601": "2023-01-19T18:34:18.143652Z",
            "url": "https://files.pythonhosted.org/packages/af/1d/fadbe7851457d281b9d115682b2892915c89f991c32b837275789ad4b8a1/mahinmorsetext-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43364a76ae7f2aa769076291f0a25b96adcfc3df31afe7a71704215d7516d727",
                "md5": "458ebd786ff6d4c456f95212c7fe2b7e",
                "sha256": "087e9871ea5c91a0d9876e9dd86351571326d9ca2b31dcddcbb5da48e49ba2df"
            },
            "downloads": -1,
            "filename": "mahinmorsetext-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "458ebd786ff6d4c456f95212c7fe2b7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3090,
            "upload_time": "2023-01-19T18:34:22",
            "upload_time_iso_8601": "2023-01-19T18:34:22.894243Z",
            "url": "https://files.pythonhosted.org/packages/43/36/4a76ae7f2aa769076291f0a25b96adcfc3df31afe7a71704215d7516d727/mahinmorsetext-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-19 18:34:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mahinbinhasan",
    "github_project": "morsetextencoder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mahinmorsetext"
}
        
Elapsed time: 0.08087s