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

Uploaded Source

Built Distribution

cord64-0.1.3-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cord64-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 dc9ee76e25e36cd7cccde7a129bfab791009c433f8784b7d5102c1c045f51953
MD5 a81b7c9832f16e5cb22547838777e022
BLAKE2b-256 8c9eb4138a742ac55d94769c13c98281f7e1ad25f41390d5e7b73eb53d0ab484

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cord64-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 2.6 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1f3110be171924122efe8de87f234ba22989a42ed1d0a62335724c7a346fe2ed
MD5 c02e54b771d67cc5ad4597fbda0a217f
BLAKE2b-256 63f5ef64a47b9b4a878c4597eb7282f6e29a01d3bcea9651afd6c61f45043313

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