Skip to content

A tool to help you mix waters and create brewing water recipes for your coffee

License

Notifications You must be signed in to change notification settings

vpjunet/CoWaMix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoWaMix

Coffee Water Mix

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. alt text

Installation

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

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.

License

CoWaMix is licensed under GPLv3.

About

A tool to help you mix waters and create brewing water recipes for your coffee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages