Ecommerce Process Audit CLI

New Tool: Ecommerce Process Audit CLI

We just released Ecommerce Process Audit CLI — analyze order, inventory, and customer csv exports to find bottlenecks and waste. What it does This tool reads your exported ecommerce data (orders, inventory, customers) and identifies process inefficiencies like fulfillment delays, stockouts, and customer churn patterns. It’s for Python developers managing small to mid-sized online stores who want data-driven insights before buying more tools. The key benefit is a clear report showing where to fix your operations first....

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

New Tool: Journal Article Converter

We just released Journal Article Converter — convert word documents to pdf, html, and jats xml formats for ojs publishing. What it does Automates conversion of academic journal articles from Word format to multiple output formats required by Open Journal Systems. Processes batch files and generates compliant JATS XML for scholarly publishing workflows. Works with locally stored Word documents. Features Converts .docx files to PDF with embedded fonts and proper formatting Generates HTML output with semantic markup for web publication Creates JATS XML files compliant with NLM standards for OJS import Preserves mathematical equations, citations, and bibliographic references Batch processes multiple articles with single command execution Usage python journal_converter....

<span title='2026-03-17 00:00:00 +0000 UTC'>March 17, 2026</span>&nbsp;·&nbsp;OddShop
Marketplace Product Data Processor

New Tool: Marketplace Product Data Processor

We just released Marketplace Product Data Processor — convert ebay listing data into optimized inventory reports. What it does Processes exported Ebay product data from CSV files to generate organized inventory reports and pricing analysis. Works with Ebay’s export formats to clean and structure your marketplace data for better business insights. Features Parse Ebay CSV export format with multiple column mappings Calculate profit margins and fee breakdowns per item Group products by category, condition, or price range Generate summary reports with sales velocity metrics Export cleaned data to standardized CSV format Usage python ebay_processor....

<span title='2026-03-17 00:00:00 +0000 UTC'>March 17, 2026</span>&nbsp;·&nbsp;OddShop
Social Media Content Scheduler

New Tool: Social Media Content Scheduler

We just released Social Media Content Scheduler — schedule instagram posts from csv files with automated caption generation. What it does Python CLI tool that reads post content from CSV files and schedules Instagram uploads with AI-generated captions. Works with pre-exported Instagram data files and generates optimal posting times. Perfect for content creators and social media managers who want consistent posting without manual scheduling. Features Reads post content, images paths, and hashtags from CSV input files Generates optimized posting schedules based on engagement analytics Creates AI-powered captions using local LLM integration Exports ready-to-use Instagram post schedules in JSON format Validates image formats and sizes before generating upload batches Usage python instagram_scheduler....

<span title='2026-03-17 00:00:00 +0000 UTC'>March 17, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet Retention Dashboard Generator

New Tool: Spreadsheet Retention Dashboard Generator

We just released Spreadsheet Retention Dashboard Generator — turn user activity csv into a formatted excel retention cohort table. What it does 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

New Tool: Spreadsheet to CSV Filter Converter

We just released Spreadsheet to CSV Filter Converter — convert excel files to filtered csv with column selection and row filtering. What it does 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

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