Skip to content

everydaylabs/apple-spend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

A Python script that extracts paid transactions from Apple Account HTML pages and generates:

  • A CSV file with all transactions (date, item name, amount, subscription status)
  • An HTML summary report with charts showing repeated transactions and yearly spending trends

Usage

  1. Prerequisites: Install required dependencies:

    pip install beautifulsoup4 matplotlib
  2. Prepare your data: Save the HTML page from reportaproblem.apple.com as apple.html in the project directory.

  3. Run the script:

    python extract_transactions.py
  4. Output files:

    • apple_transactions.csv - All transactions in CSV format
    • apple_transactions_summary.html - Interactive summary report with charts

About

Analyzing Apple Account Expenditure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages