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, solo pon en tu terminal:

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.1.2.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for cord64-0.1.2.tar.gz
Algorithm Hash digest
SHA256 875d74a90651942c3495eecd13f092cf446871308e895d549b2559defa9bf01e
MD5 2356ed336586f156ac446cc2fa6d7f0a
BLAKE2b-256 080bd43b99febb30b636b87070cd2ed8f078d8da3ba0e353952456e4a76f1536

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cord64-0.1.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.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c39beed91498e141912161982e07e3ccf1299997ef1aea8d29cfb50ded07550a
MD5 dea06a2aa039ac43da2c26cc558f4514
BLAKE2b-256 bccc79c542b87931ae6da53cb598d10409a72bd4e5996647d405b6571457b259

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