Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1003 Bytes

File metadata and controls

59 lines (35 loc) · 1003 Bytes

MPSS - Motor Part Shop Software

A software for managing auto parts inventory with features like

  • Buying new parts.
  • Keep track of different vendors.
  • Adding/Removing items.
  • View total revenue at the end of day.
  • View revenue graph for previous 30 days.

Run Locally

Clone the project

  git clone https://github.com/Kargnin/MPSS.git

Go to the project directory

  cd MPSS

Install dependencies

  pip install -r requirements.txt

Copy "StatsData.db" from Startig Database folder and paste in project directory

Start the application

  python main.py

To view and edit the included design files use QT Designer.

Screenshots

main.gif

TODO

  • Additional Features like timeline and tools for graph analysis

Authors