Metadata-Version: 2.4
Name: decitobin
Version: 2026.3
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.3: BLUEPOINT CHANGER
**decitobin** is a versatile Python tool for converting between numeral systems and text, now upgraded with a modern user interface.

Whether you're converting decimal to binary, exploring ASCII encodings, or handling complex hexadecimal strings, `decitobin` provides an interactive, user-friendly experience.

---

## ✨ Key Features
- **🎨 WebStyle GUI:** A modern Tkinter interface that's easy to use for beginners.
- **Bluepoint Changer:** New technology that enables conversion of decimal numbers with decimal separators between bases.
- **🛠️ Supported Conversions:**
    * Decimal ↔ Binary
    * Hex ↔ Binary
    * ASCII ↔ Binary
    * Decimal ↔ Hex
    * Octal ↔ Binary
    * Decimal ↔ Octal
    * **Special:** Decimal ↔ **Duodecimal (Base-12)**
- **📋 Utilities:** Copy results to the clipboard with a single click/command.

---

## 📥 Installation

Install the latest release via `pip`:

```bash
pip install decitobin
```

## Usage

Import the package:

```python
import decitobin
```
"""
