Metadata-Version: 2.1
Name: logtext
Version: 1.0.0
Summary: Next-Gen Terminal Art Engine
Author: kuavait
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: skytext>=0.1.0

```bash
pip install logtext
```

```python
from logtext import *

print_matrix("THE FUTURE IS NOW")
print_fire("LAUNCH SEQUENCE INITIATED")
print_glitch("REALITY.EXE NOT FOUND")
print_pulse("NEURAL LINK ACTIVE", (0, 255, 255))
print_typewriter("Initializing quantum rainbow drive...", (180, 255, 100))
print_rainbow("All systems nominal. Welcome back, Commander.")
success("Done!")
error("Failed!")
```

### Features

| Feature               | Description                                      | Pure Magic? |
|-----------------------|--------------------------------------------------|-------------|
| `print_fire()`        | Real flickering flames – orange → red → yellow   | Yes         |
| `print_pulse()`        | Smooth breathing/glowing heartbeat               | Yes         |
| `print_glitch()`       | Cyberpunk VHS/corruption distortion              | Yes         |
| `print_matrix()`       | Full Matrix digital rain with falling trails     | Yes         |
| `print_typewriter()`   | Classic hacker-movie typing effect               | Yes         |
| `success()` / `error()` | Print status                  | Yes        |

All classic `skytext` functions (`print_animated`, `print_gradient`, `print_rainbow`, `success`, `error`, etc.) work exactly as before — zero code changes needed.

### License

MIT © 2025

Made with love, caffeine, and way too many ANSI codes 
