Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 1.01 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.01 KB

Minecraft LAN Server Discovery Poetry Test Suite Poetry Build Suite PyPI version

mcdiscovery is a Python library and CLI tool for discovering Minecraft LAN worlds / servers on your local network. This works in accordance to @tomsik68's protocol description here.

Installation

To install, ensure your system has python3 and python3-pip, then run:

python3 -m pip install mcdiscovery

Usage

mcdiscovery can be used as a CLI tool by running python3 -m mcdiscovery, or as a library with import mcdiscovery. API documentation can be found here.