Skip to main content

An async rcon client for video games.

Project description

gamercon-async

gamercon-async is an asynchronous Python client designed for games like Minecraft, Ark and Path of Titans.

Features

  • List the key features of your package.
  • Explain what makes your package stand out.

Installation

Install gamercon-async using pip:

pip install gamercon-async

Requirements

  • Python 3.10+
  • asyncio
  • struct

Usage

Quick example on how to use GameRCON-async.

import asyncio
from gamercon_async import GameRCON

async def main():
   client = GameRCON('host', 'port', 'password')
   async with client as pot_client:
       response = await pot_client.send('your_command')
       print(response)

asyncio.run(main())

Replace host, port, and password with your actual credentials and 'your_command' with the command you want to send.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gamercon-async-1.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

gamercon_async-1.0.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page