Usage

Installation

To use docs.pisz.pl read it, think and get in touch; if you want to install it try pip:

(.venv) $ pip install piszpl

Writing docs

To retrieve a list of random topics, you can use the piszpl.get_random_docs() function:

The kind parameter should be either "ux", "translation", or "localisation". Otherwise, piszpl.get_random_docs() will raise an exception.

For example:

>>> import piszpl
>>> piszpl.get_random_docs()
['api', 'microcopy', 'tutorial']