Skip to content

Commit 58446cf

Browse files
authored
Update README.md
1 parent 4b59f5d commit 58446cf

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# File-Convertor
22
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/navchandar)
33
[![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/)
55

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.
79

810
### Features
911
- Excel to String
@@ -15,18 +17,20 @@ Convert one file format into another using Python.
1517
- XML to Excel
1618

1719
### Dependencies
20+
* Image processing requires PIL.
1821
* Video conversion requires FFMPEG.
19-
*
20-
22+
* XML parsing requires lxml.
23+
* Excel parsing requires openpyxl and pandas.
24+
* PDF conversion requires PyPDF2.
2125

2226
### Development
2327
Want to contribute? Great!
2428

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.
2630

2731

2832

2933
License
3034
----
3135

32-
Apache 2.0
36+
These set of utilities are licensed under [Apache 2.0](https://github.com/navchandar/File-Convertor/blob/master/LICENSE)

0 commit comments

Comments
 (0)