Metadata-Version: 2.4
Name: diamondchaos
Version: 1.0.0
Summary: A chaotic message generator with glitch effects and Microsoft Hazel TTS.
Author: Graham
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: pywin32
Dynamic: license-file

\# DiamondChaos



DiamondChaos is a chaotic message generator library featuring:

\- Randomized entropy messages  

\- Glitch text effects  

\- Multi-line chaos reports  

\- Microsoft Hazel TTS (SAPI)  

\- Blocking speech (waits until Hazel finishes speaking)



Perfect for games, OS projects, chaos apps, or anything that needs unpredictable nonsense.



\---



\## Installation



```bash

pip install diamondchaos



USAGE:

import diamondchaos as dc

while True:
    chaos = dc.messagegen()
    print(chaos)



This will:

Generate a multi-line chaos message

Speak it using Microsoft Hazel

Wait until Hazel finishes

Return the message for printing




