Skip to content

A Krita plugin that displays a searchable overview of the Python API

License

Notifications You must be signed in to change notification settings

rbreu/krita-plugin-python-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Krita Python API Reference Plugin

A Krita plugin that displays a searchable overview of the Python API.

The reference is built at run time via Python's introspection abilities and hence always matching your Krita version. Since the API doesn't expose any doc strings or method signatures, this plugin can only list method names.

Screenshot Screenshot

Installation

  1. Download the source as zip and unzip it somewhere; the extracted plugin folder is going to be the relevant one.
  2. Go to your Krita resource folder and create the directories actions and pykrita.
  3. Copy the directory plugin/python_reference and the file plugin/python_reference.desktop into the pykrita folder.
  4. Copy the file plugin/python_reference.action into the actions folder.
  5. Restart Krita.
  6. Go to Settings -> Configure Krita -> Python Plugin Manager and enable the Python API Reference Plugin.

You should then be able to access the plugin via Tools -> Scripts -> Python API Reference.

About

A Krita plugin that displays a searchable overview of the Python API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages