Very simple Python class demonstration and function
Display items in console using tables and colors
Read and display all items from inventory.txt
Add a new item to inventory.txt
Delete an item using SKU
View Lowest and Highest item
Search item using SKU
require tabulate module
pip install tabulate
https://pypi.org/project/tabulate/ # Installation instruction
inventory.py