Skip to main content

Convert files to Base64 and vice versa.

Project description

cord64

cord64 es una librería de Python para convertir archivos a texto en Base64 y viceversa.

Instalación

Para instalar la librería, navega al directorio donde se encuentra setup.py y ejecuta:

pip install cord64

Uso A continuación se muestra un ejemplo de cómo usar las funciones convert_archive_to_base64 y base64_to_archive:

from cord64.convert import convert_archive_to_base64, base64_to_archive

# Ruta del archivo a convertir
file_path = "ruta/al/archivo/image.png"

# Carpeta donde se guardará el archivo decodificado
output_folder = "ruta/al/carpeta/output"

# Convertir archivo a Base64
base64_text = convert_archive_to_base64(file_path)
print(f"Archivo en Base64: {base64_text}")

# Convertir Base64 a archivo y guardarlo en la carpeta especificada
output_file_path = base64_to_archive(base64_text, output_folder, "image.png")
print(f"Archivo guardado en: {output_folder}")

Funciones

convert_archive_to_base64(file_path) Convierte un archivo a una cadena de texto en Base64.

  • file_path: Ruta del archivo a convertir.

base64_to_archive(base64_text, folder_path, file_name) Decodifica un texto en Base64 y guarda el archivo en la carpeta especificada.

  • base64_text: Texto en Base64 a decodificar.
  • folder_path: Carpeta donde se guardará el archivo decodificado.
  • file_name: Nombre del archivo decodificado.

Licencia Este proyecto está licenciado bajo la Licencia MIT

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

cord64-0.0.2.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

cord64-0.0.2-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file cord64-0.0.2.tar.gz.

File metadata

  • Download URL: cord64-0.0.2.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for cord64-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ee3dd5154d037fd193447142511d9554a99633ae9560b9cd7166e299516e5cf4
MD5 f57491dc984f155d9772d1dc7728d65c
BLAKE2b-256 ba92effe4b0a9a1d48b358fa7607f2e979c3daf6a5a9aff368509cd4f6830f55

See more details on using hashes here.

File details

Details for the file cord64-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: cord64-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for cord64-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 01e611101e3b000b4c3a513db7bc43141b7b25a27761f73e9dc7c2c7ae5f2c59
MD5 10734a8f46de8a24f0337097e700ba9c
BLAKE2b-256 90b5b18344a7cc88fb1bce90aaf8ae5028a11efec08523634e61f5f93aa559ec

See more details on using hashes here.

Supported by

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