This is a simple command-line interface (CLI) program written in Python that allows users to manage containers and their items using a YAML file for storage. The program provides functionalities to create, list, and delete containers, as well as add and remove items within those containers.
- Create New Container: Add a new container to the storage.
- Add Item to Container: Add items to an existing container with specified quantities.
- List All Containers: Display a list of all available containers.
- Delete Container: Remove a specified container from storage.
- Delete Item from Container: Remove a specified item from a container.
- Python 3.x
- PyYAML library
- Clone the repository:
git clone https://github.com/Amras2322/PyBins.git
- Install the required dependencies:
pip install pyyaml
Run the program using Python:
python PyBins.py
Follow the on-screen instructions to manage your containers and items.