This repository hosts the source code for a brew process control tool.
conda create -n brewpc python=2
conda activate brewpc
conda install -c conda-forge kivy
conda install -c conda-forge mysql-connector-python
conda install -c conda-forge sshtunnel
Navigate to input2 folder
Run input2_db.py (python input2_db.py)
This will create input2_test.db
Open db_path file
Input custom path
Windows example: C:/Users/USERNAME/Documents/GitHub/brewpc/input2/input2_test.db
Linux example: /home/USERNAME/projects/brewpc/input2/input2_test.db
Navigate to Source folder
Run main.py (python main.py)