https://github.com/03-bunny-06/expense-splitter
The Expense Splitter is a Python-based application designed to help users manage, view, edit, and split their expenses efficiently. It leverages the rich library to present data in a visually appealing tabular format, making it easier to comprehend financial details.
https://github.com/03-bunny-06/expense-splitter
cli-application python-functions python-modules python3 rich-library
Last synced: 3 months ago
JSON representation
The Expense Splitter is a Python-based application designed to help users manage, view, edit, and split their expenses efficiently. It leverages the rich library to present data in a visually appealing tabular format, making it easier to comprehend financial details.
- Host: GitHub
- URL: https://github.com/03-bunny-06/expense-splitter
- Owner: 03-Bunny-06
- Created: 2025-01-03T05:28:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T19:28:57.000Z (6 months ago)
- Last Synced: 2025-02-10T07:17:59.990Z (5 months ago)
- Topics: cli-application, python-functions, python-modules, python3, rich-library
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Splitter
## Project Description
The Expense Splitter is a Python-based application designed to help users manage, view, edit, and split their expenses efficiently. It leverages the `rich` library to present data in a visually appealing tabular format, making it easier to comprehend financial details.
## Features
- **Add Expenses**: Add new expense records, including type, amount, and a descriptive note.
- **View Expenses**: Display all expenses in a well-formatted table.
- **Edit Expenses**: Update details of an existing expense entry.
- **Remove Expenses**: Delete an expense record.
- **Split Expenses**: Calculate and display the cost share for a group of individuals.
- **Exit**: Quit the application gracefully.## Dependencies
- **Rich Library**: Used to create visually appealing tables.
Install using:
```sh
pip install rich