File | Date | Author | Commit |
---|---|---|---|
.github | 2025-06-24 |
![]() |
[65b1af] Update .github configs |
src | 3 days ago |
![]() |
[4fca56] Release: v0.1.0 - Beta, add the first beta version |
third-party | 2025-06-29 |
![]() |
[da245a] Update links to pyside6 |
translations | 3 days ago |
![]() |
[0f0832] Update dev version in files |
.gitignore | 2025-06-28 |
![]() |
[5d71d4] Ref: #15 -> The project has been updated from `... |
LICENSE | 2025-06-25 |
![]() |
[665835] Fix and updates someone files, read PR Ref #9 |
README.md | 3 days ago |
![]() |
[0f0832] Update dev version in files |
pyproject.toml | 3 days ago |
![]() |
[70df6a] Release: v0.1.0 - Beta, add the first beta version |
requirements.txt | 2025-06-28 |
![]() |
[e0024b] Update requirements, optimize to require just t... |
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.
Example of Bridgex’s main window.
Requirements:
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.
Clone the repository and run Bridgex locally:
git clone https://github.com/Dev2Forge/bridgex.git
cd bridgex
python -m venv .venv
# On Windows
.venv\Scripts\activate
# source .venv/bin/activate # On Linux/MacOS
pip install -r requirements.txt
python -m src.bridgex
Bridgex supports conversion of the following file formats:
.pdf
).docx
).pptx
).xlsx
, .xls
, .csv
).msg
).txt
, .text
).md
, .markdown
).json
, .jsonl
).xml
).rss
, .atom
).html
, .htm
, .mhtml
).epub
).zip
).ipynb
)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.
Check the published versions and release notes in the Releases section of the repository.
This project uses third‑party libraries, each with its own licence. See the third‑party folder for more information.
Contributions are welcome. Please open an issue or pull request following the community’s best practices.
Distributed under the MIT Licence.
©2025 Dev2Forge