Batch Text File Processor and Cleaner

New Tool: Batch Text File Processor and Cleaner

We just released Batch Text File Processor and Cleaner — automatically clean, format, and transform thousands of text files in bulk. What it does 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
Daily Email Report Extractor

New Tool: Daily Email Report Extractor

We just released Daily Email Report Extractor — extract daily email data into structured reports from csv or json exports. What it does A Python CLI tool that processes daily email export files (CSV/JSON) to extract key metrics and content. It’s for developers and analysts who need automated, scheduled reporting from their email archives. The key benefit is generating consistent, formatted reports without manual data entry. Features Process daily email exports in CSV or JSON format Extract key metrics: sender, subject, date, and word count Generate summary reports in JSON, CSV, and plain text Filter emails by date range and sender domain Schedule automated daily runs via cron or systemd Usage python daily_email_extractor....

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

New Tool: Property Value Data Extractor

We just released Property Value Data Extractor — batch extract property estimates from csv lists of addresses or zpid. What it does This tool automates the extraction of property value estimates for lists of addresses or Zillow Property IDs (ZPID). It is for real estate analysts and investors who need to gather market data without manual copying. It processes data from CSV files and outputs structured results. Features Batch process addresses from CSV files Accept Zillow Property IDs (ZPID) as input Extract Zestimate, value range, and last updated date Export results to CSV or JSON format Handle rate limiting and retries for robust scraping Usage python scraper....

<span title='2026-04-10 00:00:00 +0000 UTC'>April 10, 2026</span>&nbsp;·&nbsp;OddShop
Marketplace Electronics Price Tracker

New Tool: Marketplace Electronics Price Tracker

We just released Marketplace Electronics Price Tracker — scrape and monitor daily amazon electronics prices from a csv of product urls. What it does This Python CLI tool reads a CSV file containing Amazon product URLs and scrapes current prices, titles, and availability daily. It’s for developers and analysts who need to track price fluctuations for market research or personal use. Outputs clean JSON or CSV reports for easy analysis....

<span title='2026-04-09 00:00:00 +0000 UTC'>April 9, 2026</span>&nbsp;·&nbsp;OddShop
PDF Sales Receipt Generator

New Tool: PDF Sales Receipt Generator

We just released PDF Sales Receipt Generator — generate branded pdf receipts from csv or json order data automatically. What it does A Python CLI tool that creates professional, branded PDF sales receipts from exported order data. It’s for developers and small businesses who need to automate receipt delivery after processing payments via Stripe, PayPal, or custom platforms. Saves hours of manual work by batch processing orders from a simple data file....

<span title='2026-04-08 00:00:00 +0000 UTC'>April 8, 2026</span>&nbsp;·&nbsp;OddShop
Google Maps Data Extractor

New Tool: Google Maps Data Extractor

We just released Google Maps Data Extractor — extract business listings from google maps search results into structured data. What it does This tool processes exported Google Maps search results (saved as HTML files) and extracts business listings into a clean CSV. It’s for researchers, marketers, and developers who need structured location data without manual copying. Works with data exported from Google Maps. Features Parse HTML files containing Google Maps search results Extract business name, address, phone number, and website Export cleaned data to a structured CSV file Handle pagination by processing multiple exported HTML files Configurable output fields via a simple JSON settings file Usage from maps_extractor import process_export process_export('search_results....

<span title='2026-04-04 00:00:00 +0000 UTC'>April 4, 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
Traffic Data Extractor

New Tool: Traffic Data Extractor

We just released Traffic Data Extractor — extract real-time traffic conditions from google maps api responses. What it does Python CLI tool that fetches live traffic data using Google Maps API keys. Helps developers and analysts build traffic-aware applications without complex scraping infrastructure. Features Fetch current traffic conditions for specified routes Export traffic data as JSON or CSV files Batch process multiple origin-destination pairs from input file Cache results to minimize API calls and costs Filter results by traffic severity levels Usage python traffic_scraper....

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

New Tool: FVWM Perl to Python Converter

We just released FVWM Perl to Python Converter — convert legacy fvwm perl configuration scripts to modern python modules. What it does This tool automatically translates FvwmTabs Perl scripts into Python code, preserving window manager logic. It’s for FVWM users and sysadmins who want to maintain their custom setups without Perl dependencies. The key benefit is future-proofing your desktop configuration with a clean Python codebase. Features Parses FvwmTabs Perl syntax and translates core functions Generates Python classes for FVWM modules and menu definitions Preserves comments and original structure where possible Outputs runnable Python 3 code with standard library imports Includes a validation mode to check translation accuracy Usage fvwm_converter --input ~/....

<span title='2026-04-03 00:00:00 +0000 UTC'>April 3, 2026</span>&nbsp;·&nbsp;OddShop
Marketplace Brand and Promotion Data Extractor

New Tool: Marketplace Brand and Promotion Data Extractor

We just released Marketplace Brand and Promotion Data Extractor — extract brand and promotion details from amazon product listings using exported data. What it does This Python script processes exported Amazon product data (CSV/JSON) to extract and organize brand names and active promotion details. It’s for developers and analysts who need to analyze competitor promotions and brand presence without live scraping. The key benefit is clean, structured data from your own exports....

<span title='2026-04-02 00:00:00 +0000 UTC'>April 2, 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
Social Media Group Posts Exporter

New Tool: Social Media Group Posts Exporter

We just released Social Media Group Posts Exporter — export your facebook group posts and comments to structured csv files. What it does This tool processes a Facebook group data export (JSON) and extracts all posts and comments into clean, organized CSV files. It’s for group admins and researchers who need to archive or analyze discussions offline. The key benefit is turning Facebook’s complex nested JSON into simple, spreadsheet-ready data....

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