Skip to content

A simple asynchronous API for Growtopia, capable of creating servers, clients, and more!

License

Notifications You must be signed in to change notification settings

Zoxorer/growtopia.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

growtopia.py

Discord server PyPI version Python versions License

A simple asynchronous API for Growtopia, capable of creating servers, clients, and more!

Check out the examples folder for examples on how to use this library.

Installation

Requirements

Installing from source

  1. Clone the repository.
  2. Open a terminal in the repository's directory
  3. Install it using pip.
git clone https://github.com/kaJob-dev/growtopia.py.git
cd growtopia.py

pip(3) install -U .

Installing from PyPI

Please do note that installing growtopia.py from PyPI will require you to install PyENet yourself, as PyPI does not support direct dependencies. This'll be resolved in the future by simply having PyENet available in PyPI too.

pip(3) install growtopia.py

Contributing

All contributions are welcome! If you'd like to contribute, please make a pull request.

Please make sure that your code is formatted correctly before making a new pull request. This project is formatted using black and isort to sort imports. Read through open and closed pull requests and ensure that no one else has already made a similar pull request.

To install and format your code using black and isort, run the following commands:

pip(3) install black
pip(3) install isort
black ./growtopia
isort ./growtopia

License

This project is licensed under the MIT License - see the LICENSE file for details.

Thanks to

About

A simple asynchronous API for Growtopia, capable of creating servers, clients, and more!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Makefile 1.0%