want some fun with Krita? Try this plugin out! Basic Idea: grep an HTML-Website-Link | put into this plugin | let (hopefully) parse the text | show colors and stuff
Find a file
2025-04-21 08:30:47 +02:00
wordart Add files via upload 2023-07-28 22:32:16 +02:00
LICENSE Create LICENSE 2025-04-21 08:30:47 +02:00
README.md Update README.md 2022-07-15 21:31:28 +02:00
wordart.desktop Add files via upload 2022-07-11 20:51:43 +02:00

Art

feels++

What is this all about?

want some fun with Krita? Try this plugin out! Basic Idea: grep an HTML-Website-Link | put into this plugin | let (hopefully) parse the text | show colors and stuff

disclaimer

This plugin is still in progress.. The textblob is still growing and evolving.. The SVG is not even in its final form!!

How to install this plugin?

  1. Make sure the right python (4.X/5.X) is installed on your System.

  2. Take care Krita ist installed on your system (https://krita.org/en/). You might install it first. Carefully choose the Krita Version compatible for your system and Python-Version. And make sure to have the python-packages textblob, textblob_de, re, html.parser and urllib.request installed. You might use pip install [packages] or python[version] -m pip install [packages].

  3. Download the files of this repository accordingly to the advices of github.

  4. Copy the wordart folder into the ..Krita/pykrita-folder. Troubling finding the path of the folder? Open Krita - Settings - Manage Resources.. - Open Resource Folder Also put the wordard.desktop file into the pykrita folder

  5. Try it out! Feel free to blame and write down what I should make better!! I am still learning and try to get better =)