Skip to main content

No project description provided

Project description

Converters UniConvert Library

Welcome to the UniConvert Library documentation! The UniConvert Library is a Python tool designed for file conversion. It provides support for converting images to PNG format and videos to MP4 format. With this library, you can easily integrate file conversion capabilities into your projects.

Main Features

  • Image Conversion: Convert images to the PNG, JPEG, WEBP, BMP, JPG, PDF, GIF and TIFF formats.
  • Video Conversion: Convert videos to the MP4, AVI, MOV, 3GPP, FLV, WMV, MPG, WEBM and MKV formats.

How to Use

  1. Install the library: pip install uniconvert
  2. Import the relevant converters in your Python script.
  3. Create instances of the converters and use their convert methods to perform conversions.

A seguir, apresentamos exemplos básicos de uso:

Conversion of Images

from uniconvert.img_converter import PNGConverter

converter_img = PNGConverter()

img_path = "path/to/image.jpg"

converted_img_path = converter_img.convert(img_path)

print(f"Converted Image: {img_path} -> {converted_img_path}")

OR

from uniconvert import img_converter

converter_img = img_converter.PNGConverter()

img_path = "path/to/image.jpg"

converted_img_path = converter_img.convert(img_path, replace=True)

print(f"Converted Image: {img_path} -> {converted_img_path}")

If you want that converted file replace the original then you can use replace=True in convert method.

Converting Videos

from uniconvert.video_converter import MP4Converter

# Cria uma instância do conversor
video_converter = MP4Converter()

# Converte um vídeo para MP4
video_path = "caminho/do/video.avi"
converted_video_path = video_converter.convert(video_path, replace=True)

print(f"Converted Video: {video_path} -> {converted_video_path}")

All the other conversion classes follow the same pattern. You just need to specify the extension name, for example, MP4Converter(),AVIConverter(), GPP3Converter(), and so on.

Video Supported Extensions:

  • AVI
  • MOV
  • 3GPP
  • FLV
  • WMV
  • MPG
  • WEBM
  • MKV

Image Supported Extensions:

  • PNG
  • JPEG
  • WEBP
  • BMP
  • JPG
  • PDF
  • GIF
  • TIFF

Roadmap

We are committed to expanding the functionalities of this library. Planned future enhancements include:

  • Support for audio file conversion.
  • Creation of specific classes for each file type.

Contact

Email: dudulj@live.com

GitHub: edududs

License

MIT License

Copyright (c) 2023 Eduardo Lima de Jesus

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

UniConvert-0.2.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

UniConvert-0.2-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file UniConvert-0.2.tar.gz.

File metadata

  • Download URL: UniConvert-0.2.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for UniConvert-0.2.tar.gz
Algorithm Hash digest
SHA256 2ec4694c9ffed66d062d48af5159611039bcfb3261060d9061c00ca2c4f4701e
MD5 a8341a362e660204d6bc169daddfadad
BLAKE2b-256 80ea1f4e651f609a0c6bbf20369b96b2c7eae5887fab3bb8d8483cf6865c261e

See more details on using hashes here.

File details

Details for the file UniConvert-0.2-py3-none-any.whl.

File metadata

  • Download URL: UniConvert-0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for UniConvert-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 34b974ea7986368c61ea672f50a9bb387a1dd858f36da346d6685c9dfc418b82
MD5 3a0958c9e6cbc531d46334eabbb8e515
BLAKE2b-256 9ea6e4bfb1ae18e89854a4c84ff00140022c8360e8c838a21e970f084a03a581

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page