A simple GUI tool that:
- Prompts for pH value
- Uses a C function (via CFFI) to classify the pH level
- Displays the result in a Tkinter messagebox
- Pure C logic for pH classification
- User-friendly GUI
- Practical example of embedding C into Python
pip install cffi
python pH_Interpreter.py
- Python 3.x
cffi
See included LICENSE file for more details.