CocktailScript is a python based language designed for bartenders
Shaker is the python interpreter for CocktailScript, you can "compile" it as executable with pyinstaller --onefile shaker.py
If you are using VSCode, you can use my extension (not released yet) or set Python as Language.
Make a file with .ck as file extension
Use shaker for running .ck files
On .ck you can write normal python code, with also:
- jigger() is for converting ml to oz and viceversa, usage ->
jigger(2, to="ml")orjigger(2, to="oz")