Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 373 Bytes

pyMongo Scripts

Simple scripts for use with pyMongo.

kcal.py

kcal

Keep track of your foods in the command line.

If it doesn't exist yet, kcal.py creates a foodDB database , with a foodItems collection.

  • Show all products in collection
  • Add new product
  • Find product
  • Update name/kcal values
  • Sort by name/kcal values
  • Delete product