From aef90d34564dd4ebdb50e5cb3782fc01e462ab15 Mon Sep 17 00:00:00 2001 From: luisgulo Date: Tue, 10 Oct 2023 00:25:07 +0200 Subject: [PATCH] Incluimos README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a3d363 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +### GnuSnapCode ### + +Generador de imágenes mediante Python para un trozo de código + +**Ejemplo de imagen resultante** + +![Captura](imagenes/codigo.png "Imagen generada") + + + +**Lenguajes a interpretar por el analizador de código** + +Definirlo en : + get_lexer_by_name\("LENGUAJE", ...\) + +**Estilos/Formatos de salida de la imagen generada** + +* default, xcode +* bw, sas, staroffice +* monokai, github-dark, lightbulb, rrt +* autumn, borland, colorful, igor, lovelace +* vs, emacs, tango +* solarized-light, manni, friendly, perldoc +* nord, material, one-dark, dracula, native, vim + +(Son algunos ejemplos) + +