This repository will provide basic examples of application, each demonstrating type of containers, selection, functions, api, iteration and a lot more.
This application implements software to record stock and inventory of a computer store. This stock inventory will record manufacturer, quantity of devices, unique serial number and the price of the device.This inventory will not allow any negative number in the quantity of item or the price. The price will have 2 decimal float value, and the quantity will be a whole number only. Application is designed for the user's ease, hence initial of each choice will work as well (eg: instead of 'add' you can just type 'a'). All data will be non-case sensitive, so it can be searched or typed in any case.
- Logic includes try and except, while loop, for loop, and if, elif and else.
- Based on 3 Functions: Add items, unique serial no. generator, and main application.
- Module: Random (learn more)
- Library: Tabulate
Create warehouse inventory management system using prettytable, dictionary, while & for loops, functions and if/elif/else selections.