A Python-based CLI tool that simulates chemistry lab experiments with graphs, calculations, and a built-in viva quiz. Designed to make lab work more interactive, visual, and easier to understand.
- Conductometric, Potentiometric & Colorimetric experiments
- Automatic graph plotting with smooth curves
- Observation table generation
- Equivalence point, pKa & strength calculations
- Voice-guided navigation using text-to-speech
- Interactive viva quiz with scoring
- Python
- NumPy
- Matplotlib
- SciPy
- Tabulate
- PyInquirer
- gTTS
- psutil
- termcolor
git clone https://github.com/aishvarya-s/Chemistry-Lab-Assister.git
cd Chemistry-Lab-Assister
pip install -r requirements.txt- Audio works on macOS (afplay)
- Internet required for text-to-speech
⭐ If you found this project helpful, please give it a star!