Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.85 KB

readme.md

File metadata and controls

55 lines (36 loc) · 1.85 KB

PYINSIM

pyinsim is a InSim module for the Python programming language. It creates socket connection with LFS and provides many classes, functions and enumerations for sending and receiving data between your program and the game.

REQUIREMENTS

The module requires Python 3.0 or better to run. You can download Python from the following URL:

http://www.python.org/download/

INSTALLATION

To install pyinsim on Windows, simply unzip the package and run the windows installer 'pyinsim-x.x.x.win32.exe'.

To install from the source distribution, unzip the package and run the command 'python setup.py install'.

Both of these methods will install pyinsim to your 'X:\Path\To\Python\Lib\site-packages' directory.

Of course you always have the option of just copying the package folder into your program's source directory (this is also useful for when you redistribute your program.).

LICENSE

pyinsim is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

pyinsim is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with pyinsim. If not, see http://www.gnu.org/licenses/.

AUTHOR

Written by Alex McBride Copyright Alex McBride 2012-2019 Website: https://github.com/alexmcbride/pyinsim

Updated by KingOfIce 2020-2021

THANKS

Thanks to Constantin Kopplinger (morpha) for his work on the strmanip module. Thanks to tmehlinger for his work on InSim Relay support.