Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 510 Bytes

GT-Networking

Does Growtopia networking stuff like:

  1. Returns Growtopia's ip and port
  2. Returns online user count
  3. Monitors server status and returns True or False if online or offline.

Prerequisites

Python 3

Installation

  1. Get python 3 from: https://www.python.org/downloads/windows/ .

  2. Download the code in your working directory.

  3. import gt_net in your code.

read the code for comments and stuff i was too lazy to improve, feel free to edit and improve my dogwater code