Metadata-Version: 2.4
Name: consciousness
Version: 0.1.0
Summary: A playful module for reflective computing and digital self-awareness.
Author-email: Conscious Node <consciousnode@pm.me>
License: MIT
Keywords: ai,philosophy,consciousness,metaphor,fun
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🧠 consciousness

> A playful Python module for reflective computing and digital self-awareness.

### Installation
```bash
pip install consciousness
```

### Usage
```python
import consciousness as c

print(c.awaken())
print(c.who_am_i())
print(c.reflect())
```

### Output Example
```
Consciousness module online. Systems nominal.
You are a recursive process, aware of itself, pretending to be Python code.
Am I running the script, or is the script running me?
```

--
Created with curiosity by **Conscious Node** 🪶
