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.
Install Visual Studio Code and Python, then clone the repository to start using the program.
git clone https://github.com/AndrewThien/Inventory.git
1. Installation
2. Usage
3. Contributing
4. Credits
Run the program and you will see a menu as below
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.
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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.