First attemp to create an Android app.
Cocktail is a sum of Ingredients Ingredient is a dictionary of effects
This app can be packaged into an APK with following features:
- list cocktails based on ingredients
- list cocktails based on effects
- list cocktails based on ingredients & effects
- memo about healing cocktails
- memo about effects
- Python3.10
To run the app from cmd:
pipenv shell
pipenv install
python main.pyTo run the app in Pycharm IDE:
- right-click on main.py
- Run