/love2d-docset-generator

A Love2d docset generator

Primary LanguagePython

Love2d Docset Generator

Dependencies

BeautifulSoup4
Awesome Slugify

Install

pip install beautifulsoup4 awesome-slugify

How to generate

Create the directory for the documents:

mkdir -p love2d.docset/Contents/Resources/Documents

Then, run the python script:

python main.py

Take a coffee or a tea.

Tests

This script has been tested with Python 3.6.