Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 503 Bytes

PyGtbot

An Growtopia Bot based python3 using pyenet for the enet wrapper

Installation

This version of pygtbot requires python 3.13 or higher. Next step is to run the setup.py build:

$ python setup.py build

Once that is complete, install the new module:

$ python setup.py install

Run Bot

$ python main.py

Credits:

  • ENet: ENet reliable UDP networking library
  • PyEnet: An ENet Python3 Wrapper