RealityBender is a Python CLI tool that simulates visual effects like glitches, time warps, illusions, and matrix restoration.
It automatically captures screenshots and generates a GIF proof of each session so you can showcase your digital illusions in style.
- Trigger multiple effects in sequence:
- Glitch
- Time Warp
- Stats
- Illusion
- Matrix Restore
- Automatically capture screenshots for each effect
- Generate a session GIF at the end
- Clean CLI with rich output
Clone the repo and set up the environment:
```bash git clone https://github.com/howard-dominic/RealityBender.git cd RealityBender python3 -m venv venv source venv/bin/activate pip install -r requirements.txt pip install . ```
Run the CLI:
```bash python main.py ```
or after installing:
```bash realitybender ```
Contributions are welcome!
- Fork the repo
- Create a new branch (`git checkout -b feature/your-feature`)
- Commit your changes (`git commit -m "Add new feature"`)
- Push to your branch (`git push origin feature/your-feature`)
- Open a Pull Request
This project is licensed under the MIT License β feel free to use, modify, and distribute.






