Installing

Installing and using TravLITE seems simple enough. Just download the archive from GitHub and extract it to a folder you prefer.

Running TravLITE

If you have Classic Python 2.5.4 installed, you can start TravLITE.py from a CMD prompt or double-click the Python script.

Alternatively, if you do not have Classic Python 2.5.4, you can start TravLITE.exe (located in the dist folder) from a CMD prompt or by double-clicking the executable program.

Output to DOS has been depricated in this version.

New in version 0.1.0

Either way, the HTTP web server will start. Then open your web browser and enter http://localhost:8080/generate for its URL.

Bottle uses a simple and lightweight WSGI micro web-framework for its built-in HTTP server for Python.