Skip to content
View Tuff-Tech-coder's full-sized avatar

Block or report Tuff-Tech-coder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Amazon-Price-Tracker Amazon-Price-Tracker Public

    Scheduled price-monitoring job with CSV history logging and HTML email alerts. Study in unattended long-running jobs: retry with backoff, per-product failure isolation, env-var credentials, structu…

    Python

  2. Business-Directory-Scraper Business-Directory-Scraper Public

    Structured data-extraction pipeline producing formatted Excel output from paginated directory listings. Study in resilient HTTP clients: session reuse, request throttling, retry logic, defensive pa…

    Python

  3. Excel-CSV-File-Merger Excel-CSV-File-Merger Public

    ETL pipeline that merges a folder of inconsistent Excel/CSV files into one analysis-ready workbook — column-alias mapping, currency coercion, whitespace cleanup, deduplication and per-row source tr…

    Python

  4. AI-Based-PDF-summarizer AI-Based-PDF-summarizer Public

    Local transformer summarization (BART-large-CNN) over PDFs with ROUGE-1/ROUGE-L evaluation against reference summaries. O(n) token-windowed chunking with overlap handles documents longer than the m…

    Python

  5. Listing-Engine Listing-Engine Public

    Multi-channel LLM listing generator for eBay, Etsy and Amazon KDP. One generation call produces a superset of copy; per-platform adapters slice and validate it against each marketplace's real limit…

    Python

  6. Google-Sheets-Auto-Report-Generator Google-Sheets-Auto-Report-Generator Public

    An automated reporting tool that reads business data straight from a Google Sheet, computes the key metrics, renders a polished HTML report, and emails it to a recipient list — all on a schedule. P…

    Python