Metadata-Version: 2.4
Name: Qmorse
Version: 1.1.2
Summary: A mini library for encoding and decoding Binary Morse code
Home-page: https://github.com/amiralihabibzadeh/Qmorse
Author: Hobab
Author-email: b66669420@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
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

# Qmorse

**Qmorse** is a lightweight Python library for **encoding and decoding text to Binary Morse code**.  
It is simple, fast, and easy to integrate into any Python project.

Binary Morse code represents Morse symbols using binary digits (0s and 1s), making it useful for digital communications, simulations, and learning purposes.

---

## Features

- Encode text into binary Morse code.  
- Decode binary Morse code back into readable text.  
- Lightweight and dependency-free.  
- Easy-to-use API for beginners and advanced users.

---

## Installation

Install Qmorse using `pip`:

```bash
pip install Qmorse
