Coder Social home page Coder Social logo

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

Gustavo Truan Saxton's Projects

directuc icon directuc

Web Extension for logging in to multiple services provided by PUC (Chile)

gtruaan icon gtruaan

Config files for my GitHub profile.

ranked-cuppong-bot icon ranked-cuppong-bot

Discord Bot that stores a match history and unofficial ranked ELO for GamePigeon's Cup Pong.

simulacion-docker-slurm icon simulacion-docker-slurm

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

sotd-graphics-generator icon sotd-graphics-generator

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.