Expencel is a Flask-based web app that provides a simple and efficient way to record daily expenses and conduct detailed analysis on the collected data. The platform not only allows users to log their daily expenses but also offers several advanced features for analyzing and visualizing the data intuitively.
-
Expense Logging: Users can easily input their daily expenses, including details such as the amount, category, and date.
-
Data Operations: The web app enables users to perform various operations on the data, such as summing expenses for a specific category or for a defined period of time.
-
Chart Creation: Using Matplotlib , the web app allows users to create intuitive charts to visualize expense trends over time or distributions by category.
To use the application:
- Ensure you have Python installed on your system.
- Clone this repository to your local machine.
- Run the Flask application using
python app.py
. - Access the web app through your browser at
http://localhost:5000
.