Daily Email Report Extractor

Daily Email Report Extractor

A Python CLI tool that processes daily email export files (CSV/JSON) to extract key metrics and content. It’s for developers and analysts who need automated, scheduled reporting from their email archives. The key benefit is generating consistent, formatted reports without manual data entry. Features Process daily email exports in CSV or JSON format Extract key metrics: sender, subject, date, and word count Generate summary reports in JSON, CSV, and plain text Filter emails by date range and sender domain Schedule automated daily runs via cron or systemd Usage python daily_email_extractor....

<span title='2026-04-10 00:00:00 +0000 UTC'>April 10, 2026</span>&nbsp;·&nbsp;OddShop
Ecommerce Profit Margin Calculator

Ecommerce Profit Margin Calculator

This tool analyzes Shopify order exports and product data to calculate real profit margins. It’s for merchants who use Shopify’s ‘Cost per item’ field but lack consolidated profit reports. It turns raw CSV exports into a clear profit summary. Features Parse Shopify order and product CSV exports Match line items to product costs using SKU or variant ID Calculate gross profit per item and per order Generate summary report with total revenue, cost, and profit Export results to a formatted CSV or JSON file Usage profit_calculator --orders orders_export....

<span title='2026-03-16 00:00:00 +0000 UTC'>March 16, 2026</span>&nbsp;·&nbsp;OddShop
Ecommerce Profit Margin Calculator

New Tool: Ecommerce Profit Margin Calculator

We just released Ecommerce Profit Margin Calculator — calculate true profit per item using shopify’s cost field and sales data. What it does This tool analyzes Shopify order exports and product data to calculate real profit margins. It’s for merchants who use Shopify’s ‘Cost per item’ field but lack consolidated profit reports. It turns raw CSV exports into a clear profit summary. Features Parse Shopify order and product CSV exports Match line items to product costs using SKU or variant ID Calculate gross profit per item and per order Generate summary report with total revenue, cost, and profit Export results to a formatted CSV or JSON file Usage profit_calculator --orders orders_export....

<span title='2026-03-16 00:00:00 +0000 UTC'>March 16, 2026</span>&nbsp;·&nbsp;OddShop
Portable HTML to PDF Converter

New Tool: Portable HTML to PDF Converter

We just released Portable HTML to PDF Converter — convert html files and urls to pdfs from the command line or python scripts. What it does A standalone Python tool that generates PDFs from HTML files or live webpages. It’s for developers who need to automate report generation or document archiving without external services. The key benefit is a single, dependency-free executable that works anywhere. Features Convert local HTML files to PDF Fetch and convert live URLs to PDF Set custom page size and margins Add headers and footers with page numbers Run as a CLI tool or import as a Python library Usage html_to_pdf convert --input report....

<span title='2026-03-14 00:00:00 +0000 UTC'>March 14, 2026</span>&nbsp;·&nbsp;OddShop
Portable HTML to PDF Converter

Portable HTML to PDF Converter

A standalone Python tool that generates PDFs from HTML files or live webpages. It’s for developers who need to automate report generation or document archiving without external services. The key benefit is a single, dependency-free executable that works anywhere. Features Convert local HTML files to PDF Fetch and convert live URLs to PDF Set custom page size and margins Add headers and footers with page numbers Run as a CLI tool or import as a Python library Usage html_to_pdf convert --input report....

<span title='2026-03-14 00:00:00 +0000 UTC'>March 14, 2026</span>&nbsp;·&nbsp;OddShop
Marketplace Ads Report Automation Tool

Marketplace Ads Report Automation Tool

This tool logs into your Amazon Ads account and downloads campaign performance reports. It’s for Python developers managing Amazon Ads who need to automate daily data collection. Saves hours of manual work. Features Authenticate securely with Amazon Ads API Download Sponsored Products campaign reports Schedule daily automated report runs Export data to CSV with custom date ranges Handle API rate limits and errors automatically Usage from amazon_ads_tool import Reporter reporter = Reporter(credentials_file='creds....

<span title='2026-03-13 00:00:00 +0000 UTC'>March 13, 2026</span>&nbsp;·&nbsp;OddShop