Clone the project
git clone https://github.com/taky93/foodfetchGo to the project directory
cd foodfetchInstall dependencies
pip install -r requirements.txt or
pip3 install - r requirements.txtStart script
python cli.py -h
usage: cli.py [-h] [-f] [-s]
options:
-h, --help show this help message and exit
-f , --fetch Fetch list food
-s, --single Pick single food- Graphical user interface
- CLI tweaks ,fixes
Contributions are always welcome!