Skip to content
View Euphonit's full-sized avatar

Block or report Euphonit

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

My name is Daniel Crutti, also known as euphonit

😄 My pronouns are: He/Him or They/Them (I don't care)

🔭 Stuff i'm working on right now are

  • My website, and the code can also be seen at my web repository
  • fooyin, A music player that I really like, and contribute to

🎵 My favorite musicians are

🙎 Some of my opinions are:

  • My favorite programming launguage is Javascript
  • Javascript is not actually that bad, it's just a still evolving and growing langauge that is being used for stuff it was never intended to be used for

📫 You can reach me at [email protected]

Pinned Loading

  1. web web Public

    JavaScript 1

  2. Script to download mp3 files from YT... Script to download mp3 files from YT music (Dependencies: bash yt-dlp ffmpeg) This script does assume your music folder is titled "Music" (Case-sensitive) Edit line 29 to change the assumed folder.
    1
    #!/bin/bash
    2
    
                  
    3
    echo "Input YT music song url to download:"
    4
    read url
    5
    echo "Type title of song:"