Skip to content

Module for server information in the game Mindustry.

License

Notifications You must be signed in to change notification settings

RCR-OOP/pydustry.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install -U pydustry.py

Example

  • main.py
import pydustry

status = pydustry.Server("rcrms.ru").get_status()

print(status)
  • Return
Status(
    name='[gold]RCR [#B5B8B1]- [white]Ру[blue]сс[red]кий [#B5B8B1]Сервер',
    map='RCR HUB',
    players=7,
    wave=1,
    version=146,
    vertype='official',
    gamemode=0,
    limit=0,
    desc='...',
    modename='LOBBY',
    ping=37
)