Skip to content
Drakomire edited this page Jul 21, 2021 · 5 revisions

Welcome to the perseus.py wiki!

How to Install:
pepelaugh

How to use:

from perseus import Perseus
api = Perseus()

All the functions are called from api.
ex. api.GetAllShips() returns a ship object for every ship.

The Lang Object

Certain functions use the Lang object as a parameter

from perseus import Lang
Lang.EN
Lang.JP
Lang.CN
#TW and KR are currently not supported. Likely will not be until the servers catch up to EN/JP/CN servers.
Clone this wiki locally