Skip to content

sudo-sein/subscription-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subscription Finder Python Script

This Python script is designed to help users find and manage their subscriptions.

Setup

To set up the project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-name>
  2. Create a virtual environment:

    Windows CMD:

    python -m venv venv
    venv\Scripts\activate

    Bash:

    python3 -m venv venv
    source venv/bin/activate
  3. Install the dependencies:

    pip install -r requirements.txt

Usage

To use the script, run the following command:

python interpret.py reports/financial_reports.csv

Replace reports/financial_reports.csv with the path to your CSV file.

About

Subscription Finder script that analyze csv reports from bank account in search for recurring payments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages