Skip to content

heschy/StarTrek-Library-BackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StarTrek-Library-BackEnd

The Library Modules of StarTrek Library. The Files are not executable.

Language - Sprache

Available in:

German English

Usage

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);