/Shop-Management-System

A school project in Python and MySQL

Primary LanguagePython

a simple shop management tool in Python and mySQL

Written for a computer science project by Suyash and ___.

Setup

to set this up, run the following commands:

git clone https://github.com/Not-a-web-Developer/Shop-Management-System.git
cd Shop-Management-System/src/database
mysql -u <YOUR USERNAME> -p

enter your mySQL password, and run the following command in the mySQL console:

mysql> source database.sql

then, go to /src and run main.py:

cd ..
py main.py