StoryBooth is a minimal Python project intended as a starting point for an interactive storytelling application. The repository provides a basic layout with placeholders for chatbot logic, core controllers and lighting control.
- Modular directory structure ready for expansion
- Placeholder modules for chatbot, controller and lighting
- MIT License
- Clone the repository
- Install dependencies using
requirements.txt
- Run
python main.py
to start the application (currently a stub)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.