This is a Personal Expense Tracker built using PySide6 and SQLite. It allows users to input, categorize, and view their expenses. The app also generates a summary of expenses by category, and it provides a user-friendly GUI to display expenses in a table format.
- Add Expenses: Input expenses with amount, category, and description.
- View Expenses: Displays all recorded expenses in a table.
- Generate Summary: Shows a summary of expenses by category, summing the total amounts for each category.
- Modern GUI: Built using PySide6 for a modern user interface.
- Python 3.x
- PySide6
- pandas
- SQLite
To run this project, you'll need to install the required Python packages. You can install them using pip:
pip install PySide6 pandas