Skip to content
View Gtruaan's full-sized avatar
🐵
🐵

Highlights

  • Pro

Organizations

@IIC2233 @IIC2143
Block or Report

Block or report Gtruaan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Gtruaan/README.md

Estudiante de Ingenieria en la UC de Chile

import requests
from PIL import Image
from io import BytesIO


URL = "http://www.pictures-of-gtruan-programming.com/{}"

image_bytes = requests.get(URL.format(1)).content
image = Image.open(BytesIO(image_bytes))

image.show()

Yo programando

Pinned

  1. gtruan.com-Front gtruan.com-Front Public

    Front-end for my personal homepage (gtruan.com)

    JavaScript

  2. SOTD-Graphics-Generator SOTD-Graphics-Generator Public

    Tool made for generating cool song graphics from HTML using the Spotify API. Uses K-Means to extract colors.

    Python

  3. Simulacion-Docker-Slurm Simulacion-Docker-Slurm Public

    Composición de contenedores de Docker para configurar un ambiente de prueba de Slurm desde mi computador.

    Dockerfile 1

  4. Discord-Rich-Presence-for-Courses Discord-Rich-Presence-for-Courses Public

    Generates a Discord Rich Presence that shows what course are you putting the effort in. Works thanks to pypresence via RPC.

    Python