Skip to content

elisrizea/shoes_inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Manage items inventory

Very simple Python class demonstration and function
Display items in console using tables and colors

Description

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:

require tabulate module

Tabulate Installation

pip install tabulate
https://pypi.org/project/tabulate/     # Installation instruction

Running:

inventory.py