O system allows you to perform the following operations: register, list, search, update and remove products.
- Use the knowledge covered in composite structures: lists, dictionaries and tuples.
- Organization of code into functions.
Before starting, you will need to have the following tools installed on your machine: Git, Python.
Besides, it's nice to have an editor to work with code like VSCode, or it could be the IDE Pycharm.
# Clone this repository
$ git clone <https://github.com/larasous/Product-Inventory-Management>
# Access the project folder in the terminal/cmd
$ cd Product-Inventory-Management
# For those with VSCode (Linux/Ubuntu)
$ code estoque.py
The following tools were used to build the code:
- Products Registration
- Products Listing
- Products Search
- Products Update
- Removal of Products
Feito com ❤️ por Lara Sousa. Entre em contato!