Expense-Tracker-CLI-App is a powerful and user-friendly command-line tool built with Python to help you manage your finances effectively. It leverages modern libraries like Typer, Rich, and SQLModel to provide a seamless experience for tracking expenses, viewing financial summaries, and maintaining a clear overview of your spending habits.
Expense-Tracker provides a set of powerful features to help you manage your finances with ease. Here are some of the key features:
- 💾 Data Persistence: Uses SQLModel to store and manage your expense data in a robust SQLite database, ensuring your data is safe and persistent across sessions.
- 💸 Expense Management: Add, view, update, and delete expenses with simple and intuitive commands.
- 📊 Data Visualization: Visualize your expense data with tables, charts, and graphs to gain insights into your spending patterns.
- 💻 Cross-platform: Compatible with major operating systems including Windows, macOS, and Linux.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Programming Language: Python
- Package Manager: pip
- Clone the repository
git clone https://github.com/your-username/your-repository.git