Spreadsheet Retention Dashboard Generator

Spreadsheet Retention Dashboard Generator

Reads a CSV of user signups and activity logs, then generates a formatted Excel workbook with a retention cohort matrix. For Python developers analyzing product usage without BI tools. Saves hours of manual spreadsheet work. Features Reads user signup dates and activity logs from CSV Calculates weekly or monthly retention percentages Generates a formatted Excel workbook with a cohort matrix Applies conditional formatting to highlight retention trends Exports a summary sheet with key metrics (e....

<span title='2026-03-17 00:00:00 +0000 UTC'>March 17, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet to CSV Filter Converter

Spreadsheet to CSV Filter Converter

Transforms Excel spreadsheets into clean CSV files with customizable column selection and row filtering capabilities. Perfect for data analysts and developers who need to extract specific data subsets from large Excel files. Works offline without requiring Excel installation. Features Convert XLSX/XLS files to CSV format preserving data types Select specific columns by name or index position Filter rows using custom conditions and value matching Support for multiple worksheets within single Excel files Output to console or save filtered results to new CSV file Usage python excel_filter....

<span title='2026-03-17 00:00:00 +0000 UTC'>March 17, 2026</span>&nbsp;·&nbsp;OddShop
Bank Transaction Reconciliation Tool

Bank Transaction Reconciliation Tool

This tool automates financial reconciliation for developers and small businesses. It compares exported bank statement CSVs with exported QuickBooks or Xero transaction data, flagging mismatches and generating a detailed report. Saves hours of manual spreadsheet work. Features Load and parse bank statement CSV exports Load and parse QuickBooks/Xero transaction CSV exports Fuzzy match transactions by date, amount, and description Generate reconciliation report with matched and unmatched items Export results to a clean, formatted CSV for review Usage reconcile --bank bank_statement....

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

Ecommerce Feedback Automation Tool

This tool reads exported order data (CSV/JSON) and automatically posts positive feedback for buyers. It’s for eBay sellers who want to save time on manual feedback. Works with eBay’s API using a simple token. Features Parse order data from CSV, JSON, or Excel files Filter orders by date, status, or buyer criteria Generate customizable feedback text with templates Submit feedback in bulk via eBay’s Trading API Log results and errors to a local file for review Usage feedback_tool --file orders....

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

Ecommerce Feedback Automation Tool

This tool reads order data from a CSV file and automatically generates personalized feedback for each transaction. It’s for eBay sellers who want to save time on repetitive feedback tasks. It works with eBay’s API using a simple token. Features Reads order details from CSV files — requires order ID, buyer username, and item title Generates personalized feedback text using customizable templates Submits feedback to eBay via their official Sell Fulfillment API Handles bulk operations with configurable delays to respect rate limits Logs all actions and results to a local file for audit Usage feedback_tool --csv orders....

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

Ecommerce Listing Data Cleaner

A Python CLI tool for eBay sellers who export their inventory data. It cleans messy product titles, validates required fields, and formats data to meet eBay’s listing requirements, saving hours of manual editing. Works with data exported from any platform. Features CSV/JSON input validation for eBay required fields Automatic title cleaning (removes excess caps, fixes spacing) SKU and price column standardization Condition and category ID mapping from plain text Export to eBay-ready CSV or formatted JSON Usage import listing_cleaner listing_cleaner....

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

Ecommerce Process Audit Tool

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. Features Load and merge multiple CSV files (orders, inventory, refunds) Calculate key metrics: order-to-fulfillment delay, stockout frequency, refund rate by product Generate summary report highlighting top 3 process bottlenecks Export findings to a structured JSON file for further analysis Command-line interface with configurable date ranges and filters Usage python -m ecom_audit --orders orders_export....

<span title='2026-03-16 00:00:00 +0000 UTC'>March 16, 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
Marketplace Job Listings Data Cleaner

Marketplace Job Listings Data Cleaner

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
Bank Transaction Reconciliation Tool

New Tool: Bank Transaction Reconciliation Tool

We just released Bank Transaction Reconciliation Tool — reconcile bank csv exports with quickbooks/xero transactions automatically. What it does This tool automates financial reconciliation for developers and small businesses. It compares exported bank statement CSVs with exported QuickBooks or Xero transaction data, flagging mismatches and generating a detailed report. Saves hours of manual spreadsheet work. Features Load and parse bank statement CSV exports Load and parse QuickBooks/Xero transaction CSV exports Fuzzy match transactions by date, amount, and description Generate reconciliation report with matched and unmatched items Export results to a clean, formatted CSV for review Usage reconcile --bank bank_statement....

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

New Tool: Ecommerce Feedback Automation Tool

We just released Ecommerce Feedback Automation Tool — automatically generate and submit feedback for ecommerce orders from csv data. What it does This tool reads order data from a CSV file and automatically generates personalized feedback for each transaction. It’s for eBay sellers who want to save time on repetitive feedback tasks. It works with eBay’s API using a simple token. Features Reads order details from CSV files — requires order ID, buyer username, and item title Generates personalized feedback text using customizable templates Submits feedback to eBay via their official Sell Fulfillment API Handles bulk operations with configurable delays to respect rate limits Logs all actions and results to a local file for audit Usage feedback_tool --csv orders....

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

New Tool: Ecommerce Listing Data Cleaner

We just released Ecommerce Listing Data Cleaner — clean, validate, and format product data from csv/json for ebay listings. What it does A Python CLI tool for eBay sellers who export their inventory data. It cleans messy product titles, validates required fields, and formats data to meet eBay’s listing requirements, saving hours of manual editing. Works with data exported from any platform. Features CSV/JSON input validation for eBay required fields Automatic title cleaning (removes excess caps, fixes spacing) SKU and price column standardization Condition and category ID mapping from plain text Export to eBay-ready CSV or formatted JSON Usage import listing_cleaner listing_cleaner....

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