Ecommerce Process Audit Tool

New Tool: Ecommerce Process Audit Tool

We just released Ecommerce Process Audit Tool — analyze your order and inventory data to find process bottlenecks before buying tools. What it does This tool reads exported order and inventory CSVs from any ecommerce platform and identifies common process failures like fulfillment delays, stockout patterns, and refund clusters. It’s for Python developers managing small to mid-sized ecommerce operations who need data-driven insights to fix their core workflow before investing in new software....

<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
Marketplace Job Listings Data Cleaner

New Tool: Marketplace Job Listings Data Cleaner

We just released Marketplace Job Listings Data Cleaner — clean and deduplicate scraped amazon job listings from csv or json files. What it does This tool processes raw, messy scraped job data from Amazon’s careers pages. It’s for Python developers and data analysts who need stable, structured datasets for analysis. It handles common scraping inconsistencies like duplicate entries, broken HTML, and varying date formats. Features Deduplicate listings by job ID and title — removes exact and fuzzy duplicates Standardize date formats — converts various string formats to ISO 8601 Clean HTML artifacts — strips tags and normalizes whitespace from description fields Validate and structure location data — parses city, state, country into separate columns Export to clean CSV or JSON — outputs a consistent, analysis-ready file Usage amazon_job_cleaner --input messy_listings....

<span title='2026-03-16 00:00:00 +0000 UTC'>March 16, 2026</span>&nbsp;·&nbsp;OddShop
PPC Campaign Performance Analyzer

New Tool: PPC Campaign Performance Analyzer

We just released PPC Campaign Performance Analyzer — analyze and compare ppc campaign data from multiple csv exports. What it does This tool processes CSV exports from Google Ads, Microsoft Advertising, and Meta Ads. It normalizes data, calculates key metrics, and generates a unified performance report. It’s for marketers and agencies who need to compare campaigns across platforms without manual spreadsheet work. Features Merge multiple platform CSV exports into a single dataset Calculate cross-platform KPIs (ROAS, CPA, CTR) Generate summary report in JSON, CSV, and Markdown formats Filter and segment data by date range, campaign name, or status Detect data anomalies and missing required columns Usage ppc_analyzer --google ads_data....

<span title='2026-03-16 00:00:00 +0000 UTC'>March 16, 2026</span>&nbsp;·&nbsp;OddShop
Professional Network Automation Rule Engine

New Tool: Professional Network Automation Rule Engine

We just released Professional Network Automation Rule Engine — apply custom rules to filter and prioritize linkedin csv exports for outreach. What it does This tool processes exported LinkedIn search results (CSV) and applies user-defined rules to score, filter, and rank profiles. It’s for recruiters and sales teams who need to prioritize leads from LinkedIn without using the platform’s automation limits. The key benefit is a clean, prioritized list ready for manual outreach....

<span title='2026-03-16 00:00:00 +0000 UTC'>March 16, 2026</span>&nbsp;·&nbsp;OddShop
PPC Campaign Performance Analyzer

PPC Campaign Performance Analyzer

This tool processes CSV exports from Google Ads, Microsoft Advertising, and Meta Ads. It normalizes data, calculates key metrics, and generates a unified performance report. It’s for marketers and agencies who need to compare campaigns across platforms without manual spreadsheet work. Features Merge multiple platform CSV exports into a single dataset Calculate cross-platform KPIs (ROAS, CPA, CTR) Generate summary report in JSON, CSV, and Markdown formats Filter and segment data by date range, campaign name, or status Detect data anomalies and missing required columns Usage ppc_analyzer --google ads_data....

<span title='2026-03-16 00:00:00 +0000 UTC'>March 16, 2026</span>&nbsp;·&nbsp;OddShop
Professional Network Automation Rule Engine

Professional Network Automation Rule Engine

This tool processes exported LinkedIn search results (CSV) and applies user-defined rules to score, filter, and rank profiles. It’s for recruiters and sales teams who need to prioritize leads from LinkedIn without using the platform’s automation limits. The key benefit is a clean, prioritized list ready for manual outreach. Features Load and parse LinkedIn Sales Navigator or Recruiter CSV exports Define scoring rules based on title keywords, company, location, and connections Filter out profiles based on criteria like ’exclude recruiters’ or ‘only Fortune 500’ Sort and rank the final list by a calculated priority score Export the processed results to a new, clean CSV file Usage linkedin_rules --input leads....

<span title='2026-03-16 00:00:00 +0000 UTC'>March 16, 2026</span>&nbsp;·&nbsp;OddShop
Metafield Meta Description Generator

Metafield Meta Description Generator

This tool reads your Shopify product data and generates SEO-optimized meta descriptions by dynamically inserting values from your metafields. It’s for developers and store owners who want to leverage custom product data for better search results without manual editing. Saves time and improves page relevance. Features Parse Shopify product CSV/JSON exports — extracts titles, descriptions, and metafields Template engine for meta descriptions — uses {braces} to insert metafield values Bulk processing — generates descriptions for hundreds of products in one run Output to CSV or HTML — creates files ready for import or direct use Custom fallback values — defines text to use if a metafield is empty Usage metagen --input products....

<span title='2026-03-15 00:00:00 +0000 UTC'>March 15, 2026</span>&nbsp;·&nbsp;OddShop
Metafield Meta Description Generator

New Tool: Metafield Meta Description Generator

We just released Metafield Meta Description Generator — automatically include shopify metafield data in your product meta descriptions. What it does This tool reads your Shopify product data and generates SEO-optimized meta descriptions by dynamically inserting values from your metafields. It’s for developers and store owners who want to leverage custom product data for better search results without manual editing. Saves time and improves page relevance. Features Parse Shopify product CSV/JSON exports — extracts titles, descriptions, and metafields Template engine for meta descriptions — uses {braces} to insert metafield values Bulk processing — generates descriptions for hundreds of products in one run Output to CSV or HTML — creates files ready for import or direct use Custom fallback values — defines text to use if a metafield is empty Usage metagen --input products....

<span title='2026-03-15 00:00:00 +0000 UTC'>March 15, 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
Spreadsheet File Merger for Reporting

New Tool: Spreadsheet File Merger for Reporting

We just released Spreadsheet File Merger for Reporting — merge multiple excel workbooks and sheets into a single report-ready file. What it does 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
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