Skip to content
View diegohosilver's full-sized avatar
  • Uruguay
  • 00:28 (UTC -03:00)

Highlights

  • Pro

Block or report diegohosilver

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
diegohosilver/README.md

👋 Hi there, I'm Diego

🚀 About Me

I'm a passionate developer who loves to create and learn new things. Currently focusing on sharpening my frontend skills.

🛠️ Technologies & Tools

📈 GitHub Stats

Your GitHub stats

🔥 Streak Stats

GitHub Streak

📫 How to reach me

LinkedIn Website

💡 Quick Tips

# Life motto
while alive:
    eat()
    sleep()
    code()
    repeat()

🗒️ Psst! Check out my gists too


⭐️ From diegohosilver

Pinned Loading

  1. ryzentosh-x370-14.5 ryzentosh-x370-14.5 Public

    EFI folder for a Ryzentosh with a x370 motherboard

    1

  2. clustering-agm clustering-agm Public archive

    Implementación del algoritmo de Kruskal para la obtención de un árbol generador mínimo a partir de un grafo

    Java 2 1

  3. equipo-ideal equipo-ideal Public archive

    Construir un equipo utilizando algoritmos de fuerza bruta

    Java 1

  4. filesystem filesystem Public archive

    Lectura a bajo nivel de un sistema de archivos FAT12

    C 1

  5. Download Spotify playlist Download Spotify playlist
    1
    import spotipy
    2
    from spotipy.oauth2 import SpotifyClientCredentials
    3
    import yt_dlp
    4
    import os
    5
    from pathlib import Path
  6. Download Youtube Music playlist Download Youtube Music playlist
    1
    import yt_dlp
    2
    import os
    3
    from pathlib import Path
    4
    
                  
    5
    def create_download_directory(directory):