Spreadsheet File Merger for Reporting

Spreadsheet File Merger for Reporting

A Python tool for analysts and developers to combine Excel files for reporting. It merges data from multiple workbooks and sheets into a single, organized file, saving hours of manual copy-paste work. Features Merge multiple .xlsx and .xls files into one workbook Combine all sheets or select specific ones by name Preserve original formatting and data types Handle large datasets with efficient memory usage Command-line interface for batch processing Usage import excel_merger merged_df = excel_merger....

<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
Marketplace Ads Report Automation Tool

New Tool: Marketplace Ads Report Automation Tool

We just released Marketplace Ads Report Automation Tool — automate daily amazon ads performance reports and download them as csv. What it does 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
Product Customizer SVG Exporter

New Tool: Product Customizer SVG Exporter

We just released Product Customizer SVG Exporter — generate clean, layered svgs from custom text and image placements. What it does A Python library for programmatically creating product mockups and custom designs. It’s for developers building print-on-demand, merch, or labeling apps. Exports production-ready, clean SVG files with properly grouped elements. Features Programmatically place and transform text on SVG templates Precisely position and scale raster images (PNG, JPG) within SVG Export clean, minified SVG code with no editor metadata Layer management for reordering design elements Batch processing to generate multiple design variants Usage from product_customizer import Customizer c = Customizer('template....

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

Product Customizer SVG Exporter

A Python library for programmatically creating product mockups and custom designs. It’s for developers building print-on-demand, merch, or labeling apps. Exports production-ready, clean SVG files with properly grouped elements. Features Programmatically place and transform text on SVG templates Precisely position and scale raster images (PNG, JPG) within SVG Export clean, minified SVG code with no editor metadata Layer management for reordering design elements Batch processing to generate multiple design variants Usage from product_customizer import Customizer c = Customizer('template....

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

Shopify Product Sync Tool

Keep your Shopify product catalog in sync automatically. No more manual copy-paste between stores, no more mismatched inventory. What it does Pulls product data from your Shopify store via API Compares against a local JSON file or secondary store Updates only what has changed — skips unchanged products Logs every change with timestamp and product ID Runs on a schedule or on-demand Requirements Python 3.8+ A Shopify store with API access requests library (pip install requests) Usage python shopify_product_sync....

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