A Python-based industrial service terminal. Logic ported from Unreal Engine VR prototype as a Python learning exercise.
The application simulates an assisted machine support system where users can explore machine components, view diagnostics information, and interact with a simple control interface.
WIP

- AI system startup simulation
- Machine status monitoring
- Component Explorer
- Diagnostics information
- Maintenance section
- User Manual section
- Component images
- Audio feedback
- State-driven UI workflow
- Object-oriented architecture
── main.py ├── controller.py ├── machine.py ├── ui.py ├── images/ ├── sounds/
- Install dependencies:
pip install pillow
- Start the application (Sound ON recommended):
python main.py
- Alternatively, use the exe file in the dist folder:
Unzip and start main.exe