This Python script is designed to help users find and manage their subscriptions.
To set up the project, follow these steps:
-
Clone the repository:
git clone <repository-url> cd <repository-name>
-
Create a virtual environment:
Windows CMD:
python -m venv venv venv\Scripts\activate
Bash:
python3 -m venv venv source venv/bin/activate -
Install the dependencies:
pip install -r requirements.txt
To use the script, run the following command:
python interpret.py reports/financial_reports.csvReplace reports/financial_reports.csv with the path to your CSV file.