Català
English
français
Italiano
日本語
한국어
Nederlands
Polski
português
português brasileiro
slovenščina
Türkçe
Українська
简体中文
User Manual
Getting Started
Introduction Coming From Other Software
Drawing Tablets
Loading and Saving Brushes
Mirror Tools
Painting with Assistants
Working with Images
Saving, AutoSave and Backup Files
Templates
Introduction to Layers and Masks
Selections
Python Scripting
Managing Python plugins
Introduction to Python Scripting
How to make a Krita Python plugin
Tag Management
Soft Proofing
Vector Graphics
Working with Text
Snapping
Animation with Krita
Japanese Animation Template
Gamut Masks
General Concepts
Reference Manual
Tutorials and How-tos
Krita FAQ
Contributors Manual
Resources
Krita Manual
Docs
»
User Manual
»
Python Scripting
Python Scripting
¶
This section covers python scripting.
Contents:
Managing Python plugins
How to install a Python plugin
How to get to the plugin?
How to enable and disable a plugin?
Introduction to Python Scripting
What is Python Scripting?
Technical Details
How to make a Krita Python plugin
Getting Krita to recognize your plugin
Creating an extension
Creating configurable keyboard shortcuts
Creating a docker
PyQt Signals and Slots
A note on unit tests
Conclusion