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
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