A tool to help you mix waters and create brewing water recipes for your coffee.
The app is available on Google Play Store. Read the Privacy Policy and the Terms and Conditions.
To install CoWaMix, clone the repository
git clone https://github.com/vpjunet/CoWaMix.git
create a virtual environment
python3 -m virtualenv cowamix_venv
activate it on linux/macOS
source cowamix_venv/bin/activate
or Windows
./cowamix_venv/Scripts/activate
and install the requirements.
python3 -m pip install kivy numpy trust-constr more-itertools
To deactivate the environment, use
deactivate
Run the app
python3 main.py
Note that the data are stored in the App().user_data_dir
folder.
Make sure that you have access to this path.
You can also change this path in the class cowamix
with the input argument user_path
of the class MenuScreenManager
.
CoWaMix is licensed under GPLv3.