An open API service indexing awesome lists of open source software.

https://github.com/vetronics/shopping_manager

A simple Python script to manage shopping items and values using a terminal-based interface.
https://github.com/vetronics/shopping_manager

apt debian dnf dockerfile fedora linux-shell procedure python python3 scrpit simple-project windows-11

Last synced: 7 months ago
JSON representation

A simple Python script to manage shopping items and values using a terminal-based interface.

Awesome Lists containing this project

README

          

# 🛒 Shopping Manager

A simple command-line tool written in Python for managing shopping list items and their associated values. This script provides ASCII-style interface branding and handles basic file-based item management.

## Features

- ASCII Art interface using `pyfiglet`
- Basic command-line menu for item/value management
- File-based storage for items and their values
- Options to add/remove items and values
- Item/value counting
- values sum inside the file values

## Requirements

- Python 3.13.3
- `pyfiglet` module

Install the required module using pip:

```bash
pip install pyfiglet