💻 20 HTML Tools 🐘 25 Python Scripts ✓ Free Forever

Free Code Tools & Scripts

Interactive HTML tools you can use right in your browser, plus Python scripts ready to drop into any project — no sign-up, no paywall.

🔍

📍 Interactive HTML Tools

50/30/20 Budget Worksheet
Split your income automatically by needs, wants, and savings using the proven 50/30/20 rule.
52-Week Savings Challenge
Track your progress through the classic savings challenge — save $1 more each week for a year.
Baby Registry Checklist
Complete checklist covering everything you need for a new baby — organized by category.
Back to School Checklist
School supply and prep checklist to make sure nothing gets missed before the first day.
Birthday Party Planner
Guest list, food, budget, and tasks in one printable planner for any age party.
Cleaning Schedule
Weekly, monthly, and seasonal cleaning schedule you can customize and print.
Emergency Preparedness Checklist
72-hour kit checklist, evacuation plan, and household emergency contacts in one sheet.
First Home Checklist
Everything to inspect, buy, and set up when you move into your first home.
30-Day Fitness Tracker
Daily workout log with space for reps, sets, cardio, and notes across 30 days.
Daily Gratitude Journal
7-day printable gratitude journal with morning and evening reflection prompts.
Holiday Gift Planner
Track gift ideas, budgets, and purchase status for everyone on your list.
Job Search Tracker
Organize every application, interview, follow-up, and offer in a single tracker.
Kids Chore Chart
Visual weekly chore chart for kids with checkboxes — print and stick on the fridge.
Monthly Budget Tracker
Income, fixed costs, variable spend, and savings all in one printable monthly sheet.
Moving Checklist
8-week countdown checklist to moving day — utilities, packing, address changes, and more.
Pantry & Freezer Inventory
Track what's in your pantry and freezer to reduce food waste and simplify shopping.
Modern Resume Template
Clean, ATS-friendly HTML resume template — fill in and print or export to PDF.
Road Trip Planner
Itinerary, packing list, budget, and stops all in one printable road trip planner.
Subscription Tracker
Monthly tally of every recurring charge so you know exactly what you're paying for.
Weekly Meal Planner
Plan 7 days of breakfast, lunch, and dinner with a built-in shopping list section.

🐘 Python Scripts

A/B Test Calculator
Calculate statistical significance and conversion rate differences between test variants.
API Docs Generator
Auto-generate markdown API documentation from Python function signatures and docstrings.
API Key Manager
Generate, hash, store, and validate API keys with expiry and rate-limit metadata.
API Load Tester
Concurrent HTTP load tester — measures latency, throughput, and error rates against any endpoint.
Cache Proxy
Simple in-memory LRU cache proxy layer for HTTP requests — reduces redundant API calls.
Content Scheduler
Schedule and queue blog posts or social content with publish timestamps and status tracking.
Cron Monitor
Monitor cron job execution, log failures, and alert when jobs exceed expected runtimes.
CSV → JSON API
Serve any CSV file as a filterable JSON REST API with zero configuration.
Data Pipeline
Chainable data transformation pipeline — read, filter, transform, and write structured data.
Deploy Checker
Pre-deploy checklist runner — verifies env vars, DB connections, and endpoint health before deploy.
Email Validator
Validate email syntax, MX record lookup, and disposable address detection without external APIs.
Health Dashboard
Poll service endpoints on a schedule and output a status dashboard to stdout or file.
Image Optimizer
Batch resize, compress, and convert images to WebP with configurable quality settings.
JSON → TypeScript Types
Convert JSON files or API responses into TypeScript interface definitions automatically.
JWT Auth Helper
Sign, verify, and decode JWTs with HS256/RS256 — includes refresh token flow utilities.
Link Checker
Crawl a site or HTML file and report all broken links (4xx/5xx) with their locations.
Log Analyzer
Parse access logs, extract error patterns, and produce a summary report by status code.
Markdown → HTML
Convert Markdown files to clean HTML with optional CSS injection — no dependencies.
Notification Hub
Route alerts to Slack, email, or webhooks based on configurable rules and priority levels.
OG Image Generator
Generate Open Graph preview images from text and templates using Pillow.
Price Scraper
Track product prices from URLs over time and alert when prices drop below a threshold.
Rate Limiter
Token-bucket and sliding-window rate limiter implementations you can drop into any Python app.
SEO Checker
Audit a URL or HTML file for title length, meta description, H1 tags, and image alt text.
Sitemap Generator
Crawl a site and generate a valid XML sitemap — with lastmod, priority, and changefreq.
Webhook Tester
Start a local listener that logs incoming webhook payloads — useful for development testing.