Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.5 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.5 KB

INVENTORY MANAGEMENT SYSTEM

Note:

1. Only compatible with windows!
2. The installer.pyw module is not part of the project! it exists only to setup the tables and create a user in the mysql and to download(?) the programs and images needed for it

Requirements:

1)Pillow module (pip install pillow)

Flow of execution of code :

1. First run the installer.pyw program
2. Enter your mysql credentials and proceed
3. Close the window after(only after) getting a prompt that all tables and user have been created succesfully

In the background , the program creates all the neccesary database and tables and creates a new user with username admin and password bav. after closing the window , the program creates and extracts and then deletes two zipfiles which had stored all the images and the programs. (these zipfiles were stored within two corresponding variables within the program itself)

  1. Run the main.pyw and enter the username and password

Usernames and Passwords: there are 3 types of users

  1. Employee
  2. Admin
  3. Developer

1. Employee:
Username = first name of any student of 12 A (except aditya , nikhil & indrajith)
Password = 'emp123'
2. Admin:
(username , password) = [('indrani vinod','admin123'),('adithya s','adithya123'),('nikhil rajiv','thor@123'),('indrajith lal','indrajith69420')]
3. Developer:
Same as of admins!

Everything from here is self-explanatory!

© Nikhil Rajiv