Skip to content

andrewcoder58/store-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Store Inventory

Description

Store Inventory is a Python program for managing a store's products. You can view, add, and remove products, and your inventory is saved to a JSON file.

How to Run

Open store.py and click Run. Follow the menu prompts to manage the inventory.

Features

  • View all products
  • Add new products
  • Remove products by ID
  • Save inventory to a JSON file
  • Load saved inventory when the program starts
  • Handles invalid input with error messages

Next Steps

  • Prevent duplicate product IDs
  • Refactor code to make it easier to read and maintain

About

A Python store inventory management system using object-oriented programming and CRUD (create/read/update/delete)

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages