Batch Text File Processor and Cleaner

Batch Text File Processor and Cleaner

A Python CLI tool for developers and data analysts to process large batches of text files. It reads from a CSV manifest, applies cleaning rules, and outputs standardized files. Saves hours of manual text editing. Features Process thousands of .txt, .md, and .log files from a CSV manifest Apply regex find-and-replace rules defined in a JSON config file Remove duplicate lines, trim whitespace, and standardize line endings Append or prepend headers/footers based on file metadata Generate a detailed processing report in JSON format Usage batch_text_processor --manifest files....

<span title='2026-04-15 00:00:00 +0000 UTC'>April 15, 2026</span>&nbsp;·&nbsp;OddShop
TecDoc Parts Data Extractor

New Tool: TecDoc Parts Data Extractor

We just released TecDoc Parts Data Extractor — parse and extract vehicle parts data from tecdoc catalog exports. What it does A Python CLI tool that processes TecDoc catalog data exports (CSV, Excel) to extract and structure vehicle parts information. For automotive developers and data analysts who need clean, queryable parts data without manual work. Outputs standardized JSON or CSV for integration. Features Parse multi-sheet TecDoc Excel catalogs into structured tables Extract part numbers, descriptions, and vehicle compatibility mappings Clean and normalize manufacturer and OE reference numbers Export to flat CSV or nested JSON for easy database import Filter results by vehicle make, model, year, or part category Usage td_extract --input tecdoc_export....

<span title='2026-04-04 00:00:00 +0000 UTC'>April 4, 2026</span>&nbsp;·&nbsp;OddShop
TecDoc Parts Data Extractor

TecDoc Parts Data Extractor

A Python CLI tool that processes TecDoc catalog data exports (CSV, Excel) to extract and structure vehicle parts information. For automotive developers and data analysts who need clean, queryable parts data without manual work. Outputs standardized JSON or CSV for integration. Features Parse multi-sheet TecDoc Excel catalogs into structured tables Extract part numbers, descriptions, and vehicle compatibility mappings Clean and normalize manufacturer and OE reference numbers Export to flat CSV or nested JSON for easy database import Filter results by vehicle make, model, year, or part category Usage td_extract --input tecdoc_export....

<span title='2026-04-04 00:00:00 +0000 UTC'>April 4, 2026</span>&nbsp;·&nbsp;OddShop
Photo to Spreadsheet Form Converter

New Tool: Photo to Spreadsheet Form Converter

We just released Photo to Spreadsheet Form Converter — extract structured form data from photos into an excel spreadsheet. What it does This tool uses OCR and computer vision to detect and read form fields in a photo, then outputs the data to an Excel file. It’s for researchers, field workers, and office staff who need to digitize paper forms quickly. The key benefit is automating manual data entry from images....

<span title='2026-04-01 00:00:00 +0000 UTC'>April 1, 2026</span>&nbsp;·&nbsp;OddShop
Photo to Spreadsheet Form Converter

Photo to Spreadsheet Form Converter

This tool uses OCR and computer vision to detect and read form fields in a photo, then outputs the data to an Excel file. It’s for researchers, field workers, and office staff who need to digitize paper forms quickly. The key benefit is automating manual data entry from images. Features Extract text from form photos using Tesseract OCR Detect checkboxes and radio buttons via image processing Map extracted data to structured Excel columns Process multiple photos into a single consolidated Excel file Handle common form layouts like tables and labeled fields Usage photo_to_excel --input-form-photo survey_photo....

<span title='2026-04-01 00:00:00 +0000 UTC'>April 1, 2026</span>&nbsp;·&nbsp;OddShop
Social Media Data to Spreadsheet Exporter

New Tool: Social Media Data to Spreadsheet Exporter

We just released Social Media Data to Spreadsheet Exporter — convert exported instagram json data into formatted excel reports. What it does This tool processes Instagram data you’ve exported to JSON files and converts it into clean, structured Excel workbooks. It’s for analysts and marketers who need to analyze Instagram insights, posts, or audience data offline. The key benefit is turning messy JSON exports into ready-to-use Excel sheets with charts and tables....

<span title='2026-03-28 00:00:00 +0000 UTC'>March 28, 2026</span>&nbsp;·&nbsp;OddShop
Social Media Data to Spreadsheet Exporter

Social Media Data to Spreadsheet Exporter

This tool processes Instagram data you’ve exported to JSON files and converts it into clean, structured Excel workbooks. It’s for analysts and marketers who need to analyze Instagram insights, posts, or audience data offline. The key benefit is turning messy JSON exports into ready-to-use Excel sheets with charts and tables. Features Parse Instagram JSON export files (posts, profile, insights) Generate separate Excel sheets for posts, followers, and engagement metrics Auto-calculate summary statistics (likes, comments, engagement rate) Create pivot tables and basic charts for visual analysis Export to XLSX with custom formatting and date filters Usage instagram_to_excel --input exported_data....

<span title='2026-03-28 00:00:00 +0000 UTC'>March 28, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet-Driven Stock Trading Script

New Tool: Spreadsheet-Driven Stock Trading Script

We just released Spreadsheet-Driven Stock Trading Script — execute trades from an excel sheet using python and stoxkart api. What it does This tool reads buy/sell orders from an Excel file and executes them via the StoxKart trading API. It’s for Python developers who automate trading strategies. Key benefit is moving from manual Excel planning to automated trade execution. Features Reads trade orders from Excel (.xlsx, .xls) files Validates order parameters like symbol, quantity, and type Sends authenticated orders to StoxKart REST API Logs all execution results and errors to a CSV file Supports market and limit order types from spreadsheet Usage python execute_trades....

<span title='2026-03-22 00:00:00 +0000 UTC'>March 22, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet-Driven Stock Trading Script

Spreadsheet-Driven Stock Trading Script

This tool reads buy/sell orders from an Excel file and executes them via the StoxKart trading API. It’s for Python developers who automate trading strategies. Key benefit is moving from manual Excel planning to automated trade execution. Features Reads trade orders from Excel (.xlsx, .xls) files Validates order parameters like symbol, quantity, and type Sends authenticated orders to StoxKart REST API Logs all execution results and errors to a CSV file Supports market and limit order types from spreadsheet Usage python execute_trades....

<span title='2026-03-22 00:00:00 +0000 UTC'>March 22, 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
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