FVWM Perl to Python Converter

FVWM Perl to Python Converter

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
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
Journal Article Converter

Journal Article Converter

Automates conversion of academic journal articles from Word format to multiple output formats required by Open Journal Systems. Processes batch files and generates compliant JATS XML for scholarly publishing workflows. Works with locally stored Word documents. Features Converts .docx files to PDF with embedded fonts and proper formatting Generates HTML output with semantic markup for web publication Creates JATS XML files compliant with NLM standards for OJS import Preserves mathematical equations, citations, and bibliographic references Batch processes multiple articles with single command execution Usage python journal_converter....

<span title='2026-03-17 00:00:00 +0000 UTC'>March 17, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet to CSV Filter Converter

Spreadsheet to CSV Filter Converter

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
Portable HTML to PDF Converter

Portable HTML to PDF Converter

A standalone Python tool that generates PDFs from HTML files or live webpages. It’s for developers who need to automate report generation or document archiving without external services. The key benefit is a single, dependency-free executable that works anywhere. Features Convert local HTML files to PDF Fetch and convert live URLs to PDF Set custom page size and margins Add headers and footers with page numbers Run as a CLI tool or import as a Python library Usage html_to_pdf convert --input report....

<span title='2026-03-14 00:00:00 +0000 UTC'>March 14, 2026</span>&nbsp;·&nbsp;OddShop