File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# File-Convertor
2
2
[ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.me/navchandar )
3
3
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
4
- [ ![ HitCount] ( http://hits.dwyl.io/navchandar/File-Convertor.svg )] ( http://hits.dwyl.io/navchandar/File-Convertor )
4
+ [ ![ HitCount] ( http://hits.dwyl.io/navchandar/File-Convertor.svg )] ( http://hits.dwyl.io/navchandar/File-Convertor ) [ ![ made-with-python ] ( https://img.shields.io/badge/Made%20with-Python-1f425f.svg )] ( https://www.python.org/ )
5
5
6
- Convert one file format into another using Python.
6
+ [ ![ ko-fi] ( https://www.ko-fi.com/img/githubbutton_sm.svg )] ( https://ko-fi.com/T6T617N9I )
7
+
8
+ Convert one file format into another using Python scripts.
7
9
8
10
### Features
9
11
- Excel to String
@@ -15,18 +17,20 @@ Convert one file format into another using Python.
15
17
- XML to Excel
16
18
17
19
### Dependencies
20
+ * Image processing requires PIL.
18
21
* Video conversion requires FFMPEG.
19
- *
20
-
22
+ * XML parsing requires lxml.
23
+ * Excel parsing requires openpyxl and pandas.
24
+ * PDF conversion requires PyPDF2.
21
25
22
26
### Development
23
27
Want to contribute? Great!
24
28
25
- Fork the repo and get busy.
29
+ Fork the repo and get busy or [ suggest ] ( https://github.com/navchandar/File-Convertor/issues ) a feature/bug .
26
30
27
31
28
32
29
33
License
30
34
----
31
35
32
- Apache 2.0
36
+ These set of utilities are licensed under [ Apache 2.0] ( https://github.com/navchandar/File-Convertor/blob/master/LICENSE )
You can’t perform that action at this time.
0 commit comments