Do you know how to use a command line interface? Now would be a good time to start learning. A significant number of tools for translating VNs only have CLIs because they are trivial to write, unlike Graphical User Interfaces (GUIs).
Most CLI programs respond to either /? or --help -h. As in 'program.exe --help'.