Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 633 Bytes

File metadata and controls

46 lines (29 loc) · 633 Bytes

food fetch by taky93

Run Locally

Clone the project

  git clone https://github.com/taky93/foodfetch

Go to the project directory

  cd foodfetch

Install dependencies

  pip install -r requirements.txt or
  pip3 install - r requirements.txt

Start 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

Coming soon 😁

  • Graphical user interface
  • CLI tweaks ,fixes

Contributing

Contributions are always welcome!