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.
- Host: GitHub
- URL: https://github.com/vetronics/shopping_manager
- Owner: vetronics
- License: gpl-3.0
- Created: 2025-04-28T18:27:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-16T19:34:12.000Z (8 months ago)
- Last Synced: 2025-05-16T20:33:31.533Z (8 months ago)
- Topics: apt, debian, dnf, dockerfile, fedora, linux-shell, procedure, python, python3, scrpit, simple-project, windows-11
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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