Metadata-Version: 2.4
Name: decitobin
Version: 1.2.1
Summary: A widget to convert decimal to binary, ASCII to binary, binary to decimal
Home-page: https://github.com/Thailam12/decitobinary
Author: Your Name
Author-email: Thailam12 <thailam160317@outlook.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Thailam12/decitobinary
Project-URL: Issues, https://github.com/Thailam12/decitobinary/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python



```markdown
# decitobin

A simple Python library that converts decimal numbers to binary, binary to decimal, and ASCII text to binary representation. Created by a young developer from Vietnam, this tool includes a Tkinter GUI for educational use and basic encoding tasks.

---

## 🌟 Features

- Convert decimal integers to binary (`dec2bin`)
- Convert binary strings to decimal (`bin2dec`)
- Convert ASCII text to binary (`asciitobin`)
- Simple GUI built with Tkinter (run `gui.py`)
- Input validation and friendly error messages

---

## 📦 Installation

```bash
pip install decitobin
```

---

## 🧪 Usage

```python
from decitobin import dec2bin, bin2dec, asciitobin

print(dec2bin(42))        # Output: '101010'
print(bin2dec('101010'))  # Output: '42'
print(asciitobin('Hi'))   # Output: '01001000 01101001'
```

---

---

## 📚 License

MIT License © 2025 Thai Lam  
Built with ❤️ by a dev kid who roars in Python from Thanh Tri, Vietnam.

---

```

---

💬 Muốn mình giúp bạn tạo ảnh minh họa cho GUI để chèn vào README, hoặc generate badge kiểu `pip install | PyPI | Python ≥3.7`, thì hú nhẹ nhé — mình sẽ gầm hóa từ Markdown tới metadata luôn! 🦖📦✨
