Català
English
français
Italiano
日本語
한국어
Nederlands
Polski
português
português brasileiro
slovenščina
Türkçe
Українська
简体中文
사용자 설명서
시작하기
다른 소프트웨어에서 전환하기
Drawing Tablets
Loading and Saving Brushes
Mirror Tools
Painting with Assistants
Working with Images
파일 저장, 자동 저장, 백업
Templates
Introduction to Layers and Masks
선택
Python 스크립팅
Managing Python plugins
Introduction to Python Scripting
How to make a Krita Python plugin
Tag Management
소프트 프루핑
Vector Graphics
Working with Text
Snapping
Krita 애니메이션
Japanese Animation Template
색역 마스크
일반적 개념
참조 문서
Tutorials and How-tos
Krita FAQ
기여자 설명서
Resources
Krita Manual
문서
»
사용자 설명서
»
Python 스크립팅
Python 스크립팅
¶
이 장에서는 Python 스크립팅에 대해서 설명합니다.
목차:
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?
기술 정보
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