Skip to content

A simple Python-based Grocery Store Management System to manage products, stock, and billing for small businesses.

Notifications You must be signed in to change notification settings

Ponmalar7/grocery-store-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grocery Store Management

Simple Python grocery store management example.

Quick start:

  1. Run the CLI from the project directory:
python main.py add --name "Apple" --price 0.5 --qty 100
python main.py list
python main.py sell --id 1 --qty 3
python main.py report
  1. Run tests:
python -m unittest discover -v

About

A simple Python-based Grocery Store Management System to manage products, stock, and billing for small businesses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages