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()
🐵
Highlights
- Pro
Pinned Loading
-
-
SOTD-Graphics-Generator
SOTD-Graphics-Generator PublicTool made for generating cool song graphics from HTML using the Spotify API. Uses K-Means to extract colors.
Python
-
Simulacion-Docker-Slurm
Simulacion-Docker-Slurm PublicComposición de contenedores de Docker para configurar un ambiente de prueba de Slurm desde mi computador.
Dockerfile 1
-
Discord-Rich-Presence-for-Courses
Discord-Rich-Presence-for-Courses PublicGenerates a Discord Rich Presence that shows what course are you putting the effort in. Works thanks to pypresence via RPC.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.