Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 612 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 612 Bytes

Store Cashier App Screenshots

Login Menu

Login

Admin Menu

Login

Add New Product Menu

Login

Edit Product

Login


Application Setup

Recomended using venv and python version 1.12.0

Setup Venv

python -m venv env

Install all the package required

pip install -r requirements.txt

Run Program

Just run store_app.py