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.
- 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.
- Rich Library: Used to create visually appealing tables.
Install using:pip install rich