You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

bridgex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridgex

Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown.

0.1.0
pipPyPI
Maintainers
1

Bridgex 🌉🐍

Read in Spanish MIT License Pepy Total Downloads PyPI version Python Version Issues

Bridgex is an open‑source graphical interface for converting files to Markdown, built in Python and based on Pyside6 (Qt for Python). Its objective is to simplify access to the Markitdown library through a straightforward, modular visual experience.

Features ✨

  • Cross‑platform graphical interface.
  • Efficient file‑to‑Markdown conversion.
  • Modularity: easy to adapt and extend.
  • Support for multiple input formats.
  • Lightweight editing prior to saving.

Screenshots 🖼️

img Example of Bridgex’s main window.

View interface previews
NamePreview
Open Fileimg
Mini Editorimg
Convertimg
Change Languageimg

Installation 📦

Requirements:

  • Python ≥ 3.9 and ≤ 3.13

Install via pip:

pip install bridgex

Start Bridgex from the terminal:

bridgex

It is recommended to use a virtual environment. To customise supported formats, edit the requirements.txt file as needed.

Local Cloning and Execution 💻

Clone the repository and run Bridgex locally:

  • Clone the repository.
git clone https://github.com/Dev2Forge/bridgex.git
  • Navigate to the project directory and set up a virtual environment.
cd bridgex
  • Create a virtual environment.
python -m venv .venv
  • Activate the virtual environment.
# On Windows
.venv\Scripts\activate
# source .venv/bin/activate  # On Linux/MacOS
  • Install the required dependencies.
pip install -r requirements.txt
  • Run the application.
python -m src.bridgex

Basic Usage 🚀

  • Run the application from the terminal or GUI.
  • Select the file to convert.
  • Review and edit the result if necessary.
  • Save the file in Markdown format.

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

Limitations ⚠️

Bridgex is not an IDE, text editor, Markdown editor, or document viewer. Its purpose is to serve as a bridgex between the user and Markdown conversion, offering lightweight editing without advanced editing features.

Releases 🏷️

Check the published versions and release notes in the Releases section of the repository.

Dependencies and Licences 📚

This project uses third‑party libraries, each with its own licence. See the third‑party folder for more information.

Contribute 🤝

Contributions are welcome. Please open an issue or pull request following the community’s best practices.

Licence 📄

Distributed under the MIT Licence.

©2025 Dev2Forge

Keywords

markdown

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts