Metadata-Version: 2.4
Name: dezoo
Version: 1.1.2
Summary: Package that keeps your debugging error FUN
Author: Matthew Henrich
License-Expression: MIT
Project-URL: Homepage, https://github.com/mhennn/dezoo
Keywords: dezoo,debugging,animal,sound,effects,sound effects,sound-effects
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: simpleaudio
Provides-Extra: devel
Requires-Dist: wheel; extra == "devel"
Requires-Dist: requests; extra == "devel"
Requires-Dist: pytest; extra == "devel"
Requires-Dist: twine; extra == "devel"
Dynamic: license-file

# DEZOO
Turn boring print() debugging into something fun — hear animals instead of reading logs.

DEZOO is a lightweight Python package that replaces traditional debugging prints with animal sounds. Instead of staring at logs, you’ll hear your program speak through playful audio cues.

### 🎯 Why DEZOO?

Debugging can get repetitive and dull. DEZOO makes it:
- 🎧 Auditory instead of visual
- 🐶 Fun and memorable
- ⚡ Fast to integrate
- 🧠 Easier to recognize debug states

### 🚀 Features
- Replace print() debugging with animal sounds
- Multiple animals for different debug levels
- Simple API with zero configuration
- Works in any Python script
- Optional fallback to normal logs

### 🔊 Available Sound Effects
- 🐶 Dog
- 🦅 Birds
- 😮‍💨 Whistle
- 🐈 Cat

#### Installation
```bash
pip install dezoo
```

#### Testing the package
```bash
from dezoo_package import DezooSystem

dezo = DezooSystem()
dezo.debug_dog()
```

---
For checking the changelog of this package:
> https://github.com/mhennn/DEZOO/blob/main/CHANGELOG.md
