# 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
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
Release files for diamondchaos 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| diamondchaos-1.0.0.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| diamondchaos-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.8 kB
Release files / diamondchaos-1.0.0.tar.gz
| Download URL | diamondchaos-1.0.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aceb7c9af4412aed18af322f9e601798d42ffe481300b65d83878ca8fbd0c147
|
|
BLAKE2b-256 checksum How to use checksums |
a47c176a15bc0f203483830fcdc928045c7c1014b91594cfec16e1a2741af482
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.14
|
Release files / diamondchaos-1.0.0-py3-none-any.whl
| Download URL | diamondchaos-1.0.0-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a27bb722feaab0a31cc0a1a8a51ce557950ed13dba2ec2a4a7e43ddf972672a8
|
|
BLAKE2b-256 checksum How to use checksums |
41e14a3db62d034861422e68c2e943e8fd1687df0e72dbeccb0589c066d63112
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.14
|