معرفی شرکت ها


flconverters-1.1.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Multiple file converters
ویژگی مقدار
سیستم عامل -
نام فایل flconverters-1.1.3
نام flconverters
نسخه کتابخانه 1.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Christos Synodinos
ایمیل نویسنده chris_sinodinos@outlook.com
آدرس صفحه اصلی https://github.com/CSynodinos/converters
آدرس اینترنتی https://pypi.org/project/flconverters/
مجوز -
# flconverters A Python module containing multiple file converters. ## Authors [CSynodinos](https://github.com/CSynodinos) ## Installation Via pip: ```bash pip install flconverters ``` This is my first attempt at creating a library. This library allows for the conversion of files into other formats (both as a single file and as a batch). It relies on pillow, opencv, XLSXWriter and docx for most conversions. The rest are done by default python libraries. Currently, installation is available through pip, but in the future conda installation will be possible. ## Example ```bash >>> from flconverters import txtconvert >>> convert = txtconvert(__file__ = path/to/file/or/directory, __d__ = path/to/output/directory) >>> convert.txt_docx() ``` ## Features - [x] Convert Text Documents to .docx - [ ] Convert to .ods - [x] Convert Image files to other formats: - [x] images to pdf. - [x] image to base64 text file (UTF-8 encryption). - [x] images to binary. - [x] multiple compressed/raw image formats to .jpeg and .png. - [x] Convert spreadsheet files (.xlsx, .csv, .tsv) into .xlsx, .csv or .tsv. - [ ] Convert to .ods - [ ] Convert to .html


نیازمندی

مقدار نام
>=4.5.4.60 opencv-python
>=8.4.0 pillow
>=1.3.4 pandas
>=0.16.0 rawpy
>=0.2.4 docx
>=4.62.3 tqdm
>=3.0.2 XlsxWriter


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl flconverters-1.1.3:

    pip install flconverters-1.1.3.whl


نصب پکیج tar.gz flconverters-1.1.3:

    pip install flconverters-1.1.3.tar.gz