Download Latest Version v0.1.0-beta.1 source code.tar.gz (1.4 MB)
Email in envelope

Get an email when there's a new version of bridgex

Home / v0.1.0-beta.1
Name Modified Size InfoDownloads / Week
Parent folder
Bridgex-v0.1.0-Installer.exe 2025-07-11 90.9 MB
README.md 2025-07-11 7.6 kB
v0.1.0-beta.1 source code.tar.gz 2025-07-11 1.4 MB
v0.1.0-beta.1 source code.zip 2025-07-11 1.4 MB
Totals: 4 Items   93.7 MB 5

Bridgex is an Open Source tool that lets you convert a wide range of file formats - Office documents and others such as EPUB, HTML, PDF (plain-text), and more - into Markdown. It serves as a visual bridge between the powerful Markitdown library and anyone who prefers not to use the command line.

Screenshots 🖼️

img Example of Bridgex’s main window.

View interface previews
| Name | Preview | |:----------------:|:---------------------:| | Open File | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-2-openfile.png) | | Mini Editor | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-3-minieditor.png) | | Convert | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-4-convert.png) | | Change Language | ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-5-languagechange.png) |

This program is:

  • Free and Open Source: All code is available under the MIT licence, including Python code and UI files, for you to inspect, modify and redistribute.
  • Quick and Simple: A modern, intuitive interface that gets straight to the point—no jargon, no fluff.
  • Highly Useful: Instantly turn your documents into clean Markdown (.md) for blogs, wikis, documentation or personal notes.
  • Flexible & Customisable: The entire UI is built with Qt Designer .ui files and translation .ts files—feel free to tweak every element.

Supported Formats 📂

Bridgex supports conversion of the following file formats:
  • PDF (`.pdf`)
  • Word (`.docx`)
  • PowerPoint (`.pptx`)
  • Excel (`.xlsx`, `.xls`, `.csv`)
  • Outlook Messages (`.msg`)
  • Text (`.txt`, `.text`)
  • Markdown (`.md`, `.markdown`)
  • JSON (`.json`, `.jsonl`)
  • XML (`.xml`)
  • RSS/Atom (`.rss`, `.atom`)
  • HTML/MHTML (`.html`, `.htm`, `.mhtml`)
  • ePub (`.epub`)
  • Compressed files (`.zip`)
  • Jupyter Notebooks (`.ipynb`)
  • Other formats supported by Markitdown

Quick Start

Prerequisite: You must have Bridgex installed.
Installation instructions:
https://github.com/Dev2Forge/bridgex?tab=readme-ov-file#installation-

  1. Launch Bridgex
  2. If installed via pip, run bridgex in your terminal.
  3. Or simply double-click the provided .exe.

  4. Open Your File

  5. Click the icons8-subir-30 button.
  6. Select any document containing extractable plain-text (not image-only PDFs).

  7. Automatic Conversion

  8. Under the hood, Markitdown parses and formats your content into Markdown where possible.

  9. Preview & Edit

  10. A lightweight editor shows you the generated Markdown.
  11. Note: image previews aren’t shown yet (coming soon). Use this editor to tweak formatting if needed.

  12. Save Your Markdown

  13. Click the icons8-actualizar-30 button.
  14. Choose the folder to save your .md file.

Your new Markdown file will appear in your chosen directory—ready to use in any Markdown-friendly tool.


Reporting Issues & Contributing


Customising the Interface

Every UI file is included for your convenience:

  • Qt Designer .ui files—modify or redesign your layout in Qt Creator:
    Download Qt Creator: https://www.qt.io/download

  • Translation .ts files—add or edit language support for the GUI.

All project assets are provided so you can adapt Bridgex to your workflow under the MIT licence. Enjoy a truly Open Source, easy-to-use, highly functional document conversion experience!

What's Changed

Full Changelog: https://github.com/Dev2Forge/bridgex/compare/V0.0.2-dev...v0.1.0-beta.1

Source: README.md, updated 2025-07-11