Metadata-Version: 2.1
Name: D8N8D
Version: 1.0.0
Summary: An unstoppable exit method for Python
Home-page: https://github.com/shridhuu
Author: Shridhar
Author-email: shridhuu166@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# D8N8D

A Python library that provides an **D8N8D** function — it forcefully terminates the process, even if common exit methods are monkey-patched or overridden.

---

## 🚀 Features

- Bypasses `sys.exit`, `os._exit`, and `nt._exit` patching.
- Works on **Windows**, **Linux**, and **macOS**.
- Uses low-level system calls to guarantee termination.
- Simple API: `D8N8D.D8N8D._exit(code)`

---

## 📦 Installation

```bash
pip install D8N8D
