Skip to content

This program can make inventory management easier

Notifications You must be signed in to change notification settings

AndrewThien/Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inventory

Inventory is a Python program that was made for dealing with inventory management. Managers can use this program to search the product by its code, determine the product with the lowest quantity and restock it, determine the product with the highest quantity, calculate the total value of each stock item.

Installation

Install Visual Studio Code and Python, then clone the repository to start using the program.

git clone https://github.com/AndrewThien/Inventory.git

Table of Contents

Usage

Run the program and you will see a menu as below

Menu

Choose an option as desired and follow the prompted instructions to achieve the outcomes. For example, if you want to see all the data about products, choose 1 in the main menu and if you want to see the date in a table, choose 2. The outcome will appear nicely as below.

choice

Note:

The program will read the data from the file named 'inventory.txt' and the format of the product data has to be the same with the format in the example file inventory.txt in the repo.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Credits

Tri Thien Nguyen

About

This program can make inventory management easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages