Skip to content

gquarles/theisle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheIsle

TheIsle is a small python library that allows you to edit player files for servers on a game called The Isle

Installation

Use the package manager pip to install TheIsle.

pip install theisle

Usage

from theisle import Server

theisle = Server('[PLAYERS DIRECTORY]')

for player in theisle.players():
    print(player.Health)

This will print the health for every player saved on the server.

License

MIT

About

Small Python Library For The Isle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages