To set up the pre-commit checks type
pre-commit installTo get a list of cocktails that can be made with your available ingredients
python .\main.py (enter comma sepated ingredients)
eg.
python .\main.py Gin,Apricot brandy,Apple brandyThis will give you the cocktails that can be made their names, required ingredients and the instructions on how to make each cocktail
If you don't have enough ingredients for any cocktails then it will let you know that is the case.