Automated Calibration for PTs and LCs
Screen.Recording.2025-09-06.at.10.54.15.PM.online-video-cutter.com.mp4
Set-up instructions
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
On Windows:
venv\Scripts\activate
On macOS/Linux:
source venv/bin/activate -
Install dependencies:
pip install -r requirements.txt
-
Run project
python src/main.py
To-do
- Disable input box: while taking readings & after the calibrations are complete
- Improve error messaging
- Separate average value calculation and reading from serial
