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:


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 = "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_file_path}")

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: cord64-0.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 36bdf64c8f420e41831ce6eac6546f130ba94397db1cac80b8f9a5f83b30cefa
MD5 db7cf262a1610e78cff9d05c4fc0616c
BLAKE2b-256 d4dff5e5cbe29ce7a651aa2abbdfdc564604f670a43f28ac39d44b035020697d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cord64-0.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 15f0fa7e36be76d3415060dc922a7111485dd8efeb599a094158a5d22f22f3d1
MD5 aeb6ec3925bcf19a029b4cc86ad45e40
BLAKE2b-256 98841a774b67ec7a51ea62e8ae1251a36819cb05453772a35a9542a600439cf4

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