Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
/ py-mcpe-stats Public archive
forked from w-gao/py-mcpe-stats

a Python software that gets basic information about an MCPE server

License

Notifications You must be signed in to change notification settings

pmt-mcpe-fun/py-mcpe-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-mcpe-stats

PyPI

py-mcpe-stats

Introduction


py-mcpe-stats is a Python software that allows you to ping a Minecraft Pocket:Edition server for basic information.

Install


You are required to have Python 3 installed on your computer

Install via pip

Run pip install py_mcpe_stats in your terminal and it will download the latest version of this project.

Usage


Run Directly

Simply execute python main.py pe.mineplex.com 19132 in the root folder of this project.

Use as a module

Include the following code in your project:

from py_mcpe_stats import Query

host = 'localhost'
port = 19132

q = Query(host, port)
server_data = q.query()

License


MIT © 2016 w-gao

About

a Python software that gets basic information about an MCPE server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%