Skip to content

Amras2322/PyBins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Container Management CLI

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.

Features

  • 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.

Requirements

  • Python 3.x
  • PyYAML library

Installation

  1. Clone the repository:
git clone https://github.com/Amras2322/PyBins.git
  1. Install the required dependencies:
pip install pyyaml

Usage

Run the program using Python:

python PyBins.py

Follow the on-screen instructions to manage your containers and items.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages