bridgex 0.0.1.dev0__tar.gz → 0.0.3.dev0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. {bridgex-0.0.1.dev0/src/bridgex.egg-info → bridgex-0.0.3.dev0}/PKG-INFO +44 -35
  2. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/README.md +41 -32
  3. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/pyproject.toml +3 -3
  4. bridgex-0.0.3.dev0/src/bridgex/__init__.py +9 -0
  5. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/translations/others/ABOUT_en_GB.trg +1 -1
  6. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/translations/others/ABOUT_es_CO.trg +1 -1
  7. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0/src/bridgex.egg-info}/PKG-INFO +44 -35
  8. bridgex-0.0.1.dev0/src/bridgex/__init__.py +0 -9
  9. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/LICENSE +0 -0
  10. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/setup.cfg +0 -0
  11. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/NOTICE +0 -0
  12. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/OSL/LICENSE_MARKITDOWN +0 -0
  13. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/OSL/LICENSE_PYSIDE6 +0 -0
  14. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/OSL/url_licenses.srm +0 -0
  15. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/__main__.py +0 -0
  16. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/_bridgex.py +0 -0
  17. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/database/Manager.py +0 -0
  18. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/database/__init__.py +0 -0
  19. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/__init__.py +0 -0
  20. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/_about.py +0 -0
  21. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/_initialHelp.py +0 -0
  22. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/_interface.py +0 -0
  23. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/_lang.py +0 -0
  24. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/_osl.py +0 -0
  25. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/assets/img/gh-logo.png +0 -0
  26. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/assets/img/language/en_GB.svg +0 -0
  27. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/assets/img/language/es_CO.svg +0 -0
  28. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.1.png +0 -0
  29. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.2.png +0 -0
  30. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/assets/img/logo-bridgex/logo-bridgex-2.png +0 -0
  31. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/assets/img/osl_icon.webp +0 -0
  32. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/resources_rc.py +0 -0
  33. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/translations/locale/bridge_es_CO.qm +0 -0
  34. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/translations/locale/bridge_es_GB.qm +0 -0
  35. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/translations/others/IH_en_GB.srm +0 -0
  36. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/translations/others/IH_es_CO.srm +0 -0
  37. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/translations/others/NOTICE_en_GB.srm +0 -0
  38. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/translations/others/NOTICE_es_CO.srm +0 -0
  39. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/ui_dialog_about.py +0 -0
  40. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/ui_dialog_language.py +0 -0
  41. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/ui_main_window.py +0 -0
  42. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/interface/ui_osl.py +0 -0
  43. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/logic/Converter.py +0 -0
  44. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/logic/__init__.py +0 -0
  45. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/logs/__init__.py +0 -0
  46. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/models/Returning.py +0 -0
  47. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/models/__init__.py +0 -0
  48. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/utils/FilesManager.py +0 -0
  49. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex/utils/__init__.py +0 -0
  50. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex.egg-info/SOURCES.txt +0 -0
  51. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex.egg-info/dependency_links.txt +0 -0
  52. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex.egg-info/entry_points.txt +0 -0
  53. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex.egg-info/requires.txt +0 -0
  54. {bridgex-0.0.1.dev0 → bridgex-0.0.3.dev0}/src/bridgex.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bridgex
3
- Version: 0.0.1.dev0
4
- Summary: graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown
3
+ Version: 0.0.3.dev0
4
+ Summary: Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown.
5
5
  Author-email: dev2forge <bridgex@dev2forge.software>
6
6
  Maintainer-email: tutosrive <tutosrive@dev2forge.software>
7
7
  License-Expression: MIT
@@ -9,7 +9,7 @@ Project-URL: Homepage, https://github.com/Dev2Forge/bridgex
9
9
  Project-URL: Repository, https://github.com/Dev2Forge/bridgex
10
10
  Project-URL: Issues, https://github.com/Dev2Forge/bridgex/issues
11
11
  Keywords: markdown,converter,pyside6,gui,editor,viewer,pdf,docx,pptx,xls,xlsx,outlook,csv,txt,html,htm,file converter,markdown converter,markitdown,dev2forge,bridgex,microsoft office
12
- Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Development Status :: 4 - Beta
13
13
  Classifier: Intended Audience :: End Users/Desktop
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Topic :: Utilities
@@ -34,6 +34,7 @@ Dynamic: license-file
34
34
 
35
35
  # Bridgex 🌉🐍
36
36
 
37
+ [![Read in Spanish](https://img.shields.io/badge/read%20in-ES-red?logo=github)](https://github.com/Dev2Forge/bridgex/blob/main/translations/README_ES.md)
37
38
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
38
39
  ![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
39
40
  [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
@@ -44,25 +45,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
44
45
 
45
46
  ---
46
47
 
47
- ## Table of Contents
48
-
49
- - [Bridgex 🌉🐍](#bridgex-)
50
- - [Table of Contents](#table-of-contents)
51
- - [Features](#features)
52
- - [Screenshots](#screenshots)
53
- - [Installation](#installation)
54
- - [Local Cloning and Execution 💻](#local-cloning-and-execution-)
55
- - [Basic Usage](#basic-usage)
56
- - [Supported Formats](#supported-formats)
57
- - [Limitations](#limitations)
58
- - [Releases](#releases)
59
- - [Dependencies and Licences](#dependencies-and-licences)
60
- - [Contribute](#contribute)
61
- - [Licence](#licence)
62
-
63
- ---
64
-
65
- ## Features
48
+ ## Features
66
49
 
67
50
  * Cross‑platform graphical interface.
68
51
  * Efficient file‑to‑Markdown conversion.
@@ -72,7 +55,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
72
55
 
73
56
  ---
74
57
 
75
- ## Screenshots
58
+ ## Screenshots 🖼️
76
59
 
77
60
  ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png)
78
61
  *Example of Bridgex’s main window.*
@@ -93,7 +76,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
93
76
 
94
77
  ---
95
78
 
96
- ## Installation
79
+ ## Installation 📦
97
80
 
98
81
  Requirements:
99
82
 
@@ -111,7 +94,7 @@ Start Bridgex from the terminal:
111
94
  bridgex
112
95
  ```
113
96
 
114
- It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
97
+ It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](https://github.com/Dev2Forge/bridgex/blob/main/requirements.txt) file as needed.
115
98
 
116
99
  ---
117
100
 
@@ -119,19 +102,45 @@ It is recommended to use a virtual environment. To customise supported formats,
119
102
 
120
103
  Clone the repository and run Bridgex locally:
121
104
 
105
+ 1. Clone the repository.
106
+
122
107
  ```sh
123
108
  git clone https://github.com/Dev2Forge/bridgex.git
109
+ ```
110
+
111
+ 2. Navigate to the project directory and set up a virtual environment.
112
+ ```sh
124
113
  cd bridgex
114
+ ```
115
+ 3. Create a virtual environment.
116
+
117
+ ```sh
125
118
  python -m venv .venv
126
- .venv\Scripts\activate # On Windows
119
+ ```
120
+
121
+ 4. Activate the virtual environment.
122
+
123
+ ```sh
124
+ # On Windows
125
+ .venv\Scripts\activate
127
126
  # source .venv/bin/activate # On Linux/MacOS
127
+ ```
128
+
129
+ 5. Install the required dependencies.
130
+
131
+ ```sh
128
132
  pip install -r requirements.txt
133
+ ```
134
+
135
+ 6. Run the application.
136
+
137
+ ```sh
129
138
  python -m src.bridgex
130
139
  ```
131
140
 
132
141
  ---
133
142
 
134
- ## Basic Usage
143
+ ## Basic Usage 🚀
135
144
 
136
145
  1. Run the application from the terminal or GUI.
137
146
  2. Select the file to convert.
@@ -140,7 +149,7 @@ python -m src.bridgex
140
149
 
141
150
  ---
142
151
 
143
- ## Supported Formats
152
+ ## Supported Formats 📂
144
153
 
145
154
  Bridgex supports conversion of the following file formats:
146
155
 
@@ -162,32 +171,32 @@ Bridgex supports conversion of the following file formats:
162
171
 
163
172
  ---
164
173
 
165
- ## Limitations
174
+ ## Limitations ⚠️
166
175
 
167
176
  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.
168
177
 
169
178
  ---
170
179
 
171
- ## Releases
180
+ ## Releases 🏷️
172
181
 
173
182
  Check the published versions and release notes in the [Releases](https://github.com/Dev2Forge/bridgex/releases) section of the repository.
174
183
 
175
184
  ---
176
185
 
177
- ## Dependencies and Licences
186
+ ## Dependencies and Licences 📚
178
187
 
179
- This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
188
+ This project uses third‑party libraries, each with its own licence. See the [third‑party](https://github.com/Dev2Forge/bridgex/tree/main/third-party/) folder for more information.
180
189
 
181
190
  ---
182
191
 
183
- ## Contribute
192
+ ## Contribute 🤝
184
193
 
185
194
  Contributions are welcome. Please open an issue or pull request following the community’s best practices.
186
195
 
187
196
  ---
188
197
 
189
- ## Licence
198
+ ## Licence 📄
190
199
 
191
- Distributed under the [MIT Licence](./LICENSE).
200
+ Distributed under the [MIT Licence](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE).
192
201
 
193
202
  ©2025 Dev2Forge
@@ -1,5 +1,6 @@
1
1
  # Bridgex 🌉🐍
2
2
 
3
+ [![Read in Spanish](https://img.shields.io/badge/read%20in-ES-red?logo=github)](https://github.com/Dev2Forge/bridgex/blob/main/translations/README_ES.md)
3
4
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
4
5
  ![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
5
6
  [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
@@ -10,25 +11,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
10
11
 
11
12
  ---
12
13
 
13
- ## Table of Contents
14
-
15
- - [Bridgex 🌉🐍](#bridgex-)
16
- - [Table of Contents](#table-of-contents)
17
- - [Features](#features)
18
- - [Screenshots](#screenshots)
19
- - [Installation](#installation)
20
- - [Local Cloning and Execution 💻](#local-cloning-and-execution-)
21
- - [Basic Usage](#basic-usage)
22
- - [Supported Formats](#supported-formats)
23
- - [Limitations](#limitations)
24
- - [Releases](#releases)
25
- - [Dependencies and Licences](#dependencies-and-licences)
26
- - [Contribute](#contribute)
27
- - [Licence](#licence)
28
-
29
- ---
30
-
31
- ## Features
14
+ ## Features
32
15
 
33
16
  * Cross‑platform graphical interface.
34
17
  * Efficient file‑to‑Markdown conversion.
@@ -38,7 +21,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
38
21
 
39
22
  ---
40
23
 
41
- ## Screenshots
24
+ ## Screenshots 🖼️
42
25
 
43
26
  ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png)
44
27
  *Example of Bridgex’s main window.*
@@ -59,7 +42,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
59
42
 
60
43
  ---
61
44
 
62
- ## Installation
45
+ ## Installation 📦
63
46
 
64
47
  Requirements:
65
48
 
@@ -77,7 +60,7 @@ Start Bridgex from the terminal:
77
60
  bridgex
78
61
  ```
79
62
 
80
- It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
63
+ It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](https://github.com/Dev2Forge/bridgex/blob/main/requirements.txt) file as needed.
81
64
 
82
65
  ---
83
66
 
@@ -85,19 +68,45 @@ It is recommended to use a virtual environment. To customise supported formats,
85
68
 
86
69
  Clone the repository and run Bridgex locally:
87
70
 
71
+ 1. Clone the repository.
72
+
88
73
  ```sh
89
74
  git clone https://github.com/Dev2Forge/bridgex.git
75
+ ```
76
+
77
+ 2. Navigate to the project directory and set up a virtual environment.
78
+ ```sh
90
79
  cd bridgex
80
+ ```
81
+ 3. Create a virtual environment.
82
+
83
+ ```sh
91
84
  python -m venv .venv
92
- .venv\Scripts\activate # On Windows
85
+ ```
86
+
87
+ 4. Activate the virtual environment.
88
+
89
+ ```sh
90
+ # On Windows
91
+ .venv\Scripts\activate
93
92
  # source .venv/bin/activate # On Linux/MacOS
93
+ ```
94
+
95
+ 5. Install the required dependencies.
96
+
97
+ ```sh
94
98
  pip install -r requirements.txt
99
+ ```
100
+
101
+ 6. Run the application.
102
+
103
+ ```sh
95
104
  python -m src.bridgex
96
105
  ```
97
106
 
98
107
  ---
99
108
 
100
- ## Basic Usage
109
+ ## Basic Usage 🚀
101
110
 
102
111
  1. Run the application from the terminal or GUI.
103
112
  2. Select the file to convert.
@@ -106,7 +115,7 @@ python -m src.bridgex
106
115
 
107
116
  ---
108
117
 
109
- ## Supported Formats
118
+ ## Supported Formats 📂
110
119
 
111
120
  Bridgex supports conversion of the following file formats:
112
121
 
@@ -128,32 +137,32 @@ Bridgex supports conversion of the following file formats:
128
137
 
129
138
  ---
130
139
 
131
- ## Limitations
140
+ ## Limitations ⚠️
132
141
 
133
142
  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.
134
143
 
135
144
  ---
136
145
 
137
- ## Releases
146
+ ## Releases 🏷️
138
147
 
139
148
  Check the published versions and release notes in the [Releases](https://github.com/Dev2Forge/bridgex/releases) section of the repository.
140
149
 
141
150
  ---
142
151
 
143
- ## Dependencies and Licences
152
+ ## Dependencies and Licences 📚
144
153
 
145
- This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
154
+ This project uses third‑party libraries, each with its own licence. See the [third‑party](https://github.com/Dev2Forge/bridgex/tree/main/third-party/) folder for more information.
146
155
 
147
156
  ---
148
157
 
149
- ## Contribute
158
+ ## Contribute 🤝
150
159
 
151
160
  Contributions are welcome. Please open an issue or pull request following the community’s best practices.
152
161
 
153
162
  ---
154
163
 
155
- ## Licence
164
+ ## Licence 📄
156
165
 
157
- Distributed under the [MIT Licence](./LICENSE).
166
+ Distributed under the [MIT Licence](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE).
158
167
 
159
168
  ©2025 Dev2Forge
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "bridgex"
7
- version = "0.0.1-dev"
8
- description = "graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown"
7
+ version = "0.0.3-dev"
8
+ description = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
9
9
  readme = { file = "README.md", content-type = "text/markdown", charset = "utf-8" }
10
10
  license = "MIT"
11
11
  authors = [{ name = "dev2forge", email = "bridgex@dev2forge.software" }]
@@ -46,7 +46,7 @@ dependencies = [
46
46
  requires-python = ">=3.9,<=3.13"
47
47
 
48
48
  classifiers = [
49
- "Development Status :: 3 - Alpha",
49
+ "Development Status :: 4 - Beta",
50
50
  "Intended Audience :: End Users/Desktop",
51
51
  "Intended Audience :: Developers",
52
52
  "Topic :: Utilities",
@@ -0,0 +1,9 @@
1
+ from .utils.FilesManager import FileManager
2
+ from .logic.Converter import Converter
3
+ from ._bridgex import Bridgex
4
+
5
+ __author__:str = "Tutos Rive"
6
+ __version__:str = "0.0.3-dev"
7
+ __license__:str = "MIT"
8
+ __description__:str = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
9
+ __all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__']
@@ -65,7 +65,7 @@ pre{line-height: 1 !important; font-size: 15px;}
65
65
  </div>
66
66
  <hr>
67
67
  <div>
68
- <pre class="center" style="line-height: 0.7 !important">Bridgex V0.1.0 - Beta</pre>
68
+ <pre class="center" style="line-height: 0.7 !important">Bridgex V0.0.3-dev</pre>
69
69
  <table style="margin-top: 10px" align="center" width="60%">
70
70
  <tr>
71
71
  <td><pre class="center"><a href="https://github.com/Dev2Forge/bridgex">Website</a></pre></td>
@@ -65,7 +65,7 @@ pre{line-height: 1 !important; font-size: 15px;}
65
65
  </div>
66
66
  <hr>
67
67
  <div>
68
- <pre class="center" style="line-height: 0.7 !important">Bridgex V0.1.0 - Beta</pre>
68
+ <pre class="center" style="line-height: 0.7 !important">Bridgex V0.0.3-dev</pre>
69
69
  <table style="margin-top: 10px" align="center" width="60%">
70
70
  <tr>
71
71
  <td><pre class="center"><a href="https://github.com/Dev2Forge/bridgex">Sitio Web</a></pre></td>
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bridgex
3
- Version: 0.0.1.dev0
4
- Summary: graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown
3
+ Version: 0.0.3.dev0
4
+ Summary: Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown.
5
5
  Author-email: dev2forge <bridgex@dev2forge.software>
6
6
  Maintainer-email: tutosrive <tutosrive@dev2forge.software>
7
7
  License-Expression: MIT
@@ -9,7 +9,7 @@ Project-URL: Homepage, https://github.com/Dev2Forge/bridgex
9
9
  Project-URL: Repository, https://github.com/Dev2Forge/bridgex
10
10
  Project-URL: Issues, https://github.com/Dev2Forge/bridgex/issues
11
11
  Keywords: markdown,converter,pyside6,gui,editor,viewer,pdf,docx,pptx,xls,xlsx,outlook,csv,txt,html,htm,file converter,markdown converter,markitdown,dev2forge,bridgex,microsoft office
12
- Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Development Status :: 4 - Beta
13
13
  Classifier: Intended Audience :: End Users/Desktop
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Topic :: Utilities
@@ -34,6 +34,7 @@ Dynamic: license-file
34
34
 
35
35
  # Bridgex 🌉🐍
36
36
 
37
+ [![Read in Spanish](https://img.shields.io/badge/read%20in-ES-red?logo=github)](https://github.com/Dev2Forge/bridgex/blob/main/translations/README_ES.md)
37
38
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
38
39
  ![Pepy Total Downloads](https://img.shields.io/pepy/dt/bridgex)
39
40
  [![PyPI version](https://img.shields.io/pypi/v/bridgex?label=bridgex)](https://pypi.org/project/bridgex/)
@@ -44,25 +45,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
44
45
 
45
46
  ---
46
47
 
47
- ## Table of Contents
48
-
49
- - [Bridgex 🌉🐍](#bridgex-)
50
- - [Table of Contents](#table-of-contents)
51
- - [Features](#features)
52
- - [Screenshots](#screenshots)
53
- - [Installation](#installation)
54
- - [Local Cloning and Execution 💻](#local-cloning-and-execution-)
55
- - [Basic Usage](#basic-usage)
56
- - [Supported Formats](#supported-formats)
57
- - [Limitations](#limitations)
58
- - [Releases](#releases)
59
- - [Dependencies and Licences](#dependencies-and-licences)
60
- - [Contribute](#contribute)
61
- - [Licence](#licence)
62
-
63
- ---
64
-
65
- ## Features
48
+ ## Features
66
49
 
67
50
  * Cross‑platform graphical interface.
68
51
  * Efficient file‑to‑Markdown conversion.
@@ -72,7 +55,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
72
55
 
73
56
  ---
74
57
 
75
- ## Screenshots
58
+ ## Screenshots 🖼️
76
59
 
77
60
  ![img](https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/dev2forge/pymd/bridgex/preview-1-main.png)
78
61
  *Example of Bridgex’s main window.*
@@ -93,7 +76,7 @@ Bridgex is an open‑source graphical interface for converting files to Markdown
93
76
 
94
77
  ---
95
78
 
96
- ## Installation
79
+ ## Installation 📦
97
80
 
98
81
  Requirements:
99
82
 
@@ -111,7 +94,7 @@ Start Bridgex from the terminal:
111
94
  bridgex
112
95
  ```
113
96
 
114
- It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](./requirements.txt) file as needed.
97
+ It is recommended to use a virtual environment. To customise supported formats, edit the [`requirements.txt`](https://github.com/Dev2Forge/bridgex/blob/main/requirements.txt) file as needed.
115
98
 
116
99
  ---
117
100
 
@@ -119,19 +102,45 @@ It is recommended to use a virtual environment. To customise supported formats,
119
102
 
120
103
  Clone the repository and run Bridgex locally:
121
104
 
105
+ 1. Clone the repository.
106
+
122
107
  ```sh
123
108
  git clone https://github.com/Dev2Forge/bridgex.git
109
+ ```
110
+
111
+ 2. Navigate to the project directory and set up a virtual environment.
112
+ ```sh
124
113
  cd bridgex
114
+ ```
115
+ 3. Create a virtual environment.
116
+
117
+ ```sh
125
118
  python -m venv .venv
126
- .venv\Scripts\activate # On Windows
119
+ ```
120
+
121
+ 4. Activate the virtual environment.
122
+
123
+ ```sh
124
+ # On Windows
125
+ .venv\Scripts\activate
127
126
  # source .venv/bin/activate # On Linux/MacOS
127
+ ```
128
+
129
+ 5. Install the required dependencies.
130
+
131
+ ```sh
128
132
  pip install -r requirements.txt
133
+ ```
134
+
135
+ 6. Run the application.
136
+
137
+ ```sh
129
138
  python -m src.bridgex
130
139
  ```
131
140
 
132
141
  ---
133
142
 
134
- ## Basic Usage
143
+ ## Basic Usage 🚀
135
144
 
136
145
  1. Run the application from the terminal or GUI.
137
146
  2. Select the file to convert.
@@ -140,7 +149,7 @@ python -m src.bridgex
140
149
 
141
150
  ---
142
151
 
143
- ## Supported Formats
152
+ ## Supported Formats 📂
144
153
 
145
154
  Bridgex supports conversion of the following file formats:
146
155
 
@@ -162,32 +171,32 @@ Bridgex supports conversion of the following file formats:
162
171
 
163
172
  ---
164
173
 
165
- ## Limitations
174
+ ## Limitations ⚠️
166
175
 
167
176
  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.
168
177
 
169
178
  ---
170
179
 
171
- ## Releases
180
+ ## Releases 🏷️
172
181
 
173
182
  Check the published versions and release notes in the [Releases](https://github.com/Dev2Forge/bridgex/releases) section of the repository.
174
183
 
175
184
  ---
176
185
 
177
- ## Dependencies and Licences
186
+ ## Dependencies and Licences 📚
178
187
 
179
- This project uses third‑party libraries, each with its own licence. See the [third‑party](./third-party/) folder for more information.
188
+ This project uses third‑party libraries, each with its own licence. See the [third‑party](https://github.com/Dev2Forge/bridgex/tree/main/third-party/) folder for more information.
180
189
 
181
190
  ---
182
191
 
183
- ## Contribute
192
+ ## Contribute 🤝
184
193
 
185
194
  Contributions are welcome. Please open an issue or pull request following the community’s best practices.
186
195
 
187
196
  ---
188
197
 
189
- ## Licence
198
+ ## Licence 📄
190
199
 
191
- Distributed under the [MIT Licence](./LICENSE).
200
+ Distributed under the [MIT Licence](https://github.com/Dev2Forge/bridgex/blob/main/LICENSE).
192
201
 
193
202
  ©2025 Dev2Forge
@@ -1,9 +0,0 @@
1
- from .utils.FilesManager import FileManager
2
- from .logic.Converter import Converter
3
- from ._bridgex import Bridgex
4
-
5
- __author__:str = "Tutos Rive"
6
- __version__:str = "0.0.1-dev"
7
- __license__:str = "MIT"
8
- __description__:str = "Bridgex is a PySide6 application for file management and conversion, featuring a lite markdown editor and viewer."
9
- __all__:list[str] = ['FileManager', 'Converter', 'Bridgex', '__author__', '__version__', '__license__', '__description__']
File without changes
File without changes