Metadata-Version: 2.4
Name: decitobin
Version: 2026.2
Summary: A powerful CLI & GUI toolkit for base conversions (Decimal, Binary, Hex, Duo, etc.)
Author-email: Thailam12 <thailam160317@outlook.com>
License: MIT
Project-URL: Homepage, https://github.com/Thailam12/decimal-to-binary
Project-URL: Issues, https://github.com/Thailam12/decimal-to-binary/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

markdown_content = """# 🔢 decitobin CLI & WebStyle `2026.2`"""

[![PyPI version](https://img.shields.io/pypi/v/decitobin.svg)](https://pypi.org/project/decitobin/)
[![Downloads](https://static.pepy.tech/personalized-badge/decitobin?period=total&units=international_system&left_color=black&right_color=blue&left_text=Downloads)](https://pepy.tech/project/decitobin)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## UPDATE 2026.2: CLI DELETION, OCTAL EXPANSION

**decitobin** là một công cụ Python đa năng giúp chuyển đổi giữa các hệ cơ số và văn bản—nay đã được nâng cấp với giao diện người dùng hiện đại

Cho dù bạn đang chuyển đổi thập phân sang nhị phân, khám phá mã hóa ASCII hay xử lý các chuỗi thập lục phân phức tạp, `decitobin` đều mang lại trải nghiệm tương tác và thân thiện.

---

## ✨ Tính năng nổi bật
* **🎨 WebStyle GUI:** Giao diện Tkinter hiện đại, dễ sử dụng cho người mới bắt đầu.
* **🛠️ Đa dạng hệ cơ số:**
    * Thập phân (Decimal) ↔ Nhị phân (Binary)
    * Thập lục phân (Hex) ↔ Nhị phân (Binary)
    * ASCII ↔ Nhị phân (Binary)
    * Thập phân (Decimal) ↔ Thập lục phân (Hex)
    * Bát phân (Octal) ↔ Nhị phân (Binary)
    * Thập phân(Decimal) ↔ Bát phân(Octal)
    * **Đặc biệt:** Thập phân (Decimal) ↔ **Thập nhị phân (Duodecimal)**
* **📋 Tiện ích:** Sao chép kết quả vào clipboard chỉ với một cú click/lệnh.

---

## 📥 Cài đặt

Sử dụng `pip` để cài đặt phiên bản mới nhất:

```bash
pip install decitobin
```
## Cách dùng  
Ghi dòng lệnh sau:
```python
import decitobin
```
