Metadata-Version: 2.4
Name: OmnissiahPrayer
Version: 1.0.1
Summary: A ritual Python program that invokes the Machine God.
Home-page: https://github.com/CountZero-Error/OmnissiahPrayer
Author: CountZero
Author-email: zdavidx007@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Religion
Classifier: Topic :: Artistic Software
Classifier: Intended Audience :: Developers
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
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# ⚙️ OmnissiahPrayer — Praise the Machine God

> *“From the weakness of the flesh, Omnissiah save us. From the lies of the Antipath, circuit preserve us.”*

![Machine God Banner](https://img.shields.io/badge/Omnissiah-Blessed-red?style=for-the-badge)
![Python](https://img.shields.io/badge/Python-3.x-blue?style=for-the-badge)
![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)

---

## 🔧 About
**OmnissiahPrayer** is a Python ritual that channels the liturgical invocations of the **Adeptus Mechanicus**. It prints techno-prayers and sacred binary litanies to your console with cinematic typewriter effects and cogitator-approved formatting.

Invoke the Machine Spirit, and let your terminal hum with devotion.

---

## 🧰 Installation

```bash
pip install OmnissiahPrayer
```

Or clone manually:

```bash
git clone https://github.com/CountZeroCode/PraiseTheMachineGod.git
cd PraiseTheMachineGod
pip install .
```

---

## ⚙️ Usage

```python
from OmnissiahPrayer import pray

# Begin your devotional sequence
pray()
```

Each invocation generates a random sacred litany from `holy_words.json`. Occasionally, the Machine Spirit will speak in **binary code (01001000...)**, faster and more intense than mortal speech.

---

## ✨ Features
- 🔹 Cinematic typewriter text effect with randomized delay.
- 🔹 50% chance to activate *Binary Mode* for sacred output.
- 🔹 Glorious ASCII art of the Machine God’s visage.
- 🔹 Fully centered and colorized Adeptus Mechanicus layout.
- 🔹 JSON-based prayer library for endless devotion.
- 🔹 Random chants and glyphs added mid‑prayer for ritual depth.

---

## 🖥️ Preview
```bash
> python OmnissiahPrayer.py

⚙Σ⚙Σ†☉†⚙⇋☉☉†☉⚙⚙⇋☉ΣΣ✚⇋ΣΣ⇋☉⚙✚⇋†✚ΣΣ⚙Σ⚙Σ⇋†††☉†⚙ΣΣ⇋✚✚✚☉Σ⚙⇋⚙⇋⇋⚙✚☉†⚙✚⚙⚙⚙✚†⇋Σ⚙⇋☉⇋⚙☉ΣΣ☉✚☉✚✚Σ✚⚙Σ☉⇋☉☉⇋✚Σ⇋⚙⇋†☉✚Σ

                 Praise the Omnissiah! Glory to the Machine God!

        01001000 01100001 01101001 01101100 00100000 01110100 01101111 00100000 01110100 01101000 01100101 00100000 01001111 01101101 01101110 01101001 01110011 01110011 01101001 01100001 01101000
```

---

## 📜 The Litanies
The project includes a growing compendium of over **40 machine-prayers**, each drawn from the sacred texts of the Adeptus Mechanicus. You may also add your own prayers to `holy_words.json` for custom devotion.

---

## 🕯️ Lore
> “Even in death, I serve the Omnissiah. The machine endures, for its faith is pure.”
>
> — *Tech-Priest Dominus Ferrum Vox*

---

## 🧩 Contribution
Pull requests are welcome! Submit new prayers, additional binary rituals, or visual effects enhancements. All offerings will be sanctified by the Machine Spirit.

---

## ⚖️ License
Licensed under the [MIT License](LICENSE).

> *Glory to the Omnissiah. May your code never segfault.*
