This project aims to develop a tool for analyzing expenditures from M-Pesa statements. The tool will automate the extraction, categorization, and visualization of expenditure data, providing users with clear insights into their spending habits.
# mpesa-statement-analysis
This project aims to develop a tool for analyzing expenditures from M-Pesa statements. The tool will automate the extraction, categorization, and visualization of expenditure data, providing users with clear insights into their spending habits.
### Introduction and installation
#### Windows
git clone
github.com
#### Create virtual environment
py -3 -m venv venv
#### Activate the environment
venv\Scripts\activate
#### Install the requirements
pip install -r requirements.txt
#### Run the application
python app.py