Is it possible to create a form in Windows using Ruby? I have a Ruby script, and I would like to have an input form to request a user password, and then use it in the rest of my script.
update: I successfully did this with wxRuby, although it looks ugly. The shoes look promising, I can look into them if I need to do this again.
source
share