A multi-page Streamlit application, inspired by the Fallout Pip-Boy interface, designed for managing and analyzing electrical tests.
- Measurement.py: Configure and start electrical test runs.
- Recorded_Data.py: Load and visualize test results from CSV files.
- Pip-Boy inspired user interface.
-
Clone the repository:
git clone https://github.com/Tiny-Prism-Labs/VOLT-RUNNER cd VOLT-RUNNER -
Install dependencies:
./setup.sh pip install -r requirements.txt
-
Run the app:
streamlit run Home.py
Then open your browser to
http://localhost:8501.