Skip to content

Momen-Shili/Inventory-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inventory-Management-System

Designed as a basic back-end software for use in a store like environment. This is a simple system that can add remove, and edit items. Also, the system has a shopping cart and a bunch of other features. This simple project has a .txt file to store the changes. The system has some things like if you checkout before you quit it’ll just say Thank you but if you quit before checking out it shows the checkout. The file is ims.py

About the Project

Inventory Management System project is written in Python using Tkinter. The project file contains a python script (ims.py). This is a simple cmd based project which is easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting and updating inventory items.

While adding inventory items, the user has to enter the part number, its price, description, and stock. If the part number already exists, then its value is changed to next upcoming number in the list. The system shows the inventory record in a list view. And also the user easily delete any inventory items. The user can search for an item as it contains a search function too. In short, this projects mainly focus on CRUD with a search function.

How To Run The Project?

To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:

Step1: Extract/Unzip the file

Step2: Go inside the project folder, open cmd then type ims.py and enter to start the system.

OR

Simply, double click the ims.py file and you are ready to go.

License

© 2019 T.Y.Brains. All Rights Reserved | by Developed Momen Shili

About

INVENTORY MANAGEMENT SYSTEM IN PYTHON WITH SOURCE CODE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages