The Library Modules of StarTrek Library. The Files are not executable.
Available in:
In order to have an executable application, you have to create a Front-End. This is the Console-FrontEnd I have used here:
import starfleet;
x = '';
while x != 'cmd(_close_)':
x = starfleet.library(input('Search for '));
print('Result:');
print(x);