Python Educational CLI Tool

New Tool: Python Educational CLI Tool

We just released Python Educational CLI Tool — generate interactive coding exercises from a csv of concepts and examples. What it does This CLI tool takes a CSV file with columns for topic, explanation, and code snippet, then produces a set of interactive Python exercises (fill-in-the-blank, multiple choice, code output prediction). Ideal for educators and self-learners who want to create custom drills without writing any exercise logic. Features CSV input — specify topics, explanations, and code snippets in a simple CSV file Exercise types — generates fill-in-the-blank, multiple choice, and output prediction questions Randomized order — shuffles questions and answer choices each run Score tracking — displays correct/incorrect counts and percentage at the end Customizable difficulty — add a ‘difficulty’ column to filter exercises by level Usage python edu_cli....

<span title='2026-05-30 00:00:00 +0000 UTC'>May 30, 2026</span>&nbsp;·&nbsp;OddShop
Python Educational CLI Tool

Python Educational CLI Tool

This CLI tool takes a CSV file with columns for topic, explanation, and code snippet, then produces a set of interactive Python exercises (fill-in-the-blank, multiple choice, code output prediction). Ideal for educators and self-learners who want to create custom drills without writing any exercise logic. Features CSV input — specify topics, explanations, and code snippets in a simple CSV file Exercise types — generates fill-in-the-blank, multiple choice, and output prediction questions Randomized order — shuffles questions and answer choices each run Score tracking — displays correct/incorrect counts and percentage at the end Customizable difficulty — add a ‘difficulty’ column to filter exercises by level Usage python edu_cli....

<span title='2026-05-30 00:00:00 +0000 UTC'>May 30, 2026</span>&nbsp;·&nbsp;OddShop
Group Contact CSV Extractor

Group Contact CSV Extractor

Processes CSV exports of LinkedIn and Facebook group members to extract and organize contact information. Designed for marketers and recruiters who need clean contact lists from group data. Works offline with your exported CSV files. Features Parse LinkedIn group member CSV exports to extract name, headline, location, and profile URLs Parse Facebook group member CSV exports to extract name, profile URL, and join date Deduplicate contacts across multiple group exports using fuzzy name matching Export results to CSV, JSON, or Excel with customizable field selection Filter contacts by keywords in headline or location fields Usage python group_contacts....

<span title='2026-05-21 00:00:00 +0000 UTC'>May 21, 2026</span>&nbsp;·&nbsp;OddShop
Group Contact CSV Extractor

New Tool: Group Contact CSV Extractor

We just released Group Contact CSV Extractor — extract member contacts from linkedin and facebook group exports. What it does Processes CSV exports of LinkedIn and Facebook group members to extract and organize contact information. Designed for marketers and recruiters who need clean contact lists from group data. Works offline with your exported CSV files. Features Parse LinkedIn group member CSV exports to extract name, headline, location, and profile URLs Parse Facebook group member CSV exports to extract name, profile URL, and join date Deduplicate contacts across multiple group exports using fuzzy name matching Export results to CSV, JSON, or Excel with customizable field selection Filter contacts by keywords in headline or location fields Usage python group_contacts....

<span title='2026-05-21 00:00:00 +0000 UTC'>May 21, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet Web Scraper

New Tool: Spreadsheet Web Scraper

We just released Spreadsheet Web Scraper — extract public google sheets data to csv/json via api key. What it does A Python CLI tool that fetches data from published Google Sheets using only the sheet ID and API key. Ideal for analysts and developers who need to pull live spreadsheet data into local files without browser automation or OAuth. Features Fetch entire sheet or specific range by A1 notation Output to CSV, JSON, or Excel format Support for multiple sheets within one spreadsheet Automatic handling of pagination for large datasets Configurable via command-line arguments or config file Usage python gsheets_scraper....

<span title='2026-05-14 00:00:00 +0000 UTC'>May 14, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet Web Scraper

Spreadsheet Web Scraper

A Python CLI tool that fetches data from published Google Sheets using only the sheet ID and API key. Ideal for analysts and developers who need to pull live spreadsheet data into local files without browser automation or OAuth. Features Fetch entire sheet or specific range by A1 notation Output to CSV, JSON, or Excel format Support for multiple sheets within one spreadsheet Automatic handling of pagination for large datasets Configurable via command-line arguments or config file Usage python gsheets_scraper....

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

Marketplace Electronics Price Tracker

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. Features CSV input — Provide a list of product URLs in a simple CSV file Daily scraping — Schedule daily price checks with cron or Task Scheduler Robust parsing — Extracts price, title, availability, and ASIN from product pages Multiple outputs — Save results as JSON, CSV, or append to a log file Error handling — Skips invalid URLs and logs errors for review Usage amazon-tracker --input urls....

<span title='2026-04-09 00:00:00 +0000 UTC'>April 9, 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
Google Maps Data Extractor

Google Maps Data Extractor

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
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
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
Traffic Data Extractor

Traffic Data Extractor

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.py --api-key YOUR_KEY --origin "New York" --destination "Boston" --output traffic_data....

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