Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 294 Bytes

readme.md

File metadata and controls

20 lines (17 loc) · 294 Bytes

Shop Manager

This is shop manager made using python (tkinter) and mysql.

Features

  • Manage Stock items
  • Purchase items
  • View purchse history
  • Manange Employee data
  • Calculator
  • Print receipt

Libraries used

  • tkinter
  • mysql.connector
  • PIL
  • time
  • prettytable
  • os
  • sys