Skip to content

Lib creation

TheAssassin edited this page Jun 9, 2020 · 14 revisions

How to create an ACPL library

Table of contents

  1. Things to know
  2. How to create your lib
  3. How to publish your lib

Things to know

First thing to know, your lib has to be coded in Python.

If you use any external Python library, tell me, and I'll add them to the setup.py.

Then, keep in mind that every lib is run from the same folder as main.py.

How to create your lib

How to publish your lib

Clone this wiki locally