Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@p Say, I've been having fun with ruby.
Built a little tool for downloading stuff off of youtube, using yt-dlp, it mainly just handles keeping track of what has been downloaded, and spreading out the downloads so I don't trigger any automated responses.
How ruby handles running commands is simply the best.
ls_wp = String.new `ls "#{wp}"`
Anyway, I am writing this because I wanted to ask for the, simplest gui. Well, maybe ruby2d is the simplest, but I mean, it I just wanted buttons and text or an image displayed, without managing a mainloop.
People seems to be suggesting all sorts of things, so I thought I'd ask, in case there was an ideal approach.